PHPackages                             philtenno/filessyncgo - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. philtenno/filessyncgo

ActiveContao-bundle[File &amp; Storage](/categories/file-storage)

philtenno/filessyncgo
=====================

Contao-Erweiterung zum Auslösen einer Dateisynchronisation über öffentliche URL.

v1.0.6(2mo ago)02proprietaryPHPPHP ^8.2

Since Jan 7Pushed 2mo agoCompare

[ Source](https://github.com/PhilTenno/filessyncgo)[ Packagist](https://packagist.org/packages/philtenno/filessyncgo)[ GitHub Sponsors](https://github.com/PhilTenno)[ RSS](/packages/philtenno-filessyncgo/feed)WikiDiscussions main Synced 1mo ago

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

FilesSyncGo for Contao CMS
==========================

[](#filessyncgo-for-contao-cms)

This extension enables the manual triggering of Contao file synchronization via a protected HTTP interface (URL). This is especially useful for initiating Contao’s database synchronization after automated file uploads (e.g., via FTP).

Features
--------

[](#features)

HTTP endpoint: Provides the route /filessyncgo Security: Access protection via a configurable token Abuse protection: Integrated rate limiter (IP-based) to prevent overload from too many requests Contao 5 Ready: Fully compatible with Contao 5.3+

### Configuration

[](#configuration)

#### Set token

[](#set-token)

Access to the interface requires a token. You can define it in the Contao backend under System → Settings in the "FilesSync" section.

#### Rate limiter (optional)

[](#rate-limiter-optional)

By default, a rate limiter is enabled that allows a maximum of 5 requests per minute per IP address. The configuration is handled internally by the bundle, but can be overridden via the app’s config/config.yaml if needed.

### Usage

[](#usage)

To trigger synchronization, call the URL with your defined token as a GET parameter: [https://your-domain.tld/filessyncgo?token=YOUR\_DEFINED\_TOKEN](https://your-domain.tld/filessyncgo?token=YOUR_DEFINED_TOKEN)

#### Return values

[](#return-values)

200 OK – Synchronization started successfully

{"success":true,"message":"File sync triggered."} 401 Unauthorized – Token is missing or invalid

{"error":"Invalid token."} 429 Too Many Requests – Too many requests in a short period of time

{"error":"Too many requests. Please try again later."}

#### Technical details

[](#technical-details)

Route: /filessyncgo (Name: syncFiles) Requirement: PHP ^8.2, Contao ^5.3

#### License

[](#license)

LGPL-3.0-or-later

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance86

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

Every ~18 days

Total

4

Last Release

69d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9bac0b1654348cc08684a2623af421432815b7c1c7bc4e198035150993c3ffad?d=identicon)[PhilTenno](/maintainers/PhilTenno)

---

Top Contributors

[![PhilTenno](https://avatars.githubusercontent.com/u/117989728?v=4)](https://github.com/PhilTenno "PhilTenno (15 commits)")

---

Tags

filecontaosyncfilesyncsynchonisation

### Embed Badge

![Health badge](/badges/philtenno-filessyncgo/health.svg)

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

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M789](/packages/league-flysystem-aws-s3-v3)[league/flysystem-memory

In-memory filesystem adapter for Flysystem.

8533.6M194](/packages/league-flysystem-memory)[league/flysystem-sftp-v3

SFTP filesystem adapter for Flysystem.

6129.6M91](/packages/league-flysystem-sftp-v3)[league/flysystem-async-aws-s3

AsyncAws S3 filesystem adapter for Flysystem.

2610.5M31](/packages/league-flysystem-async-aws-s3)[terminal42/contao-fineuploader

FineUploader bundle for Contao Open Source CMS

2052.9k4](/packages/terminal42-contao-fineuploader)[christianbarkowsky/contao-tiny-compress-images

This plugin automatically optimizes your images (JPG, PNG, WebP) by integrating with the popular image compression services TinyJPG and TinyPNG.

2719.0k](/packages/christianbarkowsky-contao-tiny-compress-images)

PHPackages © 2026

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