shopsys/syscart

System cart functionality for Shopsys

0.0.1 2014-07-28 19:16 UTC

This package is not auto-updated.

Last update: 2024-04-22 23:10:25 UTC


README

###More info

http://blog.robbestad.com

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

CC BY