indigophp / proton-tools
Helpers to create awesome Proton applications
Installs: 112
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
pkg:composer/indigophp/proton-tools
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.