承接 net_bazzline/zf_locator_generator_debian_7_backport 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

net_bazzline/zf_locator_generator_debian_7_backport

最新稳定版本:1.1.3

Composer 安装命令:

composer require net_bazzline/zf_locator_generator_debian_7_backport

包简介

free as in freedom zend framework 2 locator generator module for debian 7

README 文档

README

Locator Generator Component (Debian 7 Backport) Module for Zend Framework 2.4.*

This free as in freedom module should easy up the usage of the locator generator component in the zend framework 2 in a zend framework 2 application.

This is a virtual package working as a backport of the zf console helper for zend framework 2.4 (latest version working with debian 7 supported php version).

Backport for Zend Framework 2.2 / Debian 6

There is a backport available for debian 6 and its zend framework 2.2 limiting php version.

Example

# generate one locator
php public/index.php net_bazzline locator generate <locator_name>

# generate all available locators
php public/index.php net_bazzline locator generate

# list all available locators
php public/index.php net_bazzline locator list

Install

By Hand

mkdir -p vendor/net_bazzline/zf_locator_generator_debian_7_backport
cd vendor/net_bazzline/zf_locator_generator_debian_7_backport
git clone https://github.com/bazzline/zf_locator_generator_debian_7_backport

With Packagist

"net_bazzline/zf_locator_generator_debian_7_backport": "dev-master"

Usage

  • adapt your application.config.php and add “ZfLocatorGenerator” into the “modules” section
<?php
return array(
    'modules' => array(
        'Application',
        'NetBazzlineZfLocatorGenerator'
    ),
//...
  • use zflocatorgenerator.global.php.dist as base
  • copy this file into your config/autoload directory
  • open this file and adapt it to your needs
  • depending on the locator configuration, add it as invokable or by using a factory to your service manager configuration

History

  • upcomming
    • @todo
  • 1.1.3 - released at 18.11.2015
    • updated dependency
  • 1.1.2 - released at 13.09.2015
    • updated dependency
  • 1.1.1 - released at 29.07.2015
    • added install section into readme
    • added example section into readme
    • added usage section into readme
  • 1.1.0 - released at 12.07.2015
    • moved to virtual package
    • updated dependency
  • 1.0.2 - released at 07.07.2015
    • updated dependency
  • 1.0.1 - released at 04.07.2015
    • fixed broken links
    • removed dead code in unit test
    • updated dependency
  • 1.0.0 - released at 05.06.2015

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: LGPLv3
  • 更新时间: 2015-06-05