Skip to content

Service config interface and attendant entities and their interfaces too.

Notifications You must be signed in to change notification settings

deflou/service-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

service-config

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

About

Service config interface and attendant entities and their interfaces too.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages