An open API service indexing awesome lists of open source software.

https://github.com/cleverage/php-orchestrator


https://github.com/cleverage/php-orchestrator

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

php-orchestrator
================

# Events

On service request :

* Pre fetch
* Post fetch
* Exception, which can be silented.

See the embedded Listeners.

Here is a possible implementation for Symfony2 :


CleverAge\Orchestrator\Events\OrchestratorEvents::SERVICE_FETCH_PRE
CleverAge\Orchestrator\Events\OrchestratorEvents::SERVICE_FETCH_POST
CleverAge\Orchestrator\Events\OrchestratorEvents::SERVICE_FETCH_ERROR







#Run tests

php composer.phar install --dev
vendor/bin/atoum -bf .atoum.bootstrap.php -d tests