mxrck / sentinel
PHP 5.4+ 全功能认证与授权系统
v2.0.19
2019-02-28 17:59 UTC
Requires
- php: >=5.4.0
- illuminate/support: ~5.0
- mxrck/support: ~2.0
Requires (Dev)
- illuminate/cookie: ~5.0
- illuminate/database: ~5.0
- illuminate/events: ~5.0
- illuminate/http: ~5.0
- illuminate/session: ~5.0
- ircmaxell/password-compat: ~1.0
- mockery/mockery: ~0.9
- paragonie/random_compat: ^1.4|^2
- phpunit/phpunit: ~4.0
Suggests
- illuminate/database: By default, Sentinel utilizes the powerful Illuminate database layer.
- illuminate/events: To hook into various events across Sentinel, we recommend using Illuminate's event dispatcher.
- ircmaxell/password-compat: Default hashing uses PHP 5.5 password_* functions, with forward-compatible support.
- symfony/http-foundation: Required for native implementations.
- 2.0.x-dev
- dev-master / 2.0.x-dev
- v2.0.19
- v2.0.18
- v2.0.17
- v2.0.16
- v2.0.15
- v2.0.14
- v2.0.13
- v2.0.12
- v2.0.11
- v2.0.10
- v2.0.9
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- 1.0.x-dev
- v1.0.17
- v1.0.16
- v1.0.15
- v1.0.14
- v1.0.13
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- v0.1.0
- dev-lv6-support
- dev-feature/dispatcher-contract
This package is auto-updated.
Last update: 2024-09-29 05:21:37 UTC
README
Sentinel 是一个 PHP 5.4+ 全功能认证与授权系统,还提供用户角色和额外的安全特性。
Sentinel 是一套框架无关的接口,提供了默认实现,尽管你可以替换成任何合适的实现。
由 Cartalyst 提供的开源软件,编写良好,加油!
文档
读者友好的文档可以在以下链接找到。 Sentinel 手册。
原始文件可以通过这个项目的 docs/version 分支找到。
变更日志
以下列出了重要版本。有关项目的完整历史,请参阅 变更日志。
支持
以下支持渠道可用于联系。
可以通过遵循我们的 贡献指南 提交错误报告、功能请求和拉取请求。
贡献与协议
许可协议
本软件根据 BSD 3-Clause 许可协议 发布。
© 2011-2017 Cartalyst LLC,保留所有权利。