Download the PHP package sprak3000/drupal-composed without Composer

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

Drupal Composed

This repository has been archived and left as reference material. It is no longer maintained.

I have been developing Drupal 7 sites, modules, and themes for a few years now at work. I have also been using Composer at work to manage dependencies for non-Drupal projects at work and at home. Increasingly, Drupal has become a dependency for the sites being worked upon. While Drupal 8 is wedded to modern tools like Composer, the sad reality is most of us will still need to use D7 until D8 has been officially released and allowed to mature.

Enter "Drupal Composed", my effort to create a Composer project that will install Drupal 7 with one easy command. This package will install my Linguo installation profile, enable French and German translations, and use a Bootstrap theme for the site. My Linguo installation profile includes all the modules I have found useful in buildling a robust multi-lingual site.

Requirements

This project requires Composer and drush to be globally installed on your server. You will also need the drush language commands installed.

Usage

Install Linguo Drupal

To install the Linguo Drupal profile, run the following command replacing /path/to/your/site, dbusername, dbpassword, dbserver, and dbname with the appropriate values:

Once it has finished, you can setup a virtual host pointing to /path/to/your/site/public. Part of the installation output will be a line with your Drupal administration credentials: Installation complete. User name: admin User password: randomstringhere.

Updating Linguo Drupal

To keep up with changes to Linguo, you can run the following command replacing /path/to/your/site with the appropriate values:

Sample Apache virtual host configuration


All versions of drupal-composed with dependencies

PHP Build Version
Package Version
Requires sprak3000/drupal Version 7.31.x-dev
sprak3000-drupal/date Version 7.2.8
sprak3000-drupal/token Version 7.1.5
sprak3000-drupal/views Version 7.3.8
sprak3000-drupal/bueditor Version 7.1.0-dev
sprak3000-drupal/ctools Version 7.1.4
sprak3000-drupal/devel Version 7.1.5
sprak3000-drupal/entity Version 7.1.5
sprak3000-drupal/entityreference Version 7.1.1
sprak3000-drupal/entity_view_mode Version 7.1.0-rc1
sprak3000-drupal/filefield_paths Version 7.1.0-beta4
sprak3000-drupal/find_content Version 7.1.2
sprak3000-drupal/globalredirect Version 7.1.5
sprak3000-drupal/i18n Version 7.1.11
sprak3000-drupal/i18nviews Version 7.3-dev
sprak3000-drupal/jquery_update Version 7.2.4
sprak3000-drupal/libraries Version 7.2.2
sprak3000-drupal/link Version 7.1.2
sprak3000-drupal/markdown Version 7.1.2
sprak3000-drupal/markdowneditor Version 7.1.4
sprak3000-drupal/media Version 7.1.4
sprak3000-drupal/media_twitch Version 7.1.0-dev
sprak3000-drupal/media_youtube Version 7.1.0-beta3
sprak3000-drupal/metatag Version 7.1.0-rc2
sprak3000-drupal/module_filter Version 7.2.0-alpha2
sprak3000-drupal/pathauto Version 7.1.2
sprak3000-drupal/redirect Version 7.1.0-rc1
sprak3000-drupal/scheduler Version 7.1.2
sprak3000-drupal/strongarm Version 7.2.0
sprak3000-drupal/uuid Version 7.1.0-alpha5
sprak3000-drupal/variable Version 7.2.5
sprak3000-drupal/views_infinite_scroll Version 7.1.1
sprak3000-drupal/views_rss Version 7.2.0-rc3
sprak3000-drupal/xmlsitemap Version 7.2.0
sprak3000-drupal/rubiktheme Version 7.4.0
sprak3000-drupal/taotheme Version 7.3.1
sprak3000-drupal/bootstraptheme Version 7.3.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 sprak3000/drupal-composed contains the following files

Loading the files please wait ...