Download the PHP package katena-chain/client-bundle without Composer
On this page you can find all versions of the php package katena-chain/client-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download katena-chain/client-bundle
More information about katena-chain/client-bundle
Files in katena-chain/client-bundle
Package client-bundle
Short Description Katena Symfony Client Bundle
License Apache-2.0
Informations about the package client-bundle
ClientBundle
KatenaChain Symfony Client Bundle that integrate sdk-php-client.
Installation
Applications that use Symfony Flex
Not Available now.
Applications that don't use Symfony Flex
Step 1: Download the Bundle
Open a terminal, enter your project directory and execute the following command to download the latest stable version of this bundle:
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Enable the Bundle
Symfony version < 4.0
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php
file of your project:
Symfony version > 4.0
Then, enable the bundle by adding it to the list of registered bundles
in the bundles.php
file of your project:
Step 3: Add configuration file
Symfony version < 4.0
Then, add the configuration file in app/config/kc_client.yml
Symfony version > 4.0
Then, add the configuration file in config/packages/kc_client.yml
Step 4: Update .env file
Add in your .env file :
Usage
Via dependency injection
Just require KatenaChain\ClientBundle\Services\Transactor service.
Via service container
Send certificate
Katena documentation
For more information, check the katena documentation
All versions of client-bundle with dependencies
katena-chain/sdk-php Version ^1.2
symfony/framework-bundle Version ^2.8 || ^3.0 || ^4.0