theill11/shoppingcart
Composer 安装命令:
composer require theill11/shoppingcart
包简介
Lightweight Shopping Cart implemented in PHP
关键字:
README 文档
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.
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-02-09