net_bazzline/zf_locator_generator_debian_6_backport

This package is abandoned and no longer maintained. No replacement package was suggested.

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

1.3.3 2015-09-13 17:12 UTC

This package is auto-updated.

Last update: 2021-02-16 13:10:51 UTC


README

Locator Generator Component (Debian 6 Backport) Module for Zend Framework 2.2

This repository is marked as "orphaned" and will be no longer maintained.

This 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 backport of the zf console helper for zend framework 2.2 (latest version working with debian 6 supported php version).

It is based on the skeleton zf2 module and phly_contact. Thanks also to the skeleton application.

The build status of the current master branch is tracked by Travis CI: Build Status Latest stable

The scrutinizer status are: code quality | build status

The versioneye status is: dependencies

Downloads: Downloads this Month

It is also available at openhub.net.

Check out the demo environment if you want to see it in action.

Backport for Zend Framework 2.4 / Debian 7

There is a backport available for debian 7 and its zend framework 2.4 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_6_backport
cd vendor/net_bazzline/zf_locator_generator_debian_6_backport
git clone https://github.com/bazzline/zf_locator_generator_debian_6_backport

With Packagist

"net_bazzline/zf_locator_generator_debian_6_backport": "dev-master"

Usage

  • adapt your application.config.php and add “ZfLocatorGenerator” into the “modules” section
<?php
return array(
    'modules' => array(
        'Application',
        'ZfLocatorGenerator'
    ),
    //...
  • 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

API

API available at bazzline.net.

History

  • upcomming
    • @todo
    • removed tests to run it only on php 5.3 and 5.3.3
  • 1.3.3 - released at 13.09.2015
    • updated dependency
  • 1.3.2 - released at 07.07.2015
    • updated dependency
  • 1.3.1 - released at 04.07.2015
  • 1.3.0 - released at 05.06.2015
  • 1.2.2 - released at 08.02.2015
    • updated dependencies
  • 1.2.1 - released at 08.02.2015
    • removed dependency from apigen
  • 1.2.0 - released at 08.02.2015
    • added factory for controller creation
    • added migration
    • update dependencies
  • 1.1.0 - released at 22.12.2014
    • updated php_component_locator_generator to version 1.3.0
  • 1.0.0 - released at 20.10.2014
    • initial release