承接 nordsoftware/lumen-rbac 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

nordsoftware/lumen-rbac

最新稳定版本:1.0.2

Composer 安装命令:

composer require nordsoftware/lumen-rbac

包简介

RBAC module for the Lumen framework.

README 文档

README

Code Climate StyleCI Latest Stable Version Total Downloads License

RBAC module for the Lumen PHP framework based on Overseer.

Requirements

  • PHP 5.6 or newer

Usage

Installation

  1. Run the following command to install the package through Composer:
composer require nordsoftware/lumen-rbac
  1. Copy the configuration template in config/rbac.php to your application's config directory and modify according to your needs.

  2. Add the following lines to your bootstrap/app.php:

$app->register('Nord\Lumen\Rbac\Doctrine\DoctrineStorageServiceProvider');
$app->register('Nord\Lumen\Rbac\RbacServiceProvider');

You should now have a bunch of new Artisan commands available under the doctrine namespace. In your code, you can either inject RbacService or use the Rbac facade to access the service.

Contributing

Please read the guidelines.

License

MIT. See LICENSE.

统计信息

  • 总下载量: 58k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 26
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 1

GitHub 信息

  • Stars: 23
  • Watchers: 11
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-06-19