Download the PHP package cleverage/php-orchestrator without Composer
On this page you can find all versions of the php package cleverage/php-orchestrator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-orchestrator
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 :
<parameters>
<parameter key="orchestrator.event.service.fetch.pre" type="constant">CleverAge\Orchestrator\Events\OrchestratorEvents::SERVICE_FETCH_PRE</parameter>
<parameter key="orchestrator.event.service.fetch.post" type="constant">CleverAge\Orchestrator\Events\OrchestratorEvents::SERVICE_FETCH_POST</parameter>
<parameter key="orchestrator.event.service.fetch.error" type="constant">CleverAge\Orchestrator\Events\OrchestratorEvents::SERVICE_FETCH_ERROR</parameter>
</parameters>
<services>
<service id="orchestrator.listeners.cache" class="CleverAge\Orchestrator\Service\Listeners\CacheListener">
<tag name="kernel.event_listener" event="%orchestrator.event.service.fetch.pre" method="onServicePreFetch" priority="255"/>
<tag name="kernel.event_listener" event="%orchestrator.event.service.fetch.post%" method="onServicePostFetch" priority="-255"/>
<argument type="service" id="some.cache.service" />
</service>
</services>
Run tests
php composer.phar install --dev
vendor/bin/atoum -bf .atoum.bootstrap.php -d tests
All versions of php-orchestrator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3
The package cleverage/php-orchestrator contains the following files
Loading the files please wait ....