xlabs/blockchainbundle

区块链简单包

安装: 8

依赖项: 0

建议者: 0

安全性: 0

类型:symfony-bundle

1.0.2 2021-09-15 08:01 UTC

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(),
    ];
}