Download the PHP package shopsys/sysconfig without Composer
On this page you can find all versions of the php package shopsys/sysconfig. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download shopsys/sysconfig
More information about shopsys/sysconfig
Files in shopsys/sysconfig
Download shopsys/sysconfig
More information about shopsys/sysconfig
Files in shopsys/sysconfig
Vendor shopsys
Package sysconfig
Short Description System configuration for Shopsys
License CC-BY
Homepage https://github.com/svenanders/php-shopsys-sysconfig
Package sysconfig
Short Description System configuration for Shopsys
License CC-BY
Homepage https://github.com/svenanders/php-shopsys-sysconfig
Keywords hash
Please rate this library. Is it a good library?
Informations about the package sysconfig
SysConfig for ShopSys
More info
How to use
In your composer.json, add the following line
"shopsys/php-shopsys-sysconfig": "dev-master"
In your code, include the class:
use SysConfig/SysConfig;
(or use composer's autoloader)
and then in your functions, use it like this:
$this->config = $SysConfig->getConfig();
this will populate $this->config with the config values from your config-directory
Protip
Copy config/sysconfig.global.php.dist to your projects config/autoload/sysconfig.local.php and set your config values
Tests:
execute phpunit vendor/shopsys/sysconfig/tests/ from the root of your project to run the tests
License:
Sven Anders Robbestad (C) 2014

All versions of sysconfig with dependencies
PHP Build Version
Package Version
The package shopsys/sysconfig contains the following files
Loading the files please wait ...