The bundle for integrate the AuthorizeAction library with Symfony application.
- PHP 7.1 or higher
- Symfony3 or higher
Add AuthorizeActionBundle package in your composer.json:
{
"require": {
"fivelab/authorize-action-bundle": "~1.0"
}
}
Now tell composer to download the library by running the command:
$ php composer.phar update fivelab/authorize-action-bundle
This library is under the MIT license. See the complete license in library
LICENSE
Issues and feature requests are tracked in the Github issue tracker.
Thanks to everyone participating in the development of this AuthorizeActionBundle library!