Download the PHP package oh17l/draft-environment without Composer

On this page you can find all versions of the php package oh17l/draft-environment. 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 draft-environment

Draft Environment

Build Status

This is Vagrant-based development environment for Drupal projects. This project is a part of a Draft Drupal project template.

Prerequisites

Docker

Vagrant

Vagrant plugins (will be automatically installed)

Vagrant Host Manager

Manages host and/or guest hosts files. Draft is configured to create a hostname.test DNS record on a host machine.

vagrant-vbguest

Automatically installs the host's VirtualBox Guest Additions on the guest system.

Vagrant WinNFSd (WINDOWS only)

Dramatically increases disk IO on Windows by adding NFS support.

How to

  1. Add post-install-cmd and post-update-cmd events handler Lemberg\\Draft\\Environment\\Configurer::setUp to the scripts property of the root composer.json file. Resulting file might look like this:

  2. Add Draft to the project (as a dev dependency):

  3. Configure guest machine by answering installer's questions. At the moment, project name (hostname) is the only setting that can be set interactively. More to come. Adjust other settings by editing vm-settings.yml manually

  4. Create and configure guest machine:

    or

  5. Override any variable used in any Ansible role by including it in the vm-settings.yml. For details see default.vm-settings.yml

    Here's the list of used roles and available variables (and their default values):

    Some of those variables are already overridden. Find them here.

  6. Commit Vagrantfile and vm-settings.yml to lock the VM state

  7. File vm-settings.yml is project-specific, not a machine specific. Configuration can be overridden in vm-settings.local.yml (and this file must not be committed)

  8. Run vagrant ssh. Project is located in /var/www/draft by default (see default.vm-settings.yml)

Documentation

Everybody loves documentation. We do too! Check this out.

Changelog

Changelog can be found here CHANGELOG.md

Upgrade

Upgrade instructions can be found here UPGRADE.md


All versions of draft-environment with dependencies

PHP Build Version
Package Version
Requires symfony/yaml Version ^2.8|^3.2
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 oh17l/draft-environment contains the following files

Loading the files please wait ....