Download the PHP package madalinignisca/drupal-skeleton without Composer

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

Modern Drupal Application Skeleton

Intro

I made this repo as I wasn't happy with issues I was encountering using other solutions and I wanted to use Drupal in the modern style of web applications.

This repo is very light, is intended for only small network transfers and automating deployments, using Composer, Drush and Drupal Console.

For me it was critical to work 100% well with Open DevShop.

If you are not used to modern web apps, then this is a good starting point to dig in and learn.

Drupal is installed in the web/core folder, being pulled by Composer and placed there.

As you may know, Drupal 8+ uses the concept of PHP packages, most notable some important Symfony packages, some Zend Framework packages and as it evolves you are going to see more and more added to your project.

In this skeleton, Composer is instructed to place the Vendor folder in the root of the project, outside of the Drupal root.

Getting started

Classic Composer project initiation: composer create-project madalinignisca/drupal-skeleton mydrupalapp

This will create a starting point for your project using the latest stable version.

After the project is created, you should init your git repo and enjoy working with it.

Search for a Drupal module with composer search module_theme_name. Install it using composer require drupal/module_theme_name. If in need of an unstable release, do explicit version: composer require drupal/eck:~1.0@alpha for example.

Participate in the modules that are critical to you to help developers get stable releases much faster.

Be a true Drupalist

Official documentation for running Drupal using Composer can be found here.

Join the improvement of this project on Github


All versions of drupal-skeleton with dependencies

PHP Build Version
Package Version
Requires php Version ^5.5.9 || ^7.0
composer/installers Version ^1.2.0
drupal/core Version ~8.2.0
drupal/console Version ~1.0.0
drupal/drupal-library-installer-plugin Version ~0.3
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 madalinignisca/drupal-skeleton contains the following files

Loading the files please wait ....