theill11/shoppingcart 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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.

Build Status Dependency Status Code Coverage Scrutinizer Code Quality Code Climate

Latest Stable Version Latest Unstable Version Total Downloads License

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

See examples/index.php

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

See CHANGELOG.md

Credits

Inspiration taken from the following repositories:

sashaaro/ShoppingCart

leaphly/cart

License

theill11/shoppingcart is released under the MIT License. See the bundled LICENSE.md for details.

统计信息

  • 总下载量: 7
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-02-09