浏览代码

pull/4/head
Jamie York 13 年前
父节点
当前提交
57b51e8c08
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      awesome-php.md

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

@@ -14,6 +14,7 @@ A list of amazingly awesome PHP libraries that you should consider using (and so
14 14
 * [Silex Skeleton](https://github.com/fabpot/Silex-Skeleton) - A skeleton for Silex.
15 15
 * [Slim](http://www.slimframework.com/) - Another simple micro framework.
16 16
 * [Twig](http://twig.sensiolabs.org/) - A comprehensive templating language.
17
+* [Twig Cache Extension](https://github.com/asm89/twig-cache-extension) - A template fragment cache library for Twig.
17 18
 * [Mustache](https://packagist.org/packages/phly/mustache) - A PHP implementation of the Mustache template language.
18 19
 * [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
19 20
 * [SwiftMailer](http://swiftmailer.org/) - A mailer solution.
@@ -69,7 +70,7 @@ A list of amazingly awesome PHP libraries that you should consider using (and so
69 70
 * [OptParse](https://github.com/CHH/optparse) - Another command line opt parser.
70 71
 * [Commando](https://github.com/nategood/commando) - Another simple command line opt parser.
71 72
 * [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
72
-* [Tala Payments](https://github.com/adrianmacneil/tala-payments) - A payment processing library.
73
+* [OmniPay](https://github.com/adrianmacneil/omnipay) - A framework agnostic multi-gateway payment processing library.
73 74
 * [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine.
74 75
 * [Carbon](https://github.com/briannesbitt/Carbon) - A simple DateTime API extension.
75 76
 * [Datum](https://github.com/dandoescode/datum) - A fork of the Carbon DateTime API extension.

正在加载...
取消
保存