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 1/2] 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.* From 746853ab49a109a441cc782867e7fc25a50ec694 Mon Sep 17 00:00:00 2001 From: Josiel Alves dos Santos Date: Mon, 5 Jan 2015 03:36:16 -0200 Subject: [PATCH 2/2] Added securingphp.com website --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e613609..18e4a7c 100644 --- a/README.md +++ b/README.md @@ -699,6 +699,7 @@ Various resources, such as books, websites and articles, for improving your PHP * [PHP The Right Way](http://www.phptherightway.com/) - A PHP best practice quick reference guide. * [PHP Best Practices](http://phpbestpractices.org/) - A PHP best practice guide. * [PHP Weekly](http://phpweekly.info/archive/) - A weekly PHP newsletter. +* [Securing PHP](http://securingphp.com/) - A newsletter about PHP security and library recommendations. * [PHP Security](http://phpsecurity.readthedocs.org/en/latest/index.html) - A guide to PHP security. * [PHP FIG](http://www.php-fig.org/) - The PHP Framework Interoperability Group. * [PHP UG](http://php.ug) - A website to help people locate their nearest PHP user group (UG).