浏览代码

pull/4/head
Jamie York 13 年前
父节点
当前提交
ec079a222a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      awesome-php.md

+ 1
- 1
awesome-php.md 查看文件

62
 * [PHP Password Lib](https://github.com/ircmaxell/PHP-PasswordLib) - A library for generating and validating passwords.
62
 * [PHP Password Lib](https://github.com/ircmaxell/PHP-PasswordLib) - A library for generating and validating passwords.
63
 * [Password Compat](https://github.com/ircmaxell/password_compat) - A library that provides compatibility with the new PHP 5.5 password functions.
63
 * [Password Compat](https://github.com/ircmaxell/password_compat) - A library that provides compatibility with the new PHP 5.5 password functions.
64
 * [Password Policy](https://github.com/ircmaxell/password-policy) - A password policy library for PHP and JavaScript.
64
 * [Password Policy](https://github.com/ircmaxell/password-policy) - A password policy library for PHP and JavaScript.
65
+* [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings. 
65
 * [Box](https://github.com/kherge/Box) - A utility to build PHAR files.
66
 * [Box](https://github.com/kherge/Box) - A utility to build PHAR files.
66
 * [Wisdom](https://github.com/kherge/Wisdom) - A library for loading config data.
67
 * [Wisdom](https://github.com/kherge/Wisdom) - A library for loading config data.
67
 * [GetOpt](ulrichsg/getopt-php) - A command line opt parser.
68
 * [GetOpt](ulrichsg/getopt-php) - A command line opt parser.
106
 * [Predis](https://github.com/nrk/predis) - A feature complete Redis library.
107
 * [Predis](https://github.com/nrk/predis) - A feature complete Redis library.
107
 * [Sabre VObject](https://github.com/evert/sabre-vobject) - A library for parsing VCard and iCalendar objects.
108
 * [Sabre VObject](https://github.com/evert/sabre-vobject) - A library for parsing VCard and iCalendar objects.
108
 * [OAuth2](https://github.com/lncd/OAuth2) - An OAuth2 authentication server, resource server and client library.
109
 * [OAuth2](https://github.com/lncd/OAuth2) - An OAuth2 authentication server, resource server and client library.
109
-* [CurlBack](https://github.com/jwoodcock/CurlBack) - A simple wrapper library for cURL.
110
 * [Annotations](https://github.com/doctrine/annotations) - An annotations library (part of Doctrine).
110
 * [Annotations](https://github.com/doctrine/annotations) - An annotations library (part of Doctrine).
111
 * [Cache](https://github.com/doctrine/cache) - A caching library (part of Doctrine).
111
 * [Cache](https://github.com/doctrine/cache) - A caching library (part of Doctrine).
112
 * [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
112
 * [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.

正在加载...
取消
保存