Browse Source

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

+ 4
- 2
awesome-php.md View File

8
 * [Aura Components](http://auraphp.github.com/) - A package of PHP 5.4 components. 
8
 * [Aura Components](http://auraphp.github.com/) - A package of PHP 5.4 components. 
9
 * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components.
9
 * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components.
10
 * [Slim](http://www.slimframework.com/) - Another simple micro framework.
10
 * [Slim](http://www.slimframework.com/) - Another simple micro framework.
11
-* [Phalcon PHP](http://phalconphp.com/) - A high performance C extension PHP framework.
12
-* [Yaf](http://php.net/manual/en/book.yaf.php) - Another C extension framework.
13
 * [Twig](http://twig.sensiolabs.org/) - A comprehensive templating language.
11
 * [Twig](http://twig.sensiolabs.org/) - A comprehensive templating language.
14
 * [SwiftMailer](http://swiftmailer.org/) - A mailer solution.
12
 * [SwiftMailer](http://swiftmailer.org/) - A mailer solution.
15
 * [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container.
13
 * [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container.
43
 * [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.
44
 * [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.
45
 
43
 
44
+# C Extension Frameworks
45
+* [Phalcon PHP](http://phalconphp.com/) - A high performance C extension PHP framework.
46
+* [Yaf](http://php.net/manual/en/book.yaf.php) - Another C extension framework.
47
+
46
 # Utilities
48
 # Utilities
47
 
49
 
48
 * [HomeBrew](http://mxcl.github.com/homebrew/) - A package manager for OSX.
50
 * [HomeBrew](http://mxcl.github.com/homebrew/) - A package manager for OSX.

Loading…
Cancel
Save