Download the PHP package inviqa/drupal-startup without Composer

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

Codeship Status for inviqa/drupal-startup

Drupal 8 / Lando flavoured project template

This project should be used as a skeleton starting point for new Drupal 8 based projects. As such some assumptions and opinionated decisions are included to bootstrap a project with everything you might need to get started!

...delete as appropriate!

Start me up

Start-up your newproject in the current directory using composer:

composer create-project --no-install -s dev inviqa/drupal-startup newproject

Update the .gitignore in the project root

Project structure

The tree below outlines the project structure and purpose.

Development Environment

Prerequisites

  1. Install Docker-for-mac
  2. Install Lando.

Note: Compatible with v3.0.0-rc1 and below

Setup

Run lando start from within the project directory.

Tooling

Command Description
lando install Install Drupal site
lando reset Reset codebase removing generated code and lock file
lando refresh Refresh your project (clear cache, import config etc...)
lando composer {install}, {require} etc. Run composer commands in the appserver container
lando drush {cr}, {site-install} etc. Run drush commands in the appserver container
lando phpcs Run code style analysis see ./phpcs.xml.dist for scope
lando phpunit Run phpunit tests see ./phpunit.xml.dist for scope
lando behat Run behat test suite
lando test Run all tests and code evaluation
lando npm Run NPM commands

For further lando related commands see: https://docs.devwithlando.io/config/tooling.html


All versions of drupal-startup with dependencies

PHP Build Version
Package Version
Requires composer/installers Version ^1.0
cweagans/composer-patches Version ^1.5.0
drupal-composer/drupal-scaffold Version ^2.0.0
drupal/admin_toolbar Version ^1.0
drupal/console Version ^1.0
drupal/core Version ^8
drupal/ctools Version ^3.0
drupal/environment_indicator Version ^3.0
drupal/field_group Version ^3.0@beta
drupal/hook_event_dispatcher Version ^1.20
drupal/inline_entity_form Version ^1.0-rc1
drupal/linkit Version ^4.3.0
drupal/login_emailusername Version 1.1
drupal/menu_admin_per_menu Version 1.0
drupal/metatag Version 1.7
drupal/pathauto Version 1.3
drupal/redirect Version 1.3
drupal/roleassign Version ^1.0@alpha
drupal/seckit Version 1.1
drupal/stage_file_proxy Version ^1.0@alpha
drupal/taxonomy_access_fix Version 2.6
drupal/token Version 1.5
drupal/ultimate_cron Version ^2.0@alpha
drush/drush Version ^8
oomphinc/composer-installers-extender Version ^1.1
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 inviqa/drupal-startup contains the following files

Loading the files please wait ....