浏览代码

pull/4/head
ziadoz 14 年前
父节点
当前提交
9c2e50a551
共有 1 个文件被更改,包括 9 次插入2 次删除
  1. 9
    2
      awesome-php.md

+ 9
- 2
awesome-php.md 查看文件

6
 * [Symfony2](http://symfony.com/) - A framework comprised of individual components.
6
 * [Symfony2](http://symfony.com/) - A framework comprised of individual components.
7
 * [Symfony2 Components](https://github.com/symfony) - The components that make Symfony2.
7
 * [Symfony2 Components](https://github.com/symfony) - The components that make Symfony2.
8
 * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components.
8
 * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components.
9
+* [Silex Extensions](https://github.com/igorw/Silex-Extensions) - A set of Silex extensions.
9
 * [Twig](http://twig.sensiolabs.org/) - A comprehensive templating language.
10
 * [Twig](http://twig.sensiolabs.org/) - A comprehensive templating language.
10
 * [SwiftMailer](http://swiftmailer.org/) - A mailer solution.
11
 * [SwiftMailer](http://swiftmailer.org/) - A mailer solution.
11
 * [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container.
12
 * [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container.
16
 * [Imagine](http://imagine.readthedocs.org/en/latest/index.html) - An image manipulation library.
17
 * [Imagine](http://imagine.readthedocs.org/en/latest/index.html) - An image manipulation library.
17
 * [Monolog](https://github.com/Seldaek/monolog) - A comprehensive logger.
18
 * [Monolog](https://github.com/Seldaek/monolog) - A comprehensive logger.
18
 * [Behat](http://behat.org/) - A Behaviour Driven Development framework.
19
 * [Behat](http://behat.org/) - A Behaviour Driven Development framework.
20
+* [Mink](http://mink.behat.org/) - Web acceptance testing.
19
 * [Buzz](https://github.com/kriswallsmith/Buzz) - A HTTP client.
21
 * [Buzz](https://github.com/kriswallsmith/Buzz) - A HTTP client.
22
+* [Guzzle](http://guzzlephp.org/) - Another HTTP client.
20
 * [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.
23
 * [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.
21
 * [Pirum](https://github.com/symfony) - A PEAR channel manager.
24
 * [Pirum](https://github.com/symfony) - A PEAR channel manager.
22
 * [Sismo](http://sismo.sensiolabs.org/) - A continuous testing server.
25
 * [Sismo](http://sismo.sensiolabs.org/) - A continuous testing server.
23
-* [Mink](http://mink.behat.org/) - Web acceptance testing.
24
-* [Mockery](https://github.com/padraic/mockery) - Mock object framework for testing.
26
+* [KnpMenu](https://github.com/KnpLabs/KnpMenu) - A menu library.
27
+* [Gaufrette](https://github.com/KnpLabs/Gaufrette) - A filesystem abstraction layer.
28
+* [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
29
+* [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
30
+* [Phly Mustache](https://github.com/weierophinney/phly_mustache) - A mustache template implementation.
31
+* [GeoCoder](http://geocoder-php.org/) - A geocoding library.

正在加载...
取消
保存