Download the PHP package pantheon-systems/drupal-integrations without Composer

On this page you can find all versions of the php package pantheon-systems/drupal-integrations. 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 drupal-integrations

pantheon-systems/drupal-integrations

Actively Maintained

Add this project to any Composer-managed Drupal to enable it for use on Pantheon.

This project enables the following Pantheon/Drupal integrations:

Enabling this project

To enable this project, it must first be added to the Drupal site:

Then, Pantheon must be enabled from within your site's settings.php file:

See the include-settings.php.tmpl file for additional configuration you may wish to include in your settings.php file.

Versions

Use the major version of this project that matches your Drupal version.

Drupal Version drupal-integrations Version
11.x ^11
10.x ^10
9.x ^9
8.x ^8

Scaffolding

Early versions of this project used the project drupal/core-composer-scaffold to copy the files needed into the right locations. Starting with Drupal 10.4, the scaffold extension is deprecated, and will cause the Drupal Package Manager to refuse to allow your site to be updated if it is allowed to scaffold files in your site's root composer.json file.

If your site is still using the scaffolding feature, you will see the following error messages:

and:

To fix this problem, first update to the latest version of pantheon-systems/drupal-integrations via composer update; be sure you are on version 11.1.0 or later for a Drupal 11 site, or 10.1.0 for a Drupal 10 site. Then, find the following section in your top-level composer.json file:

Delete the allowed-packages section.

Next, find the following line in your settings.php file:

Replace that one line with the entire contents of the include-settings.php.tmpl file. Once you do this, the settings.pantheon.php file will no longer be copied into your site's configuration folder, and will instead be included directly from its installed location in the vendor directory. This should also cause the errors from the Drupal Package Manager to go away.

The above steps can be done automatically via Terminus. (Note: Requires the Terminus Composer plugin.)


All versions of drupal-integrations with dependencies

PHP Build Version
Package Version
No informations.
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/drupal-integrations contains the following files

Loading the files please wait ....