2017 © Pedro Peláez
 

composer-plugin acf-pro-installer-docker-compose

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

image

alephsf/acf-pro-installer-docker-compose

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

  • Wednesday, January 25, 2017
  • by oppodeldoc
  • Repository
  • 1 Watchers
  • 0 Stars
  • 72 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 16 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

ACF PRO Installer

Packagist Packagist Travis Coveralls, (*1)

A composer plugin that makes installing ACF PRO with composer easier., (*2)

It reads your :key: ACF PRO key from the environment or a .env file., (*3)

Usage

1. Add the package repository to the repositories field in composer.json (based on this gist):, (*4)

{
  "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., (*5)

2. Make your ACF PRO key available, (*6)

Set the environment variable ACF_PRO_KEY to your ACF PRO key., (*7)

Alternatively you can add an entry to your .env file:, (*8)

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

3. Require ACF PRO, (*9)

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

You can specify an exact version (that matches your desired version)., (*10)

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., (*11)

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., (*12)

The Versions

25/01 2017

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matt Glaser

plugin wordpress wp composer env acf pro

25/01 2017

v1.0.3

1.0.3.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matt Glaser

plugin wordpress wp composer env acf pro

25/01 2017

v1.0.3-alpha

1.0.3.0-alpha

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matt Glaser

plugin wordpress wp composer env acf pro

20/07 2016

v1.0.2

1.0.2.0

An install helper for Advanced Custom Fields PRO

  Sources   Download

MIT

The Requires

 

The Development Requires

by Philipp Baschke

plugin wordpress wp composer env acf pro

19/05 2016

v1.0.1

1.0.1.0

An install helper for Advanced Custom Fields PRO

  Sources   Download

MIT

The Requires

 

The Development Requires

by Philipp Baschke

plugin wordpress wp composer env acf pro

25/04 2016

v1.0.0

1.0.0.0

An install helper for Advanced Custom Fields PRO

  Sources   Download

MIT

The Requires

 

The Development Requires

by Philipp Baschke

plugin wordpress wp composer env acf pro

23/04 2016

v0.2.0

0.2.0.0

An install helper for Advanced Custom Fields PRO

  Sources   Download

MIT

The Requires

 

The Development Requires

by Philipp Baschke

plugin wordpress wp composer env acf pro

15/04 2016

v0.1.0

0.1.0.0

An install helper for Advanced Custom Fields PRO

  Sources   Download

MIT

The Requires

 

The Development Requires

by Philipp Baschke

plugin wordpress wp composer env acf pro