https://github.com/cleverage/php-orchestrator
https://github.com/cleverage/php-orchestrator
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cleverage/php-orchestrator
- Owner: cleverage
- Created: 2013-11-19T17:29:50.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-26T16:26:17.000Z (about 11 years ago)
- Last Synced: 2025-05-11T05:34:52.353Z (11 months ago)
- Language: PHP
- Size: 355 KB
- Stars: 2
- Watchers: 54
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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