2017 © Pedro Peláez
 

library sysstdlib

Standard Lib for Shopsys. Mandatory for Shopsys

image

shopsys/sysstdlib

Standard Lib for Shopsys. Mandatory for Shopsys

  • Monday, August 4, 2014
  • by svenanders
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 7 % Grown

The README.md

SysStdLib for ShopSys

More info

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

How to use

In your composer.json, add the following line, (*2)

"shopsys/php-shopsys-sysstdlib": "dev-master"

In your code, include the class:, (*3)

use SysReports/SysStdLib as lib;

(or use composer's autoloader), (*4)

and then in your functions, use it like this:, (*5)

 lib::getConfig();

Tests:, (*6)

execute phpunit vendor/shopsys/sysmandrill/tests/ from the root of your project to run the tests, (*7)

License:

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

CC BY, (*9)

The Versions

04/08 2014

dev-master

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

Standard Lib for Shopsys. Mandatory for Shopsys

  Sources   Download

CC-BY

The Requires

 

The Development Requires

  • php >=5.3.0

hash