2017 © Pedro Peláez
 

library php-orchestrator

Api for mixing sources API and ticketings system

image

cleverage/php-orchestrator

Api for mixing sources API and ticketings system

  • Monday, January 26, 2015
  • by Clever Age
  • Repository
  • 48 Watchers
  • 2 Stars
  • 46 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

php-orchestrator

Events

On service request :, (*1)

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

See the embedded Listeners., (*2)

Here is a possible implementation for Symfony2 :, (*3)

<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

The Versions

26/01 2015

dev-master

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

Api for mixing sources API and ticketings system

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

by Florian Vilpoix

php ticket source gitlab trac

26/01 2015

0.3

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

Api for mixing sources API and ticketings system

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

by Florian Vilpoix

php ticket source gitlab trac

19/01 2015

0.2

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

Api for mixing sources API and ticketings system

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

by Florian Vilpoix

php ticket source gitlab trac

05/03 2014

0.1

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

Api for mixing sources API and ticketings system

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

by Florian Vilpoix

php ticket source gitlab trac

10/01 2014

dev-OrchestratorBundle

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

Api for mixing sources API and ticketings system

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

by Florian Vilpoix

php ticket source gitlab trac