dev-master
9999999-dev https://github.com/svenanders/php-shopsys-sysstdlibStandard Lib for Shopsys. Mandatory for Shopsys
CC-BY
The Requires
- php >=5.3.0
- psr/log ~1.0
The Development Requires
- php >=5.3.0
hash
Standard Lib for Shopsys. Mandatory for Shopsys
http://blog.robbestad.com, (*1)
In your composer.json, add the following line, (*2)
"shopsys/php-shopsys-sysstdlib": "dev-master"
In your code, include the class:, (*3)
use SysReports/SysStdLib as lib;
(or use composer's autoloader), (*4)
and then in your functions, use it like this:, (*5)
lib::getConfig();
Tests:, (*6)
execute phpunit vendor/shopsys/sysmandrill/tests/ from the root of your project to run the tests, (*7)
Sven Anders Robbestad (C) 2014, (*8)
, (*9)
Standard Lib for Shopsys. Mandatory for Shopsys
CC-BY
hash