PHPackages                             alephsf/acf-pro-installer-docker-compose - 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. alephsf/acf-pro-installer-docker-compose

ActiveComposer-plugin[Utility &amp; Helpers](/categories/utility)

alephsf/acf-pro-installer-docker-compose
========================================

A composer install helper for Advanced Custom Fields PRO, loads env variables from docker-compose.yml

v1.0.3(9y ago)078MITPHPPHP &gt;=5.5

Since Apr 15Pushed 9y ago1 watchersCompare

[ Source](https://github.com/AlephSF/acf-pro-installer-docker-compose)[ Packagist](https://packagist.org/packages/alephsf/acf-pro-installer-docker-compose)[ RSS](/packages/alephsf-acf-pro-installer-docker-compose/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (7)Versions (8)Used By (0)

ACF PRO Installer
=================

[](#acf-pro-installer)

[![Packagist](https://camo.githubusercontent.com/0c1fd32fe941723d4b0031c30f4c130976bfe608f0bd3889c705c8fa01c26118/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7068696c69707062617363686b652f6163662d70726f2d696e7374616c6c65722e7376673f6d61784167653d33363030)](https://packagist.org/packages/philippbaschke/acf-pro-installer)[![Packagist](https://camo.githubusercontent.com/0534ba8f680dcf1c7c887d16a90c64d6e9c7636fca02652d2a0ff9b31d0c1cc1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7068696c69707062617363686b652f6163662d70726f2d696e7374616c6c65722e7376673f6d61784167653d32353932303030)](https://github.com/PhilippBaschke/acf-pro-installer/blob/master/LICENSE)[![Travis](https://camo.githubusercontent.com/4252c49d058a36ae10be1b0b7e8841ad5216db2cb7dac49a3ff93a7956358287/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f5068696c69707042617363686b652f6163662d70726f2d696e7374616c6c65722e7376673f6d61784167653d33363030)](https://travis-ci.org/PhilippBaschke/acf-pro-installer)[![Coveralls](https://camo.githubusercontent.com/4a76ed3bc9c1034d95a36bc15e84949ee541a4aa964a95c595f21b445a190664/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f5068696c69707042617363686b652f6163662d70726f2d696e7374616c6c65722e7376673f6d61784167653d33363030)](https://coveralls.io/github/PhilippBaschke/acf-pro-installer)

A composer plugin that makes installing [ACF PRO](https://www.advancedcustomfields.com/pro/) with [composer](https://github.com/composer/composer) easier.

It reads your 🔑 ACF PRO key from the **environment** or a **.env file**.

Usage
-----

[](#usage)

**1. Add the package repository to the [`repositories`](https://getcomposer.org/doc/04-schema.md#repositories) field in `composer.json`(based on this [gist](https://gist.github.com/fThues/705da4c6574a4441b488)):**

```
{
  "type": "package",
  "package": {
    "name": "advanced-custom-fields/advanced-custom-fields-pro",
    "version": "*.*.*(.*)",
    "type": "wordpress-plugin",
    "dist": {
      "type": "zip",
      "url": "https://connect.advancedcustomfields.com/index.php?p=pro&a=download"
    },
    "require": {
      "philippbaschke/acf-pro-installer": "^1.0",
      "composer/installers": "^1.0"
    }
  }
}
```

Replace `"version": "*.*.*(.*)"` with your desired version.

**2. Make your ACF PRO key available**

Set the environment variable **`ACF_PRO_KEY`** to your [ACF PRO key](https://www.advancedcustomfields.com/my-account/).

Alternatively you can add an entry to your **`.env`** file:

```
# .env (same directory as composer.json)
ACF_PRO_KEY=Your-Key-Here
```

**3. Require ACF PRO**

```
composer require advanced-custom-fields/advanced-custom-fields-pro:*
```

You can specify an [exact version](https://getcomposer.org/doc/articles/versions.md) (that matches your desired version).

If you use **`*`**, composer will install the version from the package repository (see 1). This has the benefit that you only need to change the version in the package repository when you want to update.

*Be aware that `composer update` will only work if you change the `version` in the package repository. Decreasing the version only works if you require an [exact version](https://getcomposer.org/doc/articles/versions.md).*

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 86.4% 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 ~47 days

Recently: every ~68 days

Total

7

Last Release

3444d ago

Major Versions

v0.2.0 → v1.0.02016-04-25

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/406268?v=4)[Matt Glaser](/maintainers/oppodeldoc)[@oppodeldoc](https://github.com/oppodeldoc)

---

Top Contributors

[![PhilippBaschke](https://avatars.githubusercontent.com/u/10756783?v=4)](https://github.com/PhilippBaschke "PhilippBaschke (38 commits)")[![oppodeldoc](https://avatars.githubusercontent.com/u/406268?v=4)](https://github.com/oppodeldoc "oppodeldoc (6 commits)")

---

Tags

plugincomposerwordpressenvwpacfpro

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/alephsf-acf-pro-installer-docker-compose/health.svg)

```
[![Health](https://phpackages.com/badges/alephsf-acf-pro-installer-docker-compose/health.svg)](https://phpackages.com/packages/alephsf-acf-pro-installer-docker-compose)
```

###  Alternatives

[philippbaschke/acf-pro-installer

An install helper for Advanced Custom Fields PRO

278724.6k](/packages/philippbaschke-acf-pro-installer)[ffraenz/private-composer-installer

A composer install helper for private packages

2321.7M5](/packages/ffraenz-private-composer-installer)[roots/bedrock

WordPress boilerplate with Composer, easier configuration, and an improved folder structure

6.5k456.5k2](/packages/roots-bedrock)[gotoandplay/gravityforms-composer-installer

A composer install helper for Gravity Forms

32408.3k](/packages/gotoandplay-gravityforms-composer-installer)[automattic/jetpack-autoloader

Creates a custom autoloader for a plugin or theme.

576.1M114](/packages/automattic-jetpack-autoloader)

PHPackages © 2026

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