xlabs/blockchainbundle

Blockchain simple bundle

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Type:symfony-bundle

1.0.2 2021-09-15 08:01 UTC

This package is auto-updated.

Last update: 2024-04-15 13:30:07 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(),
    ];
}