2017 © Pedro Peláez
 

library sysreports

Reports functionality for Shopsys

image

shopsys/sysreports

Reports functionality for Shopsys

  • Tuesday, July 29, 2014
  • by svenanders
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SysReports for ShopSys

More info

http://blog.robbestad.com, (*1)

How to use

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)

License:

Sven Anders Robbestad (C) 2014, (*8)

CC BY, (*9)

The Versions

29/07 2014

dev-master

9999999-dev https://github.com/svenanders/php-shopsys-sysreports

Reports functionality for Shopsys

  Sources   Download

CC-BY

The Requires

 

The Development Requires

  • php >=5.3.0

hash