2017 © Pedro Peláez
 

library tactician-module

Tactician module for Zend Framework

image

riskio/tactician-module

Tactician module for Zend Framework

  • Wednesday, October 18, 2017
  • by neeckeloo
  • Repository
  • 2 Watchers
  • 0 Stars
  • 47 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 4 Versions
  • 2 % Grown

The README.md

Tactician module for Zend Framework

Module to integrate Tactician with Zend Framework projects., (*1)

Build Status Latest Stable Version Build Status Total Downloads, (*2)

Requirements

Installation

Tactician module only officially supports installation through Composer. For Composer documentation, please refer to getcomposer.org., (*3)

You can install the module from command line:, (*4)

$ composer require riskio/tactician-module

Enable the module by adding TacticianModule key to your application.config.php file., (*5)

Default configuration

<?php
use League\Tactician\Handler\CommandNameExtractor\ClassNameExtractor;
use League\Tactician\Handler\Locator\InMemoryLocator;
use League\Tactician\Handler\MethodNameInflector\InvokeInflector;

return [
    'tactician' => [
        'handler' => [
            'command_name_extractor' => ClassNameExtractor::class,
            'locator' => InMemoryLocator::class,
            'method_name_inflector' => InvokeInflector::class,
        ],
        'middlewares' => [],
        'command_map' => [],
    ],
];

Testing

bash $ vendor/bin/phpunit, (*6)

Credits

License

The MIT License (MIT). Please see License File for more information., (*7)

The Versions

18/10 2017

dev-master

9999999-dev https://github.com/RiskioFr/tactician-module

Tactician module for Zend Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

zf2 tactician

18/10 2017

dev-feat/allows-zend-component-installer

dev-feat/allows-zend-component-installer https://github.com/RiskioFr/tactician-module

Tactician module for Zend Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

zf2 tactician

18/10 2017