donbidon / lib-config
Application config related library
v0.1.0
2018-05-05 04:25 UTC
Requires (Dev)
- phpunit/phpunit: ^7.0
This package is not auto-updated.
Last update: 2024-11-01 08:22:12 UTC
README
Look API documentation.
Installing
Run composer require donbidon/lib-config 0.1.0
or add following code to your "composer.json" file:
"require": { "donbidon/lib-config": "0.1.0" }
and run composer update
.