Download the PHP package droath/project-x without Composer

On this page you can find all versions of the php package droath/project-x. 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 project-x

Project-X

Build Status

Project-X aims to cut down the time it takes for developers to setup a local development instance. It does this by automating most of the of the setup tasks, which can be executed via the CLI.

Project-X is architected with a plugable concept from the ground up. This will allow developers to mold the build tool to fit the project requirements. The core of project-x is built on top of Robo, which is modern task runner for PHP. Which allows for great flexibility and customization that we're able to leverage without having to reinvent the wheel.

Project Types

We're only supporting Drupal project types at the moment. We have plans on supporting other popular PHP based projects, such as Laravel, Symfony and Wordpress. Among those you can create your own project type using the plugable nature of the application architecture.

Environment Engines

Docker is the environment engine of choice. There are plans to expand this support, but we're waiting to see where devopts is moving this year. Environment engines are plugable and can be expanded to meet the project's particular needs.

Features

Project-X tries to have a minimalistic approach on how the project is setup. The main goal is to keep the project configuration bloat to a minimum. If you don't need a particular feature don't add it until you truly need it, as all features can be added later on in the project.

Getting Started

Configurations

Command Hooks

All Project-X commands have support for project specific commands to be ran before or after a core command has been executed.

Add the following to your project-x.yml within the project root.

There is support to call project-x commands within the command hooks. Which is done by defining an object. The full syntax is the following:

Bash alias

If you would like to avoid typing ./vendor/bin/project-x every time you use project-x, you may add the following to your bash_profile:


All versions of project-x with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5
symfony/cache Version ^3.2
symfony/yaml Version 2.8|^3.0
symfony/serializer Version 2.8|^3.0
symfony/property-access Version 2.8|^3.0
symfony/finder Version ^2.8|^3.0
symfony/console Version ^2.8|^3.0
consolidation/robo Version ^1.0
geerlingguy/ping Version ^1.1
boedah/robo-drush Version ^3.0
droath/console-form Version ~0.0.7
droath/robo-github Version ^0.0.2
droath/robo-docker-compose Version ^0.0.7
droath/robo-google-lighthouse Version ^1.0
droath/robo-docker-sync Version ^0.0.1
droath/hostsfile-manager Version ^0.0.1
paragonie/random_compat Version ^2.0
fitbug/symfony-yaml-serializer-encoder-decoder Version ^0.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 droath/project-x contains the following files

Loading the files please wait ....