|
|
|
|
|
|
45
|
- [Queue](#queue)
|
45
|
- [Queue](#queue)
|
|
46
|
- [Search](#search)
|
46
|
- [Search](#search)
|
|
47
|
- [Command Line](#command-line)
|
47
|
- [Command Line](#command-line)
|
|
48
|
- - [Authentication](#authentication)
|
|
|
|
|
|
48
|
+ - [Authentication and Authorization](#authentication-and-authorization)
|
|
49
|
- [Markup](#markup)
|
49
|
- [Markup](#markup)
|
|
50
|
- [Strings](#strings)
|
50
|
- [Strings](#strings)
|
|
51
|
- [Numbers](#numbers)
|
51
|
- [Numbers](#numbers)
|
|
|
|
|
|
|
69
|
- [PHP Websites](#php-websites)
|
69
|
- [PHP Websites](#php-websites)
|
|
70
|
- [Other Websites](#other-websites)
|
70
|
- [Other Websites](#other-websites)
|
|
71
|
- [PHP Books](#php-books)
|
71
|
- [PHP Books](#php-books)
|
|
72
|
- - [Other Books](#other-books)
|
|
|
|
73
|
- [PHP Videos](#php-videos)
|
72
|
- [PHP Videos](#php-videos)
|
|
74
|
- [PHP Reading](#php-reading)
|
73
|
- [PHP Reading](#php-reading)
|
|
75
|
- [PHP Internals Reading](#php-internals-reading)
|
74
|
- [PHP Internals Reading](#php-internals-reading)
|
|
|
|
|
|
|
458
|
* [Shunt](https://github.com/php-loep/shunt) - A library for running commands in parallel on multiple remote machines.
|
457
|
* [Shunt](https://github.com/php-loep/shunt) - A library for running commands in parallel on multiple remote machines.
|
|
459
|
* [Cilex](https://github.com/Cilex/Cilex) - A micro framework for building command line tools.
|
458
|
* [Cilex](https://github.com/Cilex/Cilex) - A micro framework for building command line tools.
|
|
460
|
|
459
|
|
|
461
|
-## Authentication
|
|
|
|
462
|
-*Libraries for implementing authentications schemes.*
|
|
|
|
|
|
460
|
+## Authentication and Authorization
|
|
|
|
461
|
+*Libraries for implementing user authentication and authorization.*
|
|
463
|
|
462
|
|
|
464
|
* [Sentry](https://github.com/cartalyst/sentry) - A framework agnostic authentication & authorisation library.
|
463
|
* [Sentry](https://github.com/cartalyst/sentry) - A framework agnostic authentication & authorisation library.
|
|
465
|
* [Sentry Social](http://docs.cartalyst.com/sentry-social-2/introduction) - A library for social network authentication.
|
464
|
* [Sentry Social](http://docs.cartalyst.com/sentry-social-2/introduction) - A library for social network authentication.
|
|
|
|
|
|
|
471
|
* [TwitterSDK](https://github.com/lyrixx/twitter-sdk) - A fully tested Twitter SDK.
|
470
|
* [TwitterSDK](https://github.com/lyrixx/twitter-sdk) - A fully tested Twitter SDK.
|
|
472
|
* [Hawk](https://github.com/dflydev/dflydev-hawk) - A Hawk HTTP authentication library.
|
471
|
* [Hawk](https://github.com/dflydev/dflydev-hawk) - A Hawk HTTP authentication library.
|
|
473
|
* [HybridAuth](https://github.com/hybridauth/hybridauth) - An open source social sign on library.
|
472
|
* [HybridAuth](https://github.com/hybridauth/hybridauth) - An open source social sign on library.
|
|
|
|
473
|
+* [Lock](https://github.com/BeatSwitch/lock) - A library for implementing Access Control Lists (ACL) systems.
|
|
474
|
|
474
|
|
|
475
|
## Markup
|
475
|
## Markup
|
|
476
|
*Libraries for working with markup.*
|
476
|
*Libraries for working with markup.*
|