Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robbestad/php-shopsys-sysreports
SysReports for ShopSys
https://github.com/robbestad/php-shopsys-sysreports
Last synced: about 2 months ago
JSON representation
SysReports for ShopSys
- Host: GitHub
- URL: https://github.com/robbestad/php-shopsys-sysreports
- Owner: robbestad
- Created: 2014-07-28T07:51:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-29T08:10:23.000Z (over 10 years ago)
- Last Synced: 2024-04-13T17:11:00.438Z (10 months ago)
- Language: PHP
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SysReports for ShopSys
###More info
http://blog.robbestad.com
### How to use
In your composer.json, add the following line
"shopsys/php-shopsys-sysreports": "dev-master"
In your code, include the class:
use SysReports/SysReports as reports;
(or use composer's autoloader)
and then in your functions, use it like this:
$SysReports = new reports();
Tests:
execute **phpunit vendor/shopsys/sysreports/tests/** from the root of your project to run the tests
#####License:
Sven Anders Robbestad (C) 2014