shopsys / sysstdlib
Standard Lib for Shopsys. Mandatory for Shopsys
dev-master
2014-08-04 14:53 UTC
Requires
- php: >=5.3.0
- psr/log: ~1.0
Requires (Dev)
- php: >=5.3.0
Suggests
- shopsys/syscart: Shopsys cart functionality
- shopsys/sysconfig: Shopsys config settings
This package is not auto-updated.
Last update: 2024-10-26 16:38:42 UTC
README
###More info
How to use
In your composer.json, add the following line
"shopsys/php-shopsys-sysstdlib": "dev-master"
In your code, include the class:
use SysReports/SysStdLib as lib;
(or use composer's autoloader)
and then in your functions, use it like this:
lib::getConfig();
Tests:
execute phpunit vendor/shopsys/sysmandrill/tests/ from the root of your project to run the tests
#####License:
Sven Anders Robbestad (C) 2014