mxrck / sentinel
PHP 5.4+ Fully-featured Authentication & Authorization System
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-11-29 05:44:59 UTC
README
Sentinel is a PHP 5.4+ fully-featured authentication & authorization system. It also provides additional features such as user roles and additional security features.
Sentinel is a framework agnostic set of interfaces with default implementations, though you can substitute any implementations you see fit.
An open source package by Cartalyst, code well, rock on!
Documentation
Reader-friendly Documentation can be found here. Sentinel Manual.
Raw files can be found via this projects docs/version branch.
Change Log
Important versions listed below. Refer to the Change Log for a full history of the project.
Support
The following support channels can be used for contact.
Bug reports, feature requests, and pull requests can be submitted by following our Contribution Guide.
Contributing & Protocols
License
This software is released under the BSD 3-Clause License.
© 2011-2017 Cartalyst LLC, All rights reserved.