deflou / service-config
Service config package for DeFlou
0.2.1
2018-01-31 09:44 UTC
Requires
- php: >=7.0.0
This package is not auto-updated.
Last update: 2026-03-01 12:56:06 UTC
README
Service config interface and attendant entities and their interfaces too.
usage
use deflou\components\services\configs\ServiceConfigBase; $config = [...];// define service configuration $serviceConfig = new ServiceConfigBase($config); echo $serviceConfig->getSericeName() . '<pre>'; print_r($serviceConfig->__toArray());