Browse Source

pull/4/head
Jamie York 12 years ago
parent
commit
a7022f855b
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      awesome-php.md

+ 1
- 2
awesome-php.md View File

12
 * [Satis](https://github.com/composer/satis) - A static Composer repository generator.
12
 * [Satis](https://github.com/composer/satis) - A static Composer repository generator.
13
 * [Composition](https://github.com/bamarni/composition) - A library to check your Composer environment at runtime.
13
 * [Composition](https://github.com/bamarni/composition) - A library to check your Composer environment at runtime.
14
 * [Poser](https://github.com/FrenkyNet/Poser) - A Composer class aliasing library.
14
 * [Poser](https://github.com/FrenkyNet/Poser) - A Composer class aliasing library.
15
-* [Version](https://github.com/kherge/Version) - A parsing and comparison library for semantic versioning.
15
+* [Version](https://github.com/herrera-io/php-version) - A parsing and comparison library for semantic versioning.
16
 * [NameSpacer](https://github.com/ralphschindler/Namespacer) - A library to convert from underscores to namespaces.
16
 * [NameSpacer](https://github.com/ralphschindler/Namespacer) - A library to convert from underscores to namespaces.
17
 * [Patch Installer](https://github.com/goatherd/patch-installer) - A library to install patches using Composer.
17
 * [Patch Installer](https://github.com/goatherd/patch-installer) - A library to install patches using Composer.
18
 
18
 
119
 * [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings. 
119
 * [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings. 
120
 * [SecurityMultiTool](https://github.com/padraic/SecurityMultiTool) - A PHP security library.
120
 * [SecurityMultiTool](https://github.com/padraic/SecurityMultiTool) - A PHP security library.
121
 * [Password Compat](https://github.com/ircmaxell/password_compat) - A compatibility library for the new PHP 5.5 password functions.
121
 * [Password Compat](https://github.com/ircmaxell/password_compat) - A compatibility library for the new PHP 5.5 password functions.
122
-* [BCrypt](https://github.com/kherge/Bcrypt) - A BCrypt password hashing library.
123
 * [PHPAss](http://www.openwall.com/phpass/) - A portable password hashing framework.
122
 * [PHPAss](http://www.openwall.com/phpass/) - A portable password hashing framework.
124
 * [PHP Password Lib](https://github.com/ircmaxell/PHP-PasswordLib) - A library for generating and validating passwords.
123
 * [PHP Password Lib](https://github.com/ircmaxell/PHP-PasswordLib) - A library for generating and validating passwords.
125
 * [Password Policy](https://github.com/ircmaxell/password-policy) - A password policy library for PHP and JavaScript.
124
 * [Password Policy](https://github.com/ircmaxell/password-policy) - A password policy library for PHP and JavaScript.

Loading…
Cancel
Save