deflou/service-config

Service config package for DeFlou

Maintainers

Package info

github.com/deflou/service-config

Type:project

pkg:composer/deflou/service-config

Statistics

Installs: 33

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

0.2.1 2018-01-31 09:44 UTC

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());