Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/intrip/sentry
A framework agnostic authentication & authorization system.
https://github.com/intrip/sentry
Last synced: about 1 month ago
JSON representation
A framework agnostic authentication & authorization system.
- Host: GitHub
- URL: https://github.com/intrip/sentry
- Owner: intrip
- License: bsd-3-clause
- Fork: true (cartalyst/sentry)
- Created: 2015-04-11T10:15:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-02T13:12:40.000Z (almost 3 years ago)
- Last Synced: 2024-09-25T06:46:47.016Z (about 1 month ago)
- Language: PHP
- Homepage: http://www.cartalyst.com
- Size: 1.14 MB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Sentry
Sentry is a PHP 5.3+ fully-featured authentication & authorization system. It also provides additional features such as user groups and additional security features.
Sentry is a framework agnostic set of interfaces with default implementations, though you can substitute any implementations you see fit.
[![Build Status](https://travis-ci.org/cartalyst/sentry.png?branch=master)](https://travis-ci.org/cartalyst/sentry)
![Bitdeli](https://d2weczhvl823v0.cloudfront.net/cartalyst/sentry/trend.png)
### Features
It also provides additional features such as user groups and additional security features:
- Configurable authentication (can use any type of authentication required, such as username or email)
- Authorization
- Activation of user *(optional)*
- Groups and group permissions
- "Remember me"
- User suspension
- Login throttling *(optional)*
- User banning
- Password resetting
- User data
- Interface driven - switch out your own implementations at will### Installation
Installation of Sentry is very easy. We've got a number of guides to get Sentry working with your favorite framework or on it's own:
- [Install Sentry](https://cartalyst.com/manual/sentry#installation)
### Getting Started
- Use in [Laravel 4](https://cartalyst.com/manual/sentry#laravel-4)
- Use in [FuelPHP 1](https://cartalyst.com/manual/sentry#fuelphp-1.x)
- Use in [CodeIgniter 3](https://cartalyst.com/manual/sentry#codeigniter-3.0-dev)
- Use [natively (through composer)](https://cartalyst.com/manual/sentry#native)### Upgrading
Currently, we do not have an upgrade method from Sentry 1, however we may be able to publish one before the stable release of Sentry 2.0. When upgrading between betas or release-candidates, please see [our changelog](https://github.com/cartalyst/sentry/blob/master/changelog.md).
### Support
We offer support through [our help forums](http://help.cartalyst.com), on [IRC at #cartalyst](http://webchat.freenode.net/?channels=cartalyst) and through GitHub issues (bugs only).
If you like Sentry, consider [subscribing](http://www.cartalyst.com/pricing) to our [Arsenal](http://www.cartalyst.com/arsenal). It allows us to keep creating awesome software and afford to eat at night. Subscribers also get **priority support** with all of our packages, both free and subscriber-only.