zf2timo/zf-mvc-expressive-bridge 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

zf2timo/zf-mvc-expressive-bridge

Composer 安装命令:

composer require zf2timo/zf-mvc-expressive-bridge

包简介

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

README 文档

README

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

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.

Installation

composer:

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.

Configuration

Example for the InputFilterManager:

// 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:

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

More Information: Rob Allen Zend\ServiceManager configuration keys

统计信息

  • 总下载量: 2.65k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2016-03-24

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固