PHPackages                             qcubed-4/app-starter - 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. [Framework](/categories/framework)
4. /
5. qcubed-4/app-starter

ActiveProject[Framework](/categories/framework)

qcubed-4/app-starter
====================

QCubed-4 application starter template

v1.0(5y ago)2233MITPHPPHP &gt;=7.0

Since Apr 23Pushed 2mo ago3 watchersCompare

[ Source](https://github.com/qcubed-4/app-starter)[ Packagist](https://packagist.org/packages/qcubed-4/app-starter)[ Docs](http://qcubed.eu/)[ RSS](/packages/qcubed-4-app-starter/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

QCubed-4 Application Starter v4 Alpha
=====================================

[](#qcubed-4-application-starter-v4-alpha)

This is the application starter project that sets up your environment using composer.

Since we are in alpha on this, the installation directions below are slightly different than they will be on release. The directions below will help you install the v4 alpha version.

REQUIREMENTS
------------

[](#requirements)

You must have a web server, like apache or nginx, installed and working on your computer.

You must have PHP version 7.0 or greater installed and working.

You must have some kind of SQL database. MySQL, PostreSQL, and many others are supported.

We highly recommend you also install Composer. Composer helps you manage version changes in all your different PHP packages, and we rely on that to provide installation and update services for QCubed-4.

INSTALLATION
------------

[](#installation)

### Install via Composer

[](#install-via-composer)

If you do not have [Composer](http://getcomposer.org/), you may install it by following the instructions at [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-nix).

Once installed, you can install this app-starter project by executing the following at the command line:

```
php composer.phar create-project --stability=dev qcubed-4/app-starter your_dir_name

```

Substitute whatever directory name you would like for "your\_dir\_name" above.

Note that if you have taken the step to rename "composer.phar" to "composer" and you put it in your path, you can instead just enter:

```
composer create-project --stability=dev qcubed-4/app-starter your_dir_name

```

---

**NOTE**: If you get an error saying

```
  [InvalidArgumentException]
  Could not find package qcubed-4/app-starter with stability stable.

```

then please add the stability requirement in the command argument. The new command would look like:

```
composer create-project --stability=dev qcubed-4/app-starter your_dir_name

```

---

Assuming you installed into the document root of your local web server, enter the following to begin the configuration process.

```
http://localhost/your_dir_name/

```

If you would like to eventually place the project somewhere else in your webserver tree, even at the root level, it is easy to do by modifying the **SUBDIRECTORY** configuration file setting and moving the contents of the directory to the new location.

[![Ask DeepWiki](https://camo.githubusercontent.com/0f5ae213ac378635adeb5d7f13cef055ad2f7d9a47b36de7b1c67dbe09f609ca/68747470733a2f2f6465657077696b692e636f6d2f62616467652e737667)](https://deepwiki.com/qcubed-4/app-starter)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance56

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78% 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

Unknown

Total

1

Last Release

1851d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f118ebc7b4a8f5223d1faf215226596c05404614b1154c05d774cfb6fe859026?d=identicon)[qcubed-4](/maintainers/qcubed-4)

---

Top Contributors

[![qcubed-temp](https://avatars.githubusercontent.com/u/83004588?v=4)](https://github.com/qcubed-temp "qcubed-temp (39 commits)")[![kukrik](https://avatars.githubusercontent.com/u/2853034?v=4)](https://github.com/kukrik "kukrik (11 commits)")

---

Tags

frameworkproject templateqcubed

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/qcubed-4-app-starter/health.svg)

```
[![Health](https://phpackages.com/badges/qcubed-4-app-starter/health.svg)](https://phpackages.com/packages/qcubed-4-app-starter)
```

###  Alternatives

[yiisoft/yii2-app-basic

Yii 2 Basic Project Template

7031.8M7](/packages/yiisoft-yii2-app-basic)

PHPackages © 2026

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