Browse Source

pull/4/head
Jamie York 13 years ago
parent
commit
57b51e8c08
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      awesome-php.md

+ 2
- 1
awesome-php.md View File

14
 * [Silex Skeleton](https://github.com/fabpot/Silex-Skeleton) - A skeleton for Silex.
14
 * [Silex Skeleton](https://github.com/fabpot/Silex-Skeleton) - A skeleton for Silex.
15
 * [Slim](http://www.slimframework.com/) - Another simple micro framework.
15
 * [Slim](http://www.slimframework.com/) - Another simple micro framework.
16
 * [Twig](http://twig.sensiolabs.org/) - A comprehensive templating language.
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
 * [Mustache](https://packagist.org/packages/phly/mustache) - A PHP implementation of the Mustache template language.
18
 * [Mustache](https://packagist.org/packages/phly/mustache) - A PHP implementation of the Mustache template language.
18
 * [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
19
 * [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
19
 * [SwiftMailer](http://swiftmailer.org/) - A mailer solution.
20
 * [SwiftMailer](http://swiftmailer.org/) - A mailer solution.
69
 * [OptParse](https://github.com/CHH/optparse) - Another command line opt parser.
70
 * [OptParse](https://github.com/CHH/optparse) - Another command line opt parser.
70
 * [Commando](https://github.com/nategood/commando) - Another simple command line opt parser.
71
 * [Commando](https://github.com/nategood/commando) - Another simple command line opt parser.
71
 * [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
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
 * [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine.
74
 * [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine.
74
 * [Carbon](https://github.com/briannesbitt/Carbon) - A simple DateTime API extension.
75
 * [Carbon](https://github.com/briannesbitt/Carbon) - A simple DateTime API extension.
75
 * [Datum](https://github.com/dandoescode/datum) - A fork of the Carbon DateTime API extension.
76
 * [Datum](https://github.com/dandoescode/datum) - A fork of the Carbon DateTime API extension.

Loading…
Cancel
Save