From fdec5e9380fc1705bd6d70bc62234e735d920787 Mon Sep 17 00:00:00 2001 From: Josiel Alves dos Santos Date: Mon, 5 Jan 2015 03:24:00 -0200 Subject: [PATCH] enamed the category "Authentication" to "Authentication and Authorization" Added the Lock library to build access control lists (ACL). --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3af3ea3..e613609 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT - [Queue](#queue) - [Search](#search) - [Command Line](#command-line) - - [Authentication](#authentication) + - [Authentication and Authorization](#authentication-and-authorization) - [Markup](#markup) - [Strings](#strings) - [Numbers](#numbers) @@ -69,7 +69,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT - [PHP Websites](#php-websites) - [Other Websites](#other-websites) - [PHP Books](#php-books) - - [Other Books](#other-books) - [PHP Videos](#php-videos) - [PHP Reading](#php-reading) - [PHP Internals Reading](#php-internals-reading) @@ -458,8 +457,8 @@ Libraries to help manage database schemas and migrations. * [Shunt](https://github.com/php-loep/shunt) - A library for running commands in parallel on multiple remote machines. * [Cilex](https://github.com/Cilex/Cilex) - A micro framework for building command line tools. -## Authentication -*Libraries for implementing authentications schemes.* +## Authentication and Authorization +*Libraries for implementing user authentication and authorization.* * [Sentry](https://github.com/cartalyst/sentry) - A framework agnostic authentication & authorisation library. * [Sentry Social](http://docs.cartalyst.com/sentry-social-2/introduction) - A library for social network authentication. @@ -471,6 +470,7 @@ Libraries to help manage database schemas and migrations. * [TwitterSDK](https://github.com/lyrixx/twitter-sdk) - A fully tested Twitter SDK. * [Hawk](https://github.com/dflydev/dflydev-hawk) - A Hawk HTTP authentication library. * [HybridAuth](https://github.com/hybridauth/hybridauth) - An open source social sign on library. +* [Lock](https://github.com/BeatSwitch/lock) - A library for implementing Access Control Lists (ACL) systems. ## Markup *Libraries for working with markup.*