mnhcc/zend3bchelper

A Zend Framework 3 backwards compatibility helper modul. Get many behavior from ZF 2.5 on 3

0.7.1.1 2017-08-25 15:22 UTC

This package is not auto-updated.

Last update: 2024-04-14 00:02:05 UTC


README

Status

Latest Stable Version Latest Unstable Version Build Status Coverage Status Dependency Status Total Downloads

Zend3bcHelper

A Zend Framework 3 backwards compatibility helper modul. Get many behavior from ZF 2.5 on ZF 3

installation

composer on shell

composer config "repositories.mnhcc/zend3bchelper" vcs https://github.com/MNHcC/Zend3bcHelper.git pleas use packagist now

composer require "mnhcc/zend3bchelper"

composer.json

{
    "require": {
        "php": ">=5.6.0",
        "mnhcc/zend3bchelper": "dev-master"
    }
}