PHPackages                             oneup/contao-developer-convenience-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. oneup/contao-developer-convenience-bundle

AbandonedArchivedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

oneup/contao-developer-convenience-bundle
=========================================

Provides a set of tools to use while developing with contao

0.10.1(5y ago)56.7kMITPHPPHP &gt;=7.2

Since Dec 7Pushed 5y ago3 watchersCompare

[ Source](https://github.com/1up-lab/contao-developer-convenience-bundle)[ Packagist](https://packagist.org/packages/oneup/contao-developer-convenience-bundle)[ Docs](https://1up.io)[ RSS](/packages/oneup-contao-developer-convenience-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (10)Versions (33)Used By (0)

ContaoDeveloperConvenienceBundle
--------------------------------

[](#contaodeveloperconveniencebundle)

This bundle for Contao contains a set of tools that come in handy while developing with Contao. Currently included commands:

1. `dev:sync `

    Synchronise Database and Files from a remote installation
2. `dev:imageoptim `

Requirements
------------

[](#requirements)

This bundle needs a working [mage](https://github.com/1up-lab/Magallanes) configuration (`mage.yml`)

### imageoptim

[](#imageoptim)

The `dev:imageoptim` command also requires a set of node.js modules. Add them in your `package.json` file as shown below.

```
{
    "name": "...",
    "version": "...",
    [...]

    "dependencies": {
        [...]
        "imagemin": "^7.0.1",
        "imagemin-guetzli": "^3.0.0",
        "imagemin-mozjpeg": "^9.0.0",
        "imagemin-pngquant": "^9.0.0",
    [...]

```

Configuration
-------------

[](#configuration)

You can configure the image-optimization in your app's config (`app/config/config.yml`).

```
developer_convenience:
    imageoptim:
        jpeg:
            quality: 85
        png:
            quality: 65-80
            speed: 7
```

> parameters are omittable. They default to above shown values.

`quality` parameters range in between `[1-100]`, where `100` results in the best quality.

`speed` parameter is only available for the png modules. This value ranges in between `[0-10]`, where `10` is the fastest (while decreasing quality).

License
-------

[](#license)

This bundle is under the MIT license. See the complete license in the bundle:

```
Resources/meta/LICENSE

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70.5% 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 ~34 days

Recently: every ~76 days

Total

32

Last Release

1998d ago

PHP version history (2 changes)0.1.0PHP &gt;=5.4

0.3.0PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/87bf1d07a851471e5d0ba2052e6a7a78d6313378214087a2919ff9979656ad0b?d=identicon)[bytehead](/maintainers/bytehead)

![](https://www.gravatar.com/avatar/851cd6cc31c9f924bd4d61793ea7a68e24304632ccf03babf0acab6118f70758?d=identicon)[sheeep](/maintainers/sheeep)

---

Top Contributors

[![bytehead](https://avatars.githubusercontent.com/u/754921?v=4)](https://github.com/bytehead "bytehead (31 commits)")[![wrflsckr](https://avatars.githubusercontent.com/u/3274039?v=4)](https://github.com/wrflsckr "wrflsckr (10 commits)")[![vinzenz-muser](https://avatars.githubusercontent.com/u/31030391?v=4)](https://github.com/vinzenz-muser "vinzenz-muser (2 commits)")[![sheeep](https://avatars.githubusercontent.com/u/607530?v=4)](https://github.com/sheeep "sheeep (1 commits)")

---

Tags

optimizationcontaosyncenvironmentssynchronisationimagemin

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/oneup-contao-developer-convenience-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/oneup-contao-developer-convenience-bundle/health.svg)](https://phpackages.com/packages/oneup-contao-developer-convenience-bundle)
```

###  Alternatives

[symfony/maker-bundle

Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.

3.4k111.1M561](/packages/symfony-maker-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M647](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/manager-bundle

Provides the Contao Managed Edition

181.3M61](/packages/contao-manager-bundle)

PHPackages © 2026

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