This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (3.4.0) of this package.

3.4.0 2017-01-17 23:09 UTC

README

A standard library for development of Zend Framework 3 applications.

This includes :

- Loading of custom configuration services.
- Custom exception classes.
- Crypt based interfaces and strategies.
- Generic interfaces and traits.

Installation via composer

Update your project composer.json and include the package in the require section.

"require" : {
    "alex-patterson-webdev/arp-stdlib" : "^3.0"
}