2017 © Pedro Peláez
 

library service-locator

Config-driven Service Locator, based on Pimple

image

brightnucleus/service-locator

Config-driven Service Locator, based on Pimple

  • Wednesday, October 5, 2016
  • by schlessera
  • Repository
  • 1 Watchers
  • 1 Stars
  • 795 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 8 % Grown

The README.md

Bright Nucleus Service Locator Component

Config-driven Service Locator, based on Pimple., (*1)

Latest Stable Version Total Downloads Latest Unstable Version License, (*2)

This is a config-driven service locator, to allow easy registration and retrieval of services through the brightnucleus/config component., (*3)

It extends the pimple/pimple package., (*4)

Table Of Contents

About The Bright Nucleus Services Architecture

This package is part of the Bright Nucleus Services Architecture, which combines a Config management system (brightnucleus/config), a Dependency Injector (brightnucleus/injector), a Service Locator (brightnucleus/service-locator), a logging subsystem (brightnucleus/log), a virtual service provider (brightnucleus/virtual-services) and corresponding WordPress plugins (brightnucleus/wp-services & brightnucleus/wp-log) to form the basis of an architecture that provides the following benefits:, (*5)

  • Configuration of all involved components through Config files that have defaults overrideable through site-specific, environment-specific or custom-injected settings. Write code once, reuse on all sites, in all environments.
  • Proper injector that lets you couple your codebase to interfaces only, deciding at runtime which concrete implementations to inject.
  • Service locator that manages loading order and dependencies. Only load and instantiate code that is effectively needed within the current context, defined through other running real and virtual services.
  • Logging subsystem that provides general logging and error handling, while providing the means to override logging settings at any granularity level.
  • Virtual services that let you incorporate third-party and legacy code into the loading order and dependency management flow of the Service Locator.
  • An architecture that runs just as well within the WordPress page request cycle as through a CLI or REST API request.
  • WordPress-specific helpers that let you monitor the state of your system within the WordPress backend.

Installation

The best way to use this component is through Composer:, (*6)

composer require brightnucleus/service-locator

Basic Usage

TODO, (*7)

Contributing

All feedback / bug reports / pull requests are welcome., (*8)

This package uses the PHP Composter PHPCS PSR-2 package to check committed files for compliance with the PSR-2 Coding Style Guide. If you have valid reasons to skip this check, add the --no-verify option to your commit command:, (*9)

git commit --no-verify

License

This code is released under the MIT license., (*10)

For the full copyright and license information, please view the LICENSE file distributed with this source code., (*11)

The Versions