theill11 / shoppingcart
Lightweight Shopping Cart implemented in PHP
dev-master / 1.0.x-dev
2015-03-04 18:12 UTC
Requires
- php: >=5.4.0
- symfony/http-foundation: ~2.6
Requires (Dev)
- phpunit/phpunit: ~4.5
This package is not auto-updated.
Last update: 2025-06-21 21:02:44 UTC
README
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.
Installation
The preferred way to install this extension is through composer. Remember to refer to the composer.json for this extension's requirements and dependencies.
Install
Either run
$ php composer.phar require theill11/shoppingcart "*"
or add
"theill11/shoppingcart": "*"
to the require
section of your composer.json
file.
Usage
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
History
See CHANGELOG.md
Credits
Inspiration taken from the following repositories:
License
theill11/shoppingcart is released under the MIT License. See the bundled LICENSE.md for details.