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.

Maintainers

Package info

github.com/alex-patterson-webdev/arp-stdlib

pkg:composer/alex-patterson-webdev/arp-stdlib

Statistics

Installs: 1 156

Dependents: 1

Suggesters: 0

Stars: 2

Open Issues: 0

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"
}