mukadi/api-access-bundle
Composer 安装命令:
composer require 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.
README 文档
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.
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-05-23