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(4mo ago)06proprietaryPHPPHP ^8.2

Since Jan 7Pushed 4mo 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 today

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

37

—

LowBetter than 81% of packages

Maintenance77

Regular maintenance activity

Popularity5

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

124d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/117989728?v=4)[Hardbitrocker](/maintainers/PhilTenno)[@PhilTenno](https://github.com/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

[terminal42/contao-fineuploader

FineUploader bundle for Contao Open Source CMS

2355.9k5](/packages/terminal42-contao-fineuploader)[metamodels/core

MetaModels core

10156.4k68](/packages/metamodels-core)[contao-community-alliance/dc-general

Universal data container for Contao

1680.8k92](/packages/contao-community-alliance-dc-general)[codefog/contao-news_categories

News Categories bundle for Contao Open Source CMS

3189.0k6](/packages/codefog-contao-news-categories)[terminal42/contao-node

Node bundle for Contao Open Source CMS

3177.0k6](/packages/terminal42-contao-node)[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.

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

PHPackages © 2026

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