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