Browse Source

pull/4/head
Jamie York 12 years ago
parent
commit
20e71810fd
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      awesome-php.md

+ 4
- 2
awesome-php.md View File

201
 
201
 
202
 * [Monolog](https://github.com/Seldaek/monolog) - A comprehensive logger.
202
 * [Monolog](https://github.com/Seldaek/monolog) - A comprehensive logger.
203
 
203
 
204
-## Payment and Ecommerce
204
+## Payment and E-commerce
205
 
205
 
206
 * [OmniPay](https://github.com/adrianmacneil/omnipay) - A framework agnostic multi-gateway payment processing library.
206
 * [OmniPay](https://github.com/adrianmacneil/omnipay) - A framework agnostic multi-gateway payment processing library.
207
 * [Payum](https://github.com/payum/payum) - A payment abstraction library.
207
 * [Payum](https://github.com/payum/payum) - A payment abstraction library.
208
-* [Sylius](http://www.sylius.com/) - An open source ecommerce solution.
208
+* [Sylius](http://www.sylius.com/) - An open source e-commerce solution.
209
+* [Thelia](http://thelia.net/v2/) - Another open source e-commerce solution.
209
 * [Money](https://github.com/bussnet/money) - A PHP implementation of Fowler's money pattern.
210
 * [Money](https://github.com/bussnet/money) - A PHP implementation of Fowler's money pattern.
210
 
211
 
211
 ## PDF
212
 ## PDF
366
 * [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.
367
 * [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.
367
 * [ClassPreloader](https://github.com/mtdowling/ClassPreloader) - A library for optimising autoloading.
368
 * [ClassPreloader](https://github.com/mtdowling/ClassPreloader) - A library for optimising autoloading.
368
 * [Lib Country](https://github.com/phine/lib-country) - A library for country and subdivision data.
369
 * [Lib Country](https://github.com/phine/lib-country) - A library for country and subdivision data.
370
+* [Lib Accessor](https://github.com/phine/lib-accessor) - A library for simplifying accessors.
369
 
371
 
370
 ## Third Party APIs
372
 ## Third Party APIs
371
 
373
 

Loading…
Cancel
Save