瀏覽代碼

Merge pull request #298 from JosielSantos/master

Improved "Authentication" category
pull/303/merge
Jamie York 11 年之前
父節點
當前提交
fc7e2ffb1d
共有 1 個檔案被更改,包括 5 行新增4 行删除
  1. 5
    4
      README.md

+ 5
- 4
README.md 查看文件

@@ -45,7 +45,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
45 45
 	- [Queue](#queue)
46 46
 	- [Search](#search)
47 47
 	- [Command Line](#command-line)
48
-	- [Authentication](#authentication)
48
+	- [Authentication and Authorization](#authentication-and-authorization)
49 49
 	- [Markup](#markup)
50 50
 	- [Strings](#strings)
51 51
 	- [Numbers](#numbers)
@@ -69,7 +69,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
69 69
 	- [PHP Websites](#php-websites)
70 70
 	- [Other Websites](#other-websites)
71 71
 	- [PHP Books](#php-books)
72
-	- [Other Books](#other-books)
73 72
 	- [PHP Videos](#php-videos)
74 73
 	- [PHP Reading](#php-reading)
75 74
 	- [PHP Internals Reading](#php-internals-reading)
@@ -459,8 +458,8 @@ Libraries to help manage database schemas and migrations.
459 458
 * [Shunt](https://github.com/php-loep/shunt) - A library for running commands in parallel on multiple remote machines.
460 459
 * [Cilex](https://github.com/Cilex/Cilex) - A micro framework for building command line tools.
461 460
 
462
-## Authentication
463
-*Libraries for implementing authentications schemes.*
461
+## Authentication and Authorization
462
+*Libraries for implementing user authentication and authorization.*
464 463
 
465 464
 * [Sentry](https://github.com/cartalyst/sentry) - A framework agnostic authentication & authorisation library.
466 465
 * [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.
472 471
 * [TwitterSDK](https://github.com/lyrixx/twitter-sdk) - A fully tested Twitter SDK.
473 472
 * [Hawk](https://github.com/dflydev/dflydev-hawk) - A Hawk HTTP authentication library.
474 473
 * [HybridAuth](https://github.com/hybridauth/hybridauth) - An open source social sign on library.
474
+* [Lock](https://github.com/BeatSwitch/lock) - A library for implementing Access Control Lists (ACL) systems.
475 475
 
476 476
 ## Markup
477 477
 *Libraries for working with markup.*
@@ -700,6 +700,7 @@ Various resources, such as books, websites and articles, for improving your PHP
700 700
 * [PHP The Right Way](http://www.phptherightway.com/) - A PHP best practice quick reference guide.
701 701
 * [PHP Best Practices](http://phpbestpractices.org/) - A PHP best practice guide.
702 702
 * [PHP Weekly](http://phpweekly.info/archive/) - A weekly PHP newsletter.
703
+* [Securing PHP](http://securingphp.com/) - A newsletter about PHP security and library recommendations.
703 704
 * [PHP Security](http://phpsecurity.readthedocs.org/en/latest/index.html) - A guide to PHP security.
704 705
 * [PHP FIG](http://www.php-fig.org/) - The PHP Framework Interoperability Group.
705 706
 * [PHP UG](http://php.ug) - A website to help people locate their nearest PHP user group (UG).

Loading…
取消
儲存