shopsys/syscart
Composer 安装命令:
composer require shopsys/syscart
包简介
System cart functionality for Shopsys
关键字:
README 文档
README
###More info
How to use
In your composer.json, add the following line
"shopsys/php-shopsys-syscart": "dev-master"
In your code, include the class:
use SysCart/SysCart as cart;
(or use composer's autoloader)
and then in your functions, use it like this:
$SysCart = new cart();
Tests:
execute phpunit vendor/shopsys/syscart/tests/ from the root of your project to run the tests
#####License:
Sven Anders Robbestad (C) 2014
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 2
其他信息
- 授权协议: CC-BY
- 更新时间: 2014-07-02