alex-patterson-webdev / arp-stdlib
Installs: 1 156
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
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"
}