Download the PHP package pantheon-systems/terminus-conversion-tools-plugin without Composer

On this page you can find all versions of the php package pantheon-systems/terminus-conversion-tools-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package terminus-conversion-tools-plugin

Terminus Conversion Tools Plugin

GitHub Actions Early Access

Terminus 3.x Compatible

The main purpose of the Conversion Tools project is to ease the conversion of a Drupal based site into a Pantheon composer managed Drupal site. With this plugin you could do things such as:

Installation

To install this plugin using Terminus 3:

Usage

This plugin adds the following Terminus commands:

conversion:advise

Run terminus conversion:advise to analyze the current state of the site and give advice on the next steps

Options:

conversion:composer

Run terminus conversion:composer to convert a site into a Drupal site managed by Composer. This command could be used to convert a site from the following states:

Options:

conversion:create-project

Run terminus conversion:create-project to create a Pantheon site from a Drupal distribution.

Options:

conversion:convert-upstream-from-site

Run terminus conversion:convert-upstream-from-site to convert an exemplar site to an upstream.

Options:

conversion:enable-ic

Run terminus conversion:enable-ic to enable Pantheon Integrated Composer for the site.

Options:

conversion:import-site

Run terminus conversion:import-site to create a site based on "drupal-composer-managed" upstream from imported code, database, and files.

Options:

conversion:push-to-multidev

Run terminus conversion:push-to-multidev to push the converted site to a multidev environment.

Options:

conversion:release-to-dev

Run terminus conversion:release-to-dev to release a converted Drupal site managed by Composer to the dev environment.

Options:

conversion:restore-dev

Run terminus conversion:restore-dev to restore the dev environment branch to its original state.

Options:

conversion:update-from-deprecated-upstream

Run terminus conversion:update-from-deprecated-upstream to convert a "drupal9" or "drupal-recommended" upstream-based site into a "drupal-composer-managed" upstream-based one.

Options:

conversion:upgrade-d9

Run terminus conversion:upgrade-d9 to upgrade a Drupal 8 with Integrated Composer to Drupal 9.

Options:

conversion:validate-gitignore

Run conversion:validate-gitignore to validate Git/Composer project and update .gitignore file accordingly

Learn more about Terminus Plugins in the Terminus Plugins documentation


All versions of terminus-conversion-tools-plugin with dependencies

PHP Build Version
Package Version
Requires symfony/yaml Version ^5.3
symfony/process Version ^5.3
symfony/finder Version ^5.3
symfony/filesystem Version ^5.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package pantheon-systems/terminus-conversion-tools-plugin contains the following files

Loading the files please wait ....