Download the PHP package acquia/acquia-cms-starterkit without Composer

On this page you can find all versions of the php package acquia/acquia-cms-starterkit. 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 acquia-cms-starterkit

Acquia Drupal Starter toolkit

Build Status

The official command-line tool for downloading and building drupal site with Acquia Drupal Starter Kit modules for different use cases. Acquia Drupal Starter Kit cli tool helps you to quickly setup the Drupal sites based on your needs. Currently, the cli tool will present you the following use cases:

Name Description
Acquia Drupal Enterprise Low-code Starter kit The low-code starter kit will install starter kit with Site Studio and a UIkit. It provides drag and drop content authoring and low-code site building. An optional content model can be added in the installation process.
Acquia Drupal Community Starter kit The community starter kit will get installed. An optional content model can be added in the installation process.
Acquia Drupal Headless Starter kit The headless starter kit preconfigures Drupal for serving structured, RESTful content to 3rd party content displays such as mobile apps, smart displays and frontend driven websites (e.g. React or Next.js).

Installation

Composer is the recommended way to download this tool. In order to download this tool, run the below composer command:

Usage

Run the following command to to set up site:

Note: Starter kit enable modules in bulk during installation which required minimum PHP memory limit to be 256M.

Check memory_limit using command php -i | grep "memory_limit",If php memory limit is less than 256 then locate php.ini file and update memory_limit to 256


All versions of acquia-cms-starterkit with dependencies

PHP Build Version
Package Version
Requires acquia/drupal-environment-detector Version ^1.6
composer/composer Version ^2.7.0
stecman/symfony-console-completion Version ^0.12.1 || ^0.13.0
symfony/config Version ^6.2 || ^7.0
symfony/console Version ^6.2 || ^7.0
symfony/dependency-injection Version ^6.2 || ^7.0
symfony/filesystem Version ^6.2 || ^7.0
symfony/http-client Version ^6.2 || ^7.0
symfony/http-kernel Version ^6.2 || ^7.0
symfony/process Version ^6.2 || ^7.0
symfony/yaml Version ^6.2 || ^7.0
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 acquia/acquia-cms-starterkit contains the following files

Loading the files please wait ....