mukadi / api-access-bundle
This bundle help you to handle client access to your API. Bundle let you manage clients and handle authentication to the API.
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.7
- symfony/framework-bundle: ~2.1
- symfony/security-bundle: ~2.1
This package is auto-updated.
Last update: 2024-11-10 22:47:37 UTC
README
The Symfony Security component provides a flexible way to authenticate User with API Keys via the SimplePreAuthenticatorInterface
which allow you to implement you authentication mecanism really easily.
The MukadiAPIAccessBundle builds on top of this to make it quick and easy to manage clients.
Installation
Require the bundle with composer:
.. code-block:: bash
$ composer require mukadi/api-access-bundle "^1.*"
Composer will install the bundle inside your project's vendor directory.
For more information about bundle usage and configuration, check documentation
_ stored in the Resources/doc/
folder in this bundle.