Download the PHP package ac/kalinka-bundle without Composer
On this page you can find all versions of the php package ac/kalinka-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ac/kalinka-bundle
More information about ac/kalinka-bundle
Files in ac/kalinka-bundle
Download ac/kalinka-bundle
More information about ac/kalinka-bundle
Files in ac/kalinka-bundle
Vendor ac
Package kalinka-bundle
Short Description Flexible authorization for your Symfony2 app
License MIT
Package kalinka-bundle
Short Description Flexible authorization for your Symfony2 app
License MIT
Please rate this library. Is it a good library?
Informations about the package kalinka-bundle
Kalinka-Bundle
Symfony2 bundle for Kalinka.
Installation
- require
"ac/kalinka-bundle": "~0.1.0" in your
composer.json` - run
composer update ac/kalinka
- Instantiate
AC\KalinkaBundle\ACKalinkaBundle
in yourAppKernel
- Configure the bundle, described below:
Configuration
Services
The bundle registers the kalinka.authorizer
service, which you can use in your app:
To register guards just use the kalinka.guard
tag, and specify the domain of the guard. For example:
You can also configure multiple authorizers if you need them.
All versions of kalinka-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
symfony/framework-bundle Version ~2.2
symfony/security Version ~2.2
ac/kalinka Version ~0.1
symfony/framework-bundle Version ~2.2
symfony/security Version ~2.2
ac/kalinka Version ~0.1
The package ac/kalinka-bundle contains the following files
Loading the files please wait ....