xlabs / blockchainbundle
Blockchain simple bundle
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-11-15 14:39:24 UTC
README
A blockchain bundle.
Installation
Install through composer:
php -d memory_limit=-1 composer.phar require xlabs/blockchainbundle
This bundle depends on "xlabs/blockchainbundle". Make sure to set it up too.
In your AppKernel
public function registerbundles()
{
return [
...
...
new XLabs\BlockChainBundle\XLabsBlockChainBundle(),
];
}