deflou / service-config
Service config package for DeFlou
Installs: 31
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.0.0
This package is not auto-updated.
Last update: 2025-03-30 08:11:30 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());