PHPackages                             skafandri/synchronizeds - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. skafandri/synchronizeds

ActiveLibrary

skafandri/synchronizeds
=======================

synchronizeds

0.0.1(11y ago)213[7 issues](https://github.com/skafandri/SynchronizedS/issues)GPL-V3PHPPHP &gt;=5.3.3

Since Dec 14Pushed 11y ago2 watchersCompare

[ Source](https://github.com/skafandri/SynchronizedS)[ Packagist](https://packagist.org/packages/skafandri/synchronizeds)[ Docs](https://github.com/skafandri/SynchronizedS)[ RSS](/packages/skafandri-synchronizeds/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

\#SynchronizedS Synchronized Symfony bundle ##Instalation via composer

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

```

and load the bundle in your AppKernel.php

```
new Skafandri\SynchronizedBundle\SynchronizedBundle()

```

\##Usage

The most common use case is to synchronize a service method.

```
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**

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

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4169d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4bac1055107b4c34bf3d19024144c4d3b96552ec8e4a9fa1cb362f385bb29f63?d=identicon)[skafandri](/maintainers/skafandri)

---

Top Contributors

[![skafandri](https://avatars.githubusercontent.com/u/659656?v=4)](https://github.com/skafandri "skafandri (18 commits)")

### Embed Badge

![Health badge](/badges/skafandri-synchronizeds/health.svg)

```
[![Health](https://phpackages.com/badges/skafandri-synchronizeds/health.svg)](https://phpackages.com/packages/skafandri-synchronizeds)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
