PHPackages                             ymcatwincities/ymca\_sync - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ymcatwincities/ymca\_sync

ActiveDrupal-module[Utility &amp; Helpers](/categories/utility)

ymcatwincities/ymca\_sync
=========================

Syncer sceleton

10.0.6(1y ago)076.6k↓45.7%4[1 issues](https://github.com/ymcatwincities/ymca_sync/issues)1PHP

Since Feb 4Pushed 1y ago2 watchersCompare

[ Source](https://github.com/ymcatwincities/ymca_sync)[ Packagist](https://packagist.org/packages/ymcatwincities/ymca_sync)[ RSS](/packages/ymcatwincities-ymca-sync/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)DependenciesVersions (10)Used By (1)

YMCA Sync module
================

[](#ymca-sync-module)

Provide uniform program interface for run drush commands without race condition

How to add new syncer
---------------------

[](#how-to-add-new-syncer)

Add to your module\_name.service.yml code like this:

```
  my_data.syncer:
    class: Drupal\ymca_sync\Syncer
    arguments: []
    calls:
      - [addStep, ['@my_service', 'my_method']]
      - [addStep, ['@my_another_service', 'my_another_method']]
    tags:
      - { name: syncer }
```

Clear cache. Go to `/admin/config/system/ymca-sync` and activate you syncer

How list syncers from command-line
----------------------------------

[](#how-list-syncers-from-command-line)

run `drush yn-sync:list`

How to run your syncer
----------------------

[](#how-to-run-your-syncer)

Run syncer by drush commands, for example:

```
drush yn-sync my_data.syncer
```

If your run syncer twice at the same time on second run you see message like this:

```
Lock syncer my_data.syncer is still working. Exit.
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Every ~172 days

Recently: every ~300 days

Total

8

Last Release

720d ago

Major Versions

8.0 → 10.0.12021-02-05

### Community

Maintainers

![](https://www.gravatar.com/avatar/dbb2bef886bbfabeb180d0a630f4e24b02314277a3ad7aea89f520a2bf2d4f9d?d=identicon)[sanchiz](/maintainers/sanchiz)

![](https://www.gravatar.com/avatar/bf41cdf9f0975a3cc5997aaaff41046eac88c85c7dbcd8410b8b09e35f55c11d?d=identicon)[danylevskyi](/maintainers/danylevskyi)

![](https://www.gravatar.com/avatar/1388b312dca2d4c24fb3474c71a6729b13b255860ff0188b0286013bc703bf5a?d=identicon)[podarok](/maintainers/podarok)

![](https://www.gravatar.com/avatar/4558114408c700ee4fe122cf32e229c67e2a72a8da55256930a02685612572fa?d=identicon)[Open-Y-Distro](/maintainers/Open-Y-Distro)

---

Top Contributors

[![podarok](https://avatars.githubusercontent.com/u/563412?v=4)](https://github.com/podarok "podarok (10 commits)")[![svicervlad](https://avatars.githubusercontent.com/u/26228931?v=4)](https://github.com/svicervlad "svicervlad (8 commits)")[![danylevskyi](https://avatars.githubusercontent.com/u/1369783?v=4)](https://github.com/danylevskyi "danylevskyi (4 commits)")[![andrebonon](https://avatars.githubusercontent.com/u/10885798?v=4)](https://github.com/andrebonon "andrebonon (1 commits)")[![Sardis93](https://avatars.githubusercontent.com/u/15172796?v=4)](https://github.com/Sardis93 "Sardis93 (1 commits)")

---

Tags

drush-commandsopenyopeny-decoupledymca-sync

### Embed Badge

![Health badge](/badges/ymcatwincities-ymca-sync/health.svg)

```
[![Health](https://phpackages.com/badges/ymcatwincities-ymca-sync/health.svg)](https://phpackages.com/packages/ymcatwincities-ymca-sync)
```

###  Alternatives

[eden/core

Eden Core component full of secret sauce

14415.0k34](/packages/eden-core)

PHPackages © 2026

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