PHPackages                             lmatte7/platform-bundle - 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. [Database &amp; ORM](/categories/database)
4. /
5. lmatte7/platform-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

lmatte7/platform-bundle
=======================

Symfony commands that can be used with the Platform.sh hosting service

1.0(8y ago)0416MITPHP

Since Jun 29Pushed 8y agoCompare

[ Source](https://github.com/lmatte7/PlatformBundle)[ Packagist](https://packagist.org/packages/lmatte7/platform-bundle)[ Docs](https://github.com/lmatte7/PlatformBundle)[ RSS](/packages/lmatte7-platform-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

PlatformBundle
==============

[](#platformbundle)

A Symfony bundle to add commands that can be used with Platform.sh
*Note: This bundle is still under development towards a version 1. It is highly reccomended to have a version control system in place prior to running any commands*

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

[](#installation)

Add the following to your composer.json file.

```
"require": {
    ...
    "lmatte7/PlatformBundle": "1.0"
},

```

Add the following to your AppKernel.php

```
public function registerBundles()
    {
        $bundles = [
            ...
            new lmatte7\PlatformBundle\lmatte7PlatformBundle(),
        ];

    }

```

Then run `composer update`

Available Commands
------------------

[](#available-commands)

There are three commands available:

`rsync`: Sync files from or to your platform.sh environments. Will only sync files in /web

`sync_db`: Sync databases from or to your platform.sh environments

`init`: Set up the necessary files to create a platform.sh project

Rsync
-----

[](#rsync)

```
Usage:
  platform:rsync [options]

Options:
  -d, --direction=DIRECTION                      The direction to rsync. Options are "to" or "from" production.
  -f, --directory[=DIRECTORY]                    The directory to sync with no starting slash, leave blank to sync the entire web directory
  -s, --source-environment[=SOURCE-ENVIRONMENT]  The environment to sync files with. Defaults to current environment
  -h, --help                                     Display this help message

```

### Example:

[](#example)

To sync the local web directory with your current platform.sh environment
`bin/console platform:rsync -d from`

To sync the platform.sh master environment web directory with your current web directory
`bin/console platform:rsync -d to -s master`

To sync only the local /web/upload directory with the master platform.sh env /web/upload
`bin/console platform:rsync -d to -f upload -s master`

Sync DB
-------

[](#sync-db)

```
Usage:
     platform:sync_db [options]

   Options:
     -d, --direction[=DIRECTION]                    The direction to sync data. Options are to and from. Option defaults to from
     -s, --source-environment[=SOURCE-ENVIRONMENT]  The environment to sync data with. Defaults to current environment
     -h, --help                                     Display this help message

```

### Example:

[](#example-1)

To sync the local database with your current platform.sh environment database `bin/console platform:sync_db -d from`

To sync the platform.sh master environment database with your local database `bin/console platform:rsync -d from -s master`

##### Note: Must have mysql and mysqldump available as command line options

[](#note-must-have-mysql-and-mysqldump-available-as-command-line-options)

Platform Init
-------------

[](#platform-init)

```
Usage:
     platform:init

   Options:
     -h, --help            Display this help message

```

Creates default config files needed to create a platform.sh project. Uses the suggested files from the platform.sh Symfony example project. Uses MySql for the database. It is highly recommended these are reviewed before pushing to a live server.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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 ~83 days

Total

4

Last Release

2992d ago

Major Versions

0.4 → 1.02018-03-05

### Community

Maintainers

![](https://www.gravatar.com/avatar/1457c9f5a1ecfe30d2943792d8ff6f6e3b4ed09cdacea918009eccdc3965c6a9?d=identicon)[lmatte7](/maintainers/lmatte7)

---

Top Contributors

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

---

Tags

machine-learningplatformbundleplatformshrsyncsymfonysymfonymysqlrsyncplatform.sh

### Embed Badge

![Health badge](/badges/lmatte7-platform-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/lmatte7-platform-bundle/health.svg)](https://phpackages.com/packages/lmatte7-platform-bundle)
```

###  Alternatives

[fresh/doctrine-enum-bundle

Provides support of ENUM type for Doctrine2 in Symfony applications.

4636.8M12](/packages/fresh-doctrine-enum-bundle)[phpsu/phpsu

Synchronisation Utility: File and Database

1685.6k](/packages/phpsu-phpsu)

PHPackages © 2026

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