PHPackages                             biigle/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. biigle/sync

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

biigle/sync
===========

BIIGLE module to transfer data between application instances.

v2.5.0(2y ago)07.2kGPL-3.0-onlyPHP

Since Mar 20Pushed 1y ago2 watchersCompare

[ Source](https://github.com/biigle/sync)[ Packagist](https://packagist.org/packages/biigle/sync)[ Docs](https://biigle.de)[ RSS](/packages/biigle-sync/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (10)Dependencies (1)Versions (46)Used By (0)

BIIGLE Sync Module
==================

[](#biigle-sync-module)

⚠️ This module has been [merged](https://github.com/biigle/core/pull/1018) into biigle/core.

[![Test status](https://github.com/biigle/sync/workflows/Tests/badge.svg)](https://github.com/biigle/sync/actions?query=workflow%3ATests)

This is the BIIGLE module to transfer data between application instances.

Installation
------------

[](#installation)

This module is already included in [`biigle/biigle`](https://github.com/biigle/biigle).

1. Run `composer require biigle/sync`.
2. Add `Biigle\Modules\Sync\SyncServiceProvider::class` to the `providers` array in `config/app.php`.
3. Run `php artisan vendor:publish --tag=public` to publish the public assets of this module.
4. Configure a storage disk for the uploaded import files and set the `SYNC_IMPORT_STORAGE_DISK` variable to the name of this storage disk in the `.env` file. Example for a local disk: ```
    'imports' => [
        'driver' => 'local',
        'root' => storage_path('imports'),
    ],
    ```
5. Add a daily scheduled command to prune old uploaded import files to `app/Console/Kernel.php`: ```
    $schedule->command('sync:prune')->daily();
    ```

Developing
----------

[](#developing)

Take a look at the [development guide](https://github.com/biigle/core/blob/master/DEVELOPING.md) of the core repository to get started with the development setup.

Want to develop a new module? Head over to the [biigle/module](https://github.com/biigle/module) template repository.

Contributions and bug reports
-----------------------------

[](#contributions-and-bug-reports)

Contributions to BIIGLE are always welcome. Check out the [contribution guide](https://github.com/biigle/core/blob/master/CONTRIBUTING.md) to get started.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 91.2% 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

Every ~52 days

Recently: every ~171 days

Total

42

Last Release

843d ago

Major Versions

v0.2.0 → v1.0.02018-04-18

v1.15.0 → v2.0.02020-08-10

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2457311?v=4)[Martin Zurowietz](/maintainers/mzur)[@mzur](https://github.com/mzur)

---

Top Contributors

[![mzur](https://avatars.githubusercontent.com/u/2457311?v=4)](https://github.com/mzur "mzur (187 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (18 commits)")

---

Tags

biiglebiigle-modulebiiglebiigle-module

### Embed Badge

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

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

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)[pocketmine/pocketmine-mp

A server software for Minecraft: Bedrock Edition written in PHP

3.5k74.6k86](/packages/pocketmine-pocketmine-mp)[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[getdkan/dkan

DKAN Open Data Catalog

385135.4k2](/packages/getdkan-dkan)[tomaj/hermes

Simple php background processing library

38251.0k5](/packages/tomaj-hermes)

PHPackages © 2026

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