crafter/installer

This package is abandoned and no longer maintained. No replacement package was suggested.

Install your favourite PHP frameworks using only one installer.

v0.1.5 2016-11-23 15:49 UTC

This package is auto-updated.

Last update: 2022-02-01 12:59:57 UTC


README

This package is abandoned and no longer maintained !!

StyleCI Build Status Dependency Status Latest Stable Version Total Downloads Latest Unstable Version License composer.lock

SensioLabsInsight

Install your favourite PHP frameworks using only one installer.

How it works

Crafter tries to provide a single installer to allow installation of multiple PHP frameworks using only one command.

Installation

Begin by installing Crafter globally using composer.

composer global require "crafter/installer"

Make sure to place the ~/.composer/vendor/bin directory (or the equivalent directory for your OS) in your PATH so the craft executable can be located by your system.

Usage

Now you use the new command to install an available framework.

craft new <framework> <name> [<version>]

Supported Frameworks

For the moment Crafter supports only:

  • Laravel
  • Orchestra Platform
  • Symfony
  • Zend Framework

You can use the show:frameworks command to list available frameworks.

craft show:frameworks

Any PR that can include other frameworks will be welcome.

Caution

This package is still in its infancy, bugs and issues are bound to happen. You can report any issue or open any PR that solves particular problems.

Credits

Percy Mamedy

Twitter: @PercyMamedy
GitHub: percymamedy