Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cartalyst/sentry

[DEPRECATED] A framework agnostic authentication & authorization system.
https://github.com/cartalyst/sentry

Last synced: about 1 month ago
JSON representation

[DEPRECATED] A framework agnostic authentication & authorization system.

Awesome Lists containing this project

README

        

## Help Support Sentinel version 3

http://igg.me/at/sentinel-open-source

# Sentry

> This package is DEPRECATED, please check our [Sentinel](https://github.com/cartalyst/sentinel) package for a better authentication & authorization system.

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.