2017 © Pedro Peláez
 

library synchronizeds

synchronizeds

image

skafandri/synchronizeds

synchronizeds

  • Thursday, December 18, 2014
  • by skafandri
  • Repository
  • 2 Watchers
  • 2 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 7 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

SynchronizedS

Synchronized Symfony bundle, (*1)

Instalation

via composer, (*2)

require: {"skafandri/synchronizeds": "dev-master"}

and load the bundle in your AppKernel.php, (*3)

new Skafandri\SynchronizedBundle\SynchronizedBundle()

Usage

The most common use case is to synchronize a service method., (*4)

class Processor
{
    public function process()
    {
        //do stuff
    }
}

Suppose you need to make the process method from the Processor service atomic. If the service id is my_processor, (*5)

synchronized:
    driver: "file"
    path: "%kernel.root_dir%/synchronized"
    services:
        my_processor:
            method: "process"

The Versions

18/12 2014

dev-master

9999999-dev https://github.com/skafandri/SynchronizedS

synchronizeds

  Sources   Download

GPL-v3

The Requires

  • php >=5.3.3

 

14/12 2014

0.0.1

0.0.1.0 https://github.com/skafandri/SynchronizedS

synchronizeds

  Sources   Download

GPL-v3

The Requires

  • php >=5.3.3