2017 © Pedro Peláez
 

library zf-mvc-expressive-bridge

Builds a Bridge between Zend Expressive and Plugin Managers of Zend\MVC

image

zf2timo/zf-mvc-expressive-bridge

Builds a Bridge between Zend Expressive and Plugin Managers of Zend\MVC

  • Thursday, March 24, 2016
  • by zf2timo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 318 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 27 % Grown

The README.md

ZF MVC Expressive Bridge

Currently all Factories for the Zend PluginManagers are in the Zend\MVC Package. When the next iteration of Zend Framework is released, all Factories are moved to their correct Packages. But until then you can install this Bridge, (*1)

All Factories just copied form the Zend\MVC@2.7.3 Packages. They only extended slightly to load the Config from the ContainerInterface - because it is not automatically injected by Expressive., (*2)

Installation

composer:, (*3)

composer require zf2timo/zf-mvc-expressive-bridge

The other Packages are not installed automatically - they are only suggest. I don't want to bloat your Application with unused Packages. So it is on your side, to add the correct dependencies., (*4)

Configuration

Example for the InputFilterManager:, (*5)

// config/autoload/dependencies.global.php
return [
    'dependencies' => [
        'factories' => [
            Zend\InputFilter\InputFilter::class => \zf2timo\Bridge\Factory\InputFilterManagerFactory::class
        ]
    ],
];

The Configuration Keys are followed by ZF2 ServiceManager Keys:, (*6)

array_key PluginManager
form_elements FormElementManager
filters FilterManager
hydrators HydratorManager
input_filters InputFilterManager
validators FilterManager

More Information: Rob Allen Zend\ServiceManager configuration keys, (*7)

The Versions

24/03 2016

dev-master

9999999-dev

Builds a Bridge between Zend Expressive and Plugin Managers of Zend\MVC

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

mvc zf2 pluginmanager expressive bridge

24/03 2016
24/03 2016

dev-develop

dev-develop

Builds a Bridge between Zend Expressive and Plugin Managers of Zend\MVC

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

mvc zf2 pluginmanager expressive bridge