indigophp / proton-tools
This package is abandoned and no longer maintained.
No replacement package was suggested.
Helpers to create awesome Proton applications
dev-master / 0.1.x-dev
2015-04-20 21:19 UTC
Requires
- php: >=5.4
- alexbilbie/proton: ~1.0
Requires (Dev)
- indigophp/guardian: dev-master
Suggests
- indigophp/guardian: Used for auth controller
This package is not auto-updated.
Last update: 2021-11-24 09:11:09 UTC
README
Helpers to create awesome Proton applications.
Install
Via Composer
$ composer require indigophp/proton-tools
Usage
In order to inject application into objects, add this to the conttainer:
$container->inflector('Proton\Tools\AppAware') ->invokeMethod('setApp', ['app']);
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.