xlabs / blockchainbundle
区块链简单包
1.0.2
2021-09-15 08:01 UTC
Requires
- php: >=5.6
- symfony/symfony: >=3.4
This package is auto-updated.
Last update: 2024-09-15 14:17:20 UTC
README
一个区块链包。
安装
通过composer安装
php -d memory_limit=-1 composer.phar require xlabs/blockchainbundle
此包依赖于"xlabs/blockchainbundle"。请确保也设置它。
在您的AppKernel中
public function registerbundles()
{
return [
...
...
new XLabs\BlockChainBundle\XLabsBlockChainBundle(),
];
}