Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykendall committed Jan 3, 2016
1 parent 9538ed8 commit 2443c94
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Slim Auth [![Build Status](https://travis-ci.org/jeremykendall/slim-auth.png?branch=master)](https://travis-ci.org/jeremykendall/slim-auth) [![Coverage Status](https://coveralls.io/repos/jeremykendall/slim-auth/badge.png?branch=master)](https://coveralls.io/r/jeremykendall/slim-auth?branch=master) [![Dependencies Status](https://depending.in/jeremykendall/slim-auth.png)](http://depending.in/jeremykendall/slim-auth)
# Slim Auth [![Build Status](https://travis-ci.org/jeremykendall/slim-auth.png?branch=slim-2.x)](https://travis-ci.org/jeremykendall/slim-auth) [![Coverage Status](https://coveralls.io/repos/jeremykendall/slim-auth/badge.png?branch=slim-2.x)]

Slim Auth is an authorization and authentication library for the [Slim Framework][1].
Authentication is provided by the Zend Framework [Zend\Authentication][2]
component, and authorization by the Zend Framework [Zend\Permissions\Acl][3] component.

## Slim 2.x Support

This is the Slim 2.x branch of Slim Auth. Slim >=3.x is supported in Slim Auth >= 2.0.

## Fair Warning: Documentation Mostly Complete

Slim Auth is fully functional and production ready (I've used it in production
Expand Down

0 comments on commit 2443c94

Please sign in to comment.