2017 © Pedro Peláez
 

library chainlink-zf2-module

ZF2 module wrapper for Symbid/chainlink

image

klever/chainlink-zf2-module

ZF2 module wrapper for Symbid/chainlink

  • Monday, March 2, 2015
  • by tklever
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Chainlink ZF2 Module

Introduction

This module provides structure and code wrapping around Symbid\Chainlink exposing it to Zend Framework 2., (*1)

Requirements

Please see the composer.json file., (*2)

Installation

Run the following composer command:, (*3)

$ composer require "klever/chainlink-zf2-module:dev-master"

Alternately, manually add the following to your composer.json, in the require section:, (*4)

"require": {
    "klever/chainlink-zf2-module": "dev-master"
}

And then run composer update to ensure the module is installed., (*5)

Finally, add the module name to your project's config/application.config.php under the modules key:, (*6)

return array(
    /* ... */
    'modules' => array(
        /* ... */
        'Klever\ChainlinkModule',
    ),
    /* ... */
);

User configuration example:

array(
    'context_manager' => array(
        'contexts' => array(
            'MyContext' => array(
                'handlers' => array(
                    'MyHandler1',
                    'MyHandler2',
                    'MyHandler3',
                )
            ),
        ),
    ),
)

The Versions

02/03 2015

dev-master

9999999-dev

ZF2 module wrapper for Symbid/chainlink

  Sources   Download

The Requires

 

The Development Requires

by Tim Klever

02/03 2015

dev-develop

dev-develop

ZF2 module wrapper for Symbid/chainlink

  Sources   Download

The Requires

 

The Development Requires

by Tim Klever

02/03 2015

0.1.0

0.1.0.0

ZF2 module wrapper for Symbid/chainlink

  Sources   Download

The Requires

 

The Development Requires

by Tim Klever