Download the PHP package manaticr/platformsh-drupal-template without Composer

On this page you can find all versions of the php package manaticr/platformsh-drupal-template. 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 platformsh-drupal-template

PlatformSh Drupal Template

Template based on drupal/recomended-project to create drupal projects to be deployed in Platformsh, also includes:

Dependencies

Getting Started

Prepare for local development

This template uses chirripo as local environment.

Generate local settings files (run this command at root of the project):

Install the requiered dependencies:

Run the local environemnt (Chirripo Launcher should be installed in order to execute chirripo command globally):

Install the local site (run this command at root of the project):

Enable and configure the Chirripo Proxy.

Start the proxy:

Import the existing site

Download database in the root of the project, then change the name of the file by db_site.sql.gz

Import the databese:

Add the site URL in the settings/settings.local.php file:

Installed Stuff

You can change any variable defined in the .env file to make adjustments to the provided setup. You can edit the file named docker-compose.override.yml in the root of the project to make more advanced customizations.

Solr

Core is created as collection1.

Solr address is solr.

Path is /.

Testing

This project uses npm to run gulp tasks.

To run drupalcs, phplint and eslint tasks:

To compile/transpile Javascript es6:

To run lighthouse test in front page:

To run lighthouse in a custom url:


All versions of platformsh-drupal-template with dependencies

PHP Build Version
Package Version
Requires composer/installers Version ^1.9
cweagans/composer-patches Version ^1.6
drupal/admin_toolbar Version ^2.3
drupal/better_exposed_filters Version ^4.0
drupal/config_split Version ^1.4
drupal/core-composer-scaffold Version ^9
drupal/core-project-message Version ^9
drupal/core-recommended Version ^9
drupal/devel Version ^4.0
drupal/environment_indicator Version ^4.0
drupal/focal_point Version ^1.5
drupal/google_analytics Version ^3.1
drupal/honeypot Version ^2.0
drupal/image_style_quality Version ^1.4
drupal/layout_builder_browser Version ^1.1
drupal/layout_builder_iframe_modal Version ^1.0
drupal/media_entity_facebook Version ^3.0@beta
drupal/media_entity_instagram Version ^3.0
drupal/media_entity_twitter Version ^2.4
drupal/metatag Version ^1.14
drupal/paragraphs Version ^1.12
drupal/pathauto Version ^1.8
drupal/quicklink Version ^1.3
drupal/rabbit_hole Version ^1.0
drupal/recaptcha Version ^3.0
drupal/redirect Version ^1.6
drupal/redis Version ^1.5
drupal/search_api_solr Version ^4.1
drupal/seckit Version ^2.0
drupal/shs Version ^1.0
drupal/smtp Version ^1.0
drupal/stage_file_proxy Version ^1.0
drupal/svg_image Version ^1.14
drupal/twig_tweak Version ^2.6
drupal/xmlsitemap Version ^1.0
drush/drush Version ^10.3
kint-php/kint Version ^3.3
kporras07/composer-symlinks Version dev-master
manaticr/bloom Version ^1.0
platformsh/config-reader Version ^2.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 manaticr/platformsh-drupal-template contains the following files

Loading the files please wait ....