PHPackages                             quickstrap/quickstrap - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. quickstrap/quickstrap

ActiveProject

quickstrap/quickstrap
=====================

A command line tool for quickly setting up projects

1.0-beta(9y ago)00[10 issues](https://github.com/quickstrap/quickstrap/issues)MITPHPPHP &gt;=5.6

Since Jan 4Pushed 9y ago1 watchersCompare

[ Source](https://github.com/quickstrap/quickstrap)[ Packagist](https://packagist.org/packages/quickstrap/quickstrap)[ RSS](/packages/quickstrap-quickstrap/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (12)Versions (3)Used By (0)

[![Stories in Ready](https://camo.githubusercontent.com/f08e8a94581cdc52741aad36402e0a783d916d0dc1ec26c39e384ceead7d055e/68747470733a2f2f62616467652e776166666c652e696f2f717569636b73747261702f717569636b73747261702e706e673f6c6162656c3d7265616479267469746c653d5265616479)](https://waffle.io/quickstrap/quickstrap)[![Code Climate](https://camo.githubusercontent.com/825bd6ab362ccebc7333d7b13c1d574e6b8b5a5be77108040a1743475e58a8ae/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f717569636b73747261702f717569636b73747261702f6261646765732f6770612e737667)](https://codeclimate.com/github/quickstrap/quickstrap)[![Test Coverage](https://camo.githubusercontent.com/1541b47bdd54b50a2ef29d42b2cf6d0520e0af882a43aa3de6b77e9d25fdf69e/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f717569636b73747261702f717569636b73747261702f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/quickstrap/quickstrap/coverage)[![Coverage Status](https://camo.githubusercontent.com/ab46d9f0357641d89878a1b5004508fbb1e94c2825a04aafe210233eb7026122/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f717569636b73747261702f717569636b73747261702f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/quickstrap/quickstrap?branch=master)

Install Quickstrap
------------------

[](#install-quickstrap)

At a Terminal prompt paste the following:

\[TODO\] *This doesn't work yet*

```
php -r "copy('https://raw.githubusercontent.com/quickstrap/installer/master/src/setup.php', 'quickstrap-setup.php');"
php quickstrap-setup.php
php -r "unlink('quickstrap-setup.php');"

```

The script explains what it will do and then pauses before it does it.

What does Quickstrap do?
------------------------

[](#what-does-quickstrap-do)

Quickstrap remembers how to configure things so you don't have to.

```
cd path/to/my/project
quickstrap testsuites:phpunit

```

---

It guides the user through configuration via prompts.

```
What version of PHPUnit ?
    [1] 4.8
    [2] 5.7
> 2
Verbose output? [Y|n]: y
Stop on failure? [Y|n]: y
... other prompts

```

---

And generates the configuration files.

```
Generated ./phpunit.xml.dist

```

There are many helpers
----------------------

[](#there-are-many-helpers)

This will install Behat, and setup your feature directory and behat.yml configuration for you.

```
quickstrap testsuites:behat

```

---

This will install Code Sniffer.

```
quickstrap analyzers:codesniffer

```

---

This will generate a .travis-ci.yml configuration for you. If you've got phpunit or behat installed it will automatically add them to the configuration. \[TODO\]

```
quickstrap ci:travis-ci

```

---

This will generate a .gitlab-ci.yml configuration for you. If you've got phpunit or behat installed it will automatically add them to the configuration. \[TODO\]

```
quickstrap ci:gitlab-ci

```

---

This will setup a zend framework apigility skeleton project for you. \[TODO\]

```
quickstrap frameworks:apigility

```

---

This will setup a slimframework skeleton project for you. \[TODO\]

```
quickstrap frameworks:slim

```

---

This will setup a silex skeleton project for you. \[TODO\]

```
quickstrap frameworks:silex

```

Making more helpers
-------------------

[](#making-more-helpers)

Easily create your own configuration helpers

```
quickstrap create my-php-helper
Created barebone helper project at ./my-php-helper

```

And publish your package as a git repository somewhere (github/bitbucket/gitlab etc).

---

Install new helpers

```
quickstrap install https://github.com/vendor/package-name.git

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3418d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c2445eabf60869a0410b641fbec7b87fea798e5d12e6e31120223cbc230a97ec?d=identicon)[jeremygiberson](/maintainers/jeremygiberson)

---

Top Contributors

[![jeremygiberson](https://avatars.githubusercontent.com/u/487411?v=4)](https://github.com/jeremygiberson "jeremygiberson (39 commits)")[![abacaphiliac](https://avatars.githubusercontent.com/u/1656273?v=4)](https://github.com/abacaphiliac "abacaphiliac (3 commits)")[![waffle-iron](https://avatars.githubusercontent.com/u/6912981?v=4)](https://github.com/waffle-iron "waffle-iron (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/quickstrap-quickstrap/health.svg)

```
[![Health](https://phpackages.com/badges/quickstrap-quickstrap/health.svg)](https://phpackages.com/packages/quickstrap-quickstrap)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19462.3M1.3k](/packages/drupal-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
