|
|
@@ -8,8 +8,6 @@ A list of amazingly awesome PHP libraries that you should be using:
|
|
8
|
8
|
* [Aura Components](http://auraphp.github.com/) - A package of PHP 5.4 components.
|
|
9
|
9
|
* [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components.
|
|
10
|
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
|
11
|
* [Twig](http://twig.sensiolabs.org/) - A comprehensive templating language.
|
|
14
|
12
|
* [SwiftMailer](http://swiftmailer.org/) - A mailer solution.
|
|
15
|
13
|
* [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container.
|
|
|
@@ -43,6 +41,10 @@ A list of amazingly awesome PHP libraries that you should be using:
|
|
43
|
41
|
* [Box](https://github.com/kherge/Box) - A utility to build PHAR files.
|
|
44
|
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
|
48
|
# Utilities
|
|
47
|
49
|
|
|
48
|
50
|
* [HomeBrew](http://mxcl.github.com/homebrew/) - A package manager for OSX.
|