PHPackages                             agoat/contao-autoprefixer - 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. agoat/contao-autoprefixer

ActiveContao-bundle

agoat/contao-autoprefixer
=========================

Contao 4 autoprefixer plugin

1.4.0(5y ago)3445LGPL-3.0+JavaScriptPHP ^7.2

Since Sep 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/agoat/contao-autoprefixer-bundle)[ Packagist](https://packagist.org/packages/agoat/contao-autoprefixer)[ RSS](/packages/agoat-contao-autoprefixer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (18)Used By (0)

Autoprefixer plugin for Contao 4
================================

[](#autoprefixer-plugin-for-contao-4)

[![Version](https://camo.githubusercontent.com/40095428f6540ff0748e3c2232f6107aaa2bc5e91c8db7a681bc8798f210c1f2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61676f61742f636f6e74616f2d6175746f70726566697865722e7376673f7374796c653d666c61742d737175617265)](http://packagist.org/packages/agoat/contao-autoprefixer)[![License](https://camo.githubusercontent.com/a06cfc71f6f10ed6ce0c66a5b6dc2a787555caed85fceb762c5d5cbc3a7e8022/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f61676f61742f636f6e74616f2d6175746f70726566697865722e7376673f7374796c653d666c61742d737175617265)](http://packagist.org/packages/agoat/contao-autoprefixer)[![Downloads](https://camo.githubusercontent.com/f5dbea9d3e5fb36119b46670f5a7c222a7d780f575cb48adcb2906b8317195a8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f61676f61742f636f6e74616f2d6175746f70726566697865722e7376673f7374796c653d666c61742d737175617265)](http://packagist.org/packages/agoat/contao-autoprefixer)

About
-----

[](#about)

Forget about vendor prefixes. Just write pure (S)CSS. This plugin adds vendor prefixes (depending on your settings) to CSS rules using values from [Can I Use](http://caniuse.com/).

Write your CSS rules without vendor prefixes:

```
:fullscreen a {
    display: flex
}
```

Autoprefixer will use the data based on current browser popularity and property support to apply prefixes for you. You can try the [interactive demo](http://autoprefixer.github.io/)of Autoprefixer.

```
:-webkit-full-screen a {
    display: -webkit-box;
    display: flex
}
:-moz-full-screen a {
    display: flex
}
:-ms-fullscreen a {
    display: -ms-flexbox;
    display: flex
}
:fullscreen a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
```

Autoprefixer uses [Browserslist](https://github.com/ai/browserslist), so you can specify the browsers you want to target in your project by queries like `last 2 versions`or `> 5%`.

See [Browserslist docs](https://github.com/ai/browserslist#queries) for queries, browser names, config format, and default value.

Or visit the [Autoprefixer](https://github.com/postcss/autoprefixer) project page for more informations.

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

[](#requirements)

The autoprefixer tool used by this plugin is written in Javascript and called via node. Therefore, `Node.js` has to be installed on the server.

Visit  to see how to installing Node.js.

Install
-------

[](#install)

### Contao manager

[](#contao-manager)

Search for the package and install it

```
agoat/contao-autoprefixer
```

### Managed edition

[](#managed-edition)

Add the package

```
# Using the composer
composer require agoat/contao-autoprefixer
```

Registration and configuration is done by the manager-plugin automatically.

### Standard edition

[](#standard-edition)

Add the package

```
# Using the composer
composer require agoat/contao-autoprefixer
```

Register the bundle in the AppKernel

```
# app/AppKernel.php
class AppKernel
{
    // ...
    public function registerBundles()
    {
        $bundles = [
            // ...
            // after Contao\CoreBundle\ContaoCoreBundle
            new Agoat\AutoPrefixerBundle\AgoatAutoPrefixerBundle(),
        ];
    }
}
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

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

Recently: every ~289 days

Total

17

Last Release

1938d ago

Major Versions

0.4.4 → 1.0.02017-06-23

PHP version history (5 changes)0.2.2PHP &gt;=5.5.0

1.0.0PHP &gt;=5.6

1.2.0PHP ^5.6|^7.0

1.3.0PHP ^7.0

1.4.0PHP ^7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/997c86a9469c2c980383535f7da7aa11a81e083249fc3af9ed2a13150b5ce731?d=identicon)[aGoat](/maintainers/aGoat)

---

Top Contributors

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

---

Tags

autoprefixercontaocontao-bundlecontao4csspluginplugincsscontaoautoprefixercontao-bundlecontao4caniuse

### Embed Badge

![Health badge](/badges/agoat-contao-autoprefixer/health.svg)

```
[![Health](https://phpackages.com/badges/agoat-contao-autoprefixer/health.svg)](https://phpackages.com/packages/agoat-contao-autoprefixer)
```

PHPackages © 2026

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