2017 © Pedro Peláez
 

composer-plugin wpos-pro-installer

An install helper for WP S3 Offload Pro and it's addons

image

intelligence/wpos-pro-installer

An install helper for WP S3 Offload Pro and it's addons

  • Sunday, September 11, 2016
  • by intelligence
  • Repository
  • 1 Watchers
  • 0 Stars
  • 802 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 16 Forks
  • 0 Open issues
  • 11 Versions
  • 22 % Grown

The README.md

WP Offload S3 Pro Installer

A composer plugin that makes installing [WP Offload S3 Pro] with composer easier., (*1)

It reads your :key: WP Offload S3 key from the environment or a .env file., (*2)

Usage

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

    {
      "type": "package",
      "package": {
        "name": "deliciousbrains/wp-offload-s3-pro",
        "type": "wordpress-plugin",
        "version": "1.1.6",
        "dist": {
          "type": "zip",
          "url": "https://deliciousbrains.com/dl/wp-offload-s3-pro-latest.zip?"
        },
        "require": {
          "intelligence/wpos-pro-installer": "^1.0.7",
          "composer/installers": "^1.0"
        }
      }
    },
    {
      "type": "package",
      "package": {
        "name": "deliciousbrains/wp-offload-s3-assets",
        "type": "wordpress-plugin",
        "version": "1.2",
        "dist": {
          "type": "zip",
          "url": "https://deliciousbrains.com/dl/wp-offload-s3-assets-latest.zip?"
        },
        "require": {
          "intelligence/wpos-pro-installer": "^1.0.7",
          "composer/installers": "^1.0"
        }
      }
    },
    {
      "type": "package",
      "package": {
        "name": "deliciousbrains/wp-offload-s3-edd",
        "type": "wordpress-plugin",
        "version": "1.0.4",
        "dist": {
          "type": "zip",
          "url": "https://deliciousbrains.com/dl/wp-offload-s3-edd-latest.zip?"
        },
        "require": {
          "intelligence/wpos-pro-installer": "^1.0.7",
          "composer/installers": "^1.0"
        }
      }
    },
    {
      "type": "package",
      "package": {
        "name": "deliciousbrains/wp-offload-s3-woocommerce",
        "type": "wordpress-plugin",
        "version": "1.0.5",
        "dist": {
          "type": "zip",
          "url": "https://deliciousbrains.com/dl/wp-offload-s3-woocommerce-latest.zip?"
        },
        "require": {
          "intelligence/wpos-pro-installer": "^1.0.7",
          "composer/installers": "^1.0"
        }
      }
    },
    {
      "type": "package",
      "package": {
        "name": "deliciousbrains/wp-offload-s3-enable-media-replace",
        "type": "wordpress-plugin",
        "version": "1.0.1",
        "dist": {
          "type": "zip",
          "url": "https://deliciousbrains.com/dl/wp-offload-s3-enable-media-replace-latest.zip?"
        },
        "require": {
          "intelligence/wpos-pro-installer": "^1.0.7",
          "composer/installers": "^1.0"
        }
      }
    },
    {
      "type": "package",
      "package": {
        "name": "deliciousbrains/wp-offload-s3-meta-slider",
        "type": "wordpress-plugin",
        "version": "1.0.1",
        "dist": {
          "type": "zip",
          "url": "https://deliciousbrains.com/dl/wp-offload-s3-meta-slider-latest.zip?"
        },
        "require": {
          "intelligence/wpos-pro-installer": "^1.0.7",
          "composer/installers": "^1.0"
        }
      }
    },
    {
      "type": "package",
      "package": {
        "name": "deliciousbrains/wp-offload-s3-wpml",
        "type": "wordpress-plugin",
        "version": "1.0.1",
        "dist": {
          "type": "zip",
          "url": "https://deliciousbrains.com/dl/wp-offload-s3-wpml-latest.zip?"
        },
        "require": {
          "intelligence/wpos-pro-installer": "^1.0.7",
          "composer/installers": "^1.0"
        }
      }
    },
    {
      "type": "package",
      "package": {
        "name": "deliciousbrains/wp-offload-s3-acf-image-crop",
        "type": "wordpress-plugin",
        "version": "1.0",
        "dist": {
          "type": "zip",
          "url": "https://deliciousbrains.com/dl/wp-offload-s3-acf-image-crop-latest.zip?"
        },
        "require": {
          "intelligence/wpos-pro-installer": "^1.0.7",
          "composer/installers": "^1.0"
        }
      }
    }

Replace "version": "*.*.*" with your desired version., (*4)

2. Make your WP Offload S3 key available, (*5)

Set the environment variable WPOS_PRO_KEY to your WP Offload S3 key., (*6)

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

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

3. Require WP Offload S3, (*8)

composer require deliciousbrains/wp-offload-s3-pro:*

Unfortunately, DeliciousBrains is not exposing a way of retrieving different versions of their plugin. Because of this, changing the version in the package section will download the latest version regardless. You have to manually change the version in your composer.json file to manually trigger composer to download a new package., (*9)

The Versions

11/09 2016

dev-master

9999999-dev

An install helper for WP S3 Offload Pro and it's addons

  Sources   Download

MIT

The Requires

 

The Development Requires

by Per Sturesson

plugin wordpress wp composer env pro wp offload s3 pro

11/09 2016

1.0.7

1.0.7.0

An install helper for WP S3 Offload Pro and it's addons

  Sources   Download

MIT

The Requires

 

The Development Requires

by Per Sturesson

plugin wordpress wp composer env pro wp offload s3 pro

11/09 2016

1.0.6

1.0.6.0

An install helper for WP S3 Offload Pro and it's addons

  Sources   Download

MIT

The Requires

 

The Development Requires

by Per Sturesson

plugin wordpress wp composer env pro wp offload s3 pro

11/09 2016

1.0.5

1.0.5.0

An install helper for WP S3 Offload Pro and it's addons

  Sources   Download

MIT

The Requires

 

The Development Requires

by Per Sturesson

plugin wordpress wp composer env pro wp offload s3 pro

12/05 2016

1.0.4

1.0.4.0

An install helper for WP Migrate DB Pro and WP Migrate DB Pro Media Files

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicolo Sacchi

plugin wordpress wp composer env pro wp migrate db pro

11/05 2016

1.0.3

1.0.3.0

An install helper for WP Migrate DB Pro and WP Migrate DB Pro Media Files

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicolo Sacchi

plugin wordpress wp composer env pro wp migrate db pro

11/05 2016

1.0.2

1.0.2.0

An install helper for WP Migrate DB Pro and WP Migrate DB Pro Media Files

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicolo Sacchi

plugin wordpress wp composer env pro wp migrate db pro

11/05 2016

1.0.1

1.0.1.0

An install helper for WP Migrate DB Pro and WP Migrate DB Pro Media Files

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicolo Sacchi

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