PHP code example of klever / chainlink-zf2-module
1. Go to this page and download the library: Download klever/chainlink-zf2-module library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
klever / chainlink-zf2-module example snippets
return array(
/* ... */
'modules' => array(
/* ... */
'Klever\ChainlinkModule',
),
/* ... */
);
array(
'context_manager' => array(
'contexts' => array(
'MyContext' => array(
'handlers' => array(
'MyHandler1',
'MyHandler2',
'MyHandler3',
)
),
),
),
)