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

This package is not auto-updated.

Last update: 2021-11-24 09:11:09 UTC


README

Latest Version Software License Total Downloads

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.