Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

CC BY