Skip to content

bvoronov/zb-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZB UTILS

Introduction

This module provides common utils for projects based on Zend Framework 2, Doctrine 2 and ZF Apigility.

Requirements

Please see the composer.json file.

Installation

Manually add the following to your composer.json, in the require section:

"require": {
    "bvoronov/zb-utils": "~0.1.0"
}

Do not forget to add the following to repositories section:

"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/bvoronov/zb-utils"
    }
]

And then run composer update to ensure the module is installed.

Finally, add the module name to your project's config/application.config.php under the modules key:

return array(
    /* ... */
    'modules' => array(
        /* ... */
        'ZB\Utils',
    ),
    /* ... */
);

Configuration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages