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.
Download droath/project-x
More information about droath/project-x
Files in droath/project-x
Package project-x
Short Description Manage project development workflow.
License MIT
Homepage https://github.com/droath/project-x
Informations about the package project-x
Project-X
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
- Docker services support, allowing to swap out different services without writing a single line of code.
- Supports development built processes and deployment into a GitHub repo.
- Setup CI services, Probo CI and Travis CI in a flash.
- Integration with GitHub for improved developer workflow.
- Incorporate environment engines, and the idea of infrastructure configurations living along side the project.
- Setup projects based on pre-configured templates that are customizable.
- Setup testing tools like
behat
andphp-unit
with ease. - Ensure that developers are following coding standards with code sniffer.
- Execute project specific commands before, or after a core command has ran.
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
mkdir my-project && cd my-project
composer init
composer require --dev droath/project-x
./vendor/bin/project-x init
./vendor/bin/project-x project:setup
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
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