Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robbestad/php-shopsys-sysstdlib
Standard Lib for Shopsys. Mandatory for Shopsys
https://github.com/robbestad/php-shopsys-sysstdlib
Last synced: about 2 months ago
JSON representation
Standard Lib for Shopsys. Mandatory for Shopsys
- Host: GitHub
- URL: https://github.com/robbestad/php-shopsys-sysstdlib
- Owner: robbestad
- Created: 2014-07-07T17:46:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-04T14:54:46.000Z (over 10 years ago)
- Last Synced: 2024-07-10T16:43:53.488Z (7 months ago)
- Language: PHP
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SysStdLib for ShopSys
###More info
http://blog.robbestad.com
### 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