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

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

freshplan/sync
==============

A sync engine integration

0.2.0(7y ago)036MITPHP

Since Nov 7Pushed 7y ago1 watchersCompare

[ Source](https://github.com/znack2/sync)[ Packagist](https://packagist.org/packages/freshplan/sync)[ RSS](/packages/freshplan-sync/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (7)Versions (3)Used By (0)

Sync Engine Integration
=======================

[](#sync-engine-integration)

[![Build Status](https://camo.githubusercontent.com/d6f48bf82bca7ca1d6ab919116d4e5a620a9faacd417423794c46607f236923f/68747470733a2f2f7472617669732d63692e6f72672f7573656465736b2f73796e632d656e67696e652d696e746567726174696f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/usedesk/sync-engine-integration)[![styleci](https://camo.githubusercontent.com/4499ec3a0efa386c7581f730bb44592bf518dc156779fc92c663dd51908cfb92/68747470733a2f2f7374796c6563692e696f2f7265706f732f4348414e47454d452f736869656c64)](https://styleci.io/repos/CHANGEME)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/d6b9fc19583683726c8ecd9a5ce9592c08611d03fd83d1cebc06270af55d3dba/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7573656465736b2f73796e632d656e67696e652d696e746567726174696f6e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/usedesk/sync-engine-integration/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/eed2863b983f7ba4403c00c67aa213ff0fc1f6f07624d603255c231d3beff577/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f4348414e47454d452f6d696e692e706e67)](https://insight.sensiolabs.com/projects/CHANGEME)[![Coverage Status](https://camo.githubusercontent.com/b57a5a2c96f02d2f438c20289e8d46af1242ace78608ac48911ec5be2ee8a524/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f7573656465736b2f73796e632d656e67696e652d696e746567726174696f6e2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/usedesk/sync-engine-integration?branch=master)

[![Packagist](https://camo.githubusercontent.com/dc9321e0b11f1671f42979afd0db6b3a0f1aa8cd4ae8bbfc879abe931e8f7ee8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7573656465736b2f73796e632d656e67696e652d696e746567726174696f6e2e737667)](https://packagist.org/packages/usedesk/sync-engine-integration)[![Packagist](https://camo.githubusercontent.com/d8bc4185abac3f64becf7e890b1906d1eaecc95e8f94e094d1e9a8e0038c9ff8/68747470733a2f2f706f7365722e707567782e6f72672f7573656465736b2f73796e632d656e67696e652d696e746567726174696f6e2f642f746f74616c2e737667)](https://packagist.org/packages/usedesk/sync-engine-integration)[![Packagist](https://camo.githubusercontent.com/d4eeb862fd8775f7c8350a22e7cafe610ebd3ab76b19d66046113cfbad67a8a1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7573656465736b2f73796e632d656e67696e652d696e746567726174696f6e2e737667)](https://packagist.org/packages/usedesk/sync-engine-integration)

Package description: CHANGE ME

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

[](#installation)

Install via composer

```
composer require usedesk/sync-engine-integration
```

### Register Service Provider

[](#register-service-provider)

**Note! This and next step are optional if you use laravel&gt;=5.5 with package auto discovery feature.**

Add service provider to `config/app.php` in `providers` section

```
Usedesk\SyncIntegration\ServiceProvider::class,
```

### Register Facade

[](#register-facade)

Register package facade in `config/app.php` in `aliases` section

```
Usedesk\SyncIntegration\Facades\SyncEngineIntegration::class,
```

### Publish Configuration File

[](#publish-configuration-file)

```
php artisan vendor:publish --provider="Usedesk\SyncIntegration\ServiceProvider" --tag="config"
```

Usage
-----

[](#usage)

CHANGE ME

Security
--------

[](#security)

If you discover any security related issues, please email instead of using the issue tracker.

Credits
-------

[](#credits)

- [Injir](https://github.com/usedesk/sync-engine-integration)
- [All contributors](https://github.com/usedesk/sync-engine-integration/graphs/contributors)

This package is bootstrapped with the help of [melihovv/laravel-package-generator](https://github.com/melihovv/laravel-package-generator).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50.9% 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 ~0 days

Total

2

Last Release

2740d ago

### Community

Maintainers

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

---

Top Contributors

[![JorryGo](https://avatars.githubusercontent.com/u/856030?v=4)](https://github.com/JorryGo "JorryGo (29 commits)")[![znack2](https://avatars.githubusercontent.com/u/9943312?v=4)](https://github.com/znack2 "znack2 (21 commits)")[![SourInjir](https://avatars.githubusercontent.com/u/35367335?v=4)](https://github.com/SourInjir "SourInjir (7 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M683](/packages/barryvdh-laravel-ide-helper)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M157](/packages/orchestra-canvas)[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M210](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M858](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)

PHPackages © 2026

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