Download the PHP package objective-php/config without Composer
On this page you can find all versions of the php package objective-php/config. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download objective-php/config
More information about objective-php/config
Files in objective-php/config
Package config
Short Description Config component for ObjectivePHP
License GPL-3.0
Homepage https://github.com/objective-php/config
Informations about the package config
Objective PHP / Config
Project introduction
Config provides developer with an easy way to set and load configuration directives in a project.
What's next?
Some more sanitiy checks will be needed, as well as, probably, some dedicated Mergers. But it's still quite usable as is.
Installation
Manual
You can clone our Github repository by running:
If you're to proceed this way, you probably don't need more explanation about how to use the library :)
Composer
The easiest way to install the library and get ready to play with it is by using Composer. Run the following command in an empty folder you just created for Primitives:
Then, you can start coding using primitive classes by requiring Composer's autoload.php
located in its vendor
directory.
Hmm, before starting coding, please take the time to read this file till the end :)
How to test the work in progress?
Run unit tests
First of all, before playing around with our config object, please always run the unit tests suite. Our tests are written using PHPUnit, and can be run as follow:
TO BE CONTINUED
All versions of config with dependencies
objective-php/primitives Version ^1.3.0
objective-php/matcher Version ^1.0