Browse Source

pull/4/head
ziadoz 13 years ago
parent
commit
ea8da70855
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      awesome-php.md

+ 2
- 2
awesome-php.md View File

40
 * [PHPAss](http://www.openwall.com/phpass/) - A portable password hashing framework.
40
 * [PHPAss](http://www.openwall.com/phpass/) - A portable password hashing framework.
41
 * [Box](https://github.com/kherge/Box) - A utility to build PHAR files.
41
 * [Box](https://github.com/kherge/Box) - A utility to build PHAR files.
42
 * [Wisdom](https://github.com/kherge/Wisdom) - A library for loading config data.
42
 * [Wisdom](https://github.com/kherge/Wisdom) - A library for loading config data.
43
-* [Getopt](ulrichsg/getopt-php) - A command line opt parser.
44
-* [Optparse](https://github.com/CHH/optparse) - Another command line opt parser.
43
+* [GetOpt](ulrichsg/getopt-php) - A command line opt parser.
44
+* [OptParse](https://github.com/CHH/optparse) - Another command line opt parser.
45
 
45
 
46
 # C Extension Frameworks
46
 # C Extension Frameworks
47
 * [Phalcon PHP](http://phalconphp.com/) - A high performance C extension framework.
47
 * [Phalcon PHP](http://phalconphp.com/) - A high performance C extension framework.

Loading…
Cancel
Save