deflou/service-config

Service config package for DeFlou

Installs: 33

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:project

pkg:composer/deflou/service-config

0.2.1 2018-01-31 09:44 UTC

This package is not auto-updated.

Last update: 2025-09-28 10:16:32 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());