dev-master
9999999-devLightweight Shopping Cart implemented in PHP
MIT
The Requires
- php >=5.4.0
- symfony/http-foundation ~2.6
The Development Requires
by Johnny Theill
php shopping cart
Wallogit.com
2017 © Pedro Peláez
Lightweight Shopping Cart implemented in PHP
Lightweight shopping cart library implemented in PHP. For storage it uses Symfony Session components, where you can switch between several storage handlers or just use native session handling., (*1)
The preferred way to install this extension is through composer. Remember to refer to the composer.json for this extension's requirements and dependencies., (*4)
Either run, (*5)
$ php composer.phar require theill11/shoppingcart "*"
or add, (*6)
"theill11/shoppingcart": "*"
to the require section of your composer.json file., (*7)
See examples/index.php, (*8)
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
See CHANGELOG.md, (*9)
Inspiration taken from the following repositories:, (*10)
sashaaro/ShoppingCart, (*11)
leaphly/cart, (*12)
theill11/shoppingcart is released under the MIT License. See the bundled LICENSE.md for details., (*13)
Lightweight Shopping Cart implemented in PHP
MIT
php shopping cart