alex-patterson-webdev / arp-stdlib
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.
Package info
github.com/alex-patterson-webdev/arp-stdlib
pkg:composer/alex-patterson-webdev/arp-stdlib
3.4.0
2017-01-17 23:09 UTC
Requires
- php: >=5.6
- zendframework/zend-crypt: ^2.7 || ^3.0
- zendframework/zend-modulemanager: ^2.7 || ^3.0
- zendframework/zend-stdlib: ^2.7 || ^3.0
Requires (Dev)
- phpunit/phpunit: 4.1.*
This package is auto-updated.
Last update: 2020-05-03 13:17:45 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"
}