programie / jsonconfig
A simple PHP class for reading configuration values from JSON files
Installs: 606
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/programie/jsonconfig
Requires (Dev)
- phpunit/phpunit: 4.4.0
- satooshi/php-coveralls: dev-master
This package is auto-updated.
Last update: 2023-10-03 12:43:59 UTC
README
A simple PHP class for reading and writing configuration values from JSON files.
Installation
Add the composer package "programie/jsonconfig" to the required packages of your composer.json.
Usage
See the wiki for information how to use this library.