mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-07 16:33:35 +00:00
Merge pull request #298 from JosielSantos/master
Improved "Authentication" category
This commit is contained in:
commit
fc7e2ffb1d
@ -45,7 +45,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
- [Queue](#queue)
|
- [Queue](#queue)
|
||||||
- [Search](#search)
|
- [Search](#search)
|
||||||
- [Command Line](#command-line)
|
- [Command Line](#command-line)
|
||||||
- [Authentication](#authentication)
|
- [Authentication and Authorization](#authentication-and-authorization)
|
||||||
- [Markup](#markup)
|
- [Markup](#markup)
|
||||||
- [Strings](#strings)
|
- [Strings](#strings)
|
||||||
- [Numbers](#numbers)
|
- [Numbers](#numbers)
|
||||||
@ -69,7 +69,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
- [PHP Websites](#php-websites)
|
- [PHP Websites](#php-websites)
|
||||||
- [Other Websites](#other-websites)
|
- [Other Websites](#other-websites)
|
||||||
- [PHP Books](#php-books)
|
- [PHP Books](#php-books)
|
||||||
- [Other Books](#other-books)
|
|
||||||
- [PHP Videos](#php-videos)
|
- [PHP Videos](#php-videos)
|
||||||
- [PHP Reading](#php-reading)
|
- [PHP Reading](#php-reading)
|
||||||
- [PHP Internals Reading](#php-internals-reading)
|
- [PHP Internals Reading](#php-internals-reading)
|
||||||
@ -459,8 +458,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.
|
* [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.
|
* [Cilex](https://github.com/Cilex/Cilex) - A micro framework for building command line tools.
|
||||||
|
|
||||||
## Authentication
|
## Authentication and Authorization
|
||||||
*Libraries for implementing authentications schemes.*
|
*Libraries for implementing user authentication and authorization.*
|
||||||
|
|
||||||
* [Sentry](https://github.com/cartalyst/sentry) - A framework agnostic authentication & authorisation library.
|
* [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.
|
* [Sentry Social](http://docs.cartalyst.com/sentry-social-2/introduction) - A library for social network authentication.
|
||||||
@ -472,6 +471,7 @@ Libraries to help manage database schemas and migrations.
|
|||||||
* [TwitterSDK](https://github.com/lyrixx/twitter-sdk) - A fully tested Twitter SDK.
|
* [TwitterSDK](https://github.com/lyrixx/twitter-sdk) - A fully tested Twitter SDK.
|
||||||
* [Hawk](https://github.com/dflydev/dflydev-hawk) - A Hawk HTTP authentication library.
|
* [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.
|
* [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
|
## Markup
|
||||||
*Libraries for working with markup.*
|
*Libraries for working with markup.*
|
||||||
@ -700,6 +700,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 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 Best Practices](http://phpbestpractices.org/) - A PHP best practice guide.
|
||||||
* [PHP Weekly](http://phpweekly.info/archive/) - A weekly PHP newsletter.
|
* [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 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 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).
|
* [PHP UG](http://php.ug) - A website to help people locate their nearest PHP user group (UG).
|
||||||
|
Loading…
Reference in New Issue
Block a user