PHPackages                             cubex/application-skeleton - 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. cubex/application-skeleton

AbandonedArchivedLibrary[Framework](/categories/framework)

cubex/application-skeleton
==========================

Cubex Project Application Skeleton

2.0.0(7y ago)0691BSD-3-ClausePHP

Since Aug 29Pushed 7y ago2 watchersCompare

[ Source](https://github.com/cubex/application-skeleton)[ Packagist](https://packagist.org/packages/cubex/application-skeleton)[ Docs](http://cubex.io)[ RSS](/packages/cubex-application-skeleton/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)Dependencies (4)Versions (6)Used By (0)

======= Cubex Application Skeleton Project
==========================================

[](#cubex-application-skeleton-project)

[![Latest Stable Version](https://camo.githubusercontent.com/05599c5c7f3fb325a362236dd963a75d1996dea0e96d5ce8be2784c3ca8b219c/68747470733a2f2f706f7365722e707567782e6f72672f63756265782f6170706c69636174696f6e2d736b656c65746f6e2f76657273696f6e2e706e67)](https://packagist.org/packages/cubex/application-skeleton)[![Total Downloads](https://camo.githubusercontent.com/fab843b427a407754138afd3c1f5f2ec2d4afbc1b2270357fbb6dd9095371d9b/68747470733a2f2f706f7365722e707567782e6f72672f63756265782f6170706c69636174696f6e2d736b656c65746f6e2f642f746f74616c2e706e67)](https://packagist.org/packages/cubex/application-skeleton)[![Build Status](https://camo.githubusercontent.com/c2f20b75cc95027f4796208cda7d66decdc08b867c9663bcac8b3961e105ffc4/68747470733a2f2f7472617669732d63692e6f72672f63756265782f6170706c69636174696f6e2d736b656c65746f6e2e706e67)](https://travis-ci.org/cubex/skeleton)[![Dependency Status](https://camo.githubusercontent.com/187fdd53abffe6ccb1489ca19d1a52396bd7df1f6d50602b8751a0933dc3ff8c/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f63756265783a6170706c69636174696f6e2d736b656c65746f6e2f62616467652e706e67)](https://www.versioneye.com/php/cubex:application-skeleton)[![HHVM Status](https://camo.githubusercontent.com/6d4248ffaabc928fb658393cf34ceb043e90813efe012b2129a60c76d463be76/687474703a2f2f6868766d2e683463632e64652f62616467652f63756265782f6170706c69636174696f6e2d736b656c65746f6e2e706e67)](http://hhvm.h4cc.de/package/cubex/application-skeleton)[![Coverage Status](https://camo.githubusercontent.com/9818d040e036714a9ba2a4fe4b8ffd39693b8030d63b187ed00e042b2b8a88d2/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f63756265782f6170706c69636174696f6e2d736b656c65746f6e2f62616467652e706e67)](https://coveralls.io/r/cubex/application-skeleton)

\##Installation ###Getting the base project [Composer](http://getcomposer.org/) is a dependency management library for PHP, which you can use to download the Cubex Framework, and example project.

Start by [downloading Composer](http://getcomposer.org/download/) onto your computer.

Once composer is installed, to clone the base cubex project, you simply need to run

```
composer create-project cubex/application-skeleton myproject

```

replacing **myproject** with the name of the project folder you wish to work with.

\###Getting your web environment setup There are various ways in which you can get your cubex project running on a web server.

- Virtual Host
- htaccess
- Raw PHP
- PHP Development Server

Each environment requires you setup the Cubex Environmental variable, which is **CUBEX\_ENV**, with the exception of the //PHP Development Web Server// which will apply "development" as default environment.

Configurations for the various options can be found below. Once you have your environment setup, you should be able to navigate to your configured path, and see the sample project.

\###Setting Your Virtual Host

```

    SetEnv CUBEX_ENV development

    DocumentRoot "project_path/public"
    ServerName cubex.local
    ServerAlias www.cubex.local
    ErrorLog "logs/cubex-error.log"
    CustomLog "logs/cubex-access.log" common

    RewriteEngine on
    RewriteRule ^(.*)$        /index.php  [L,QSA]

```

\###htaccess

```
SETENV CUBEX_ENV development

RewriteEngine on
RewriteBase /
RewriteRule ^(.*)$        index.php  [L,QSA]

```

\###Raw PHP

Within **public/index.php** before initiating cubex, you can put the environment directly into php with

```
putenv("CUBEX_ENV=development");

```

\###PHP Development Server

Running the following command within the root of your project will allow you to access this project with

```
php -S 0.0.0.0:8080 public/index.php

```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 60% 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 ~376 days

Total

5

Last Release

2821d ago

Major Versions

1.2.1 → 2.0.02018-10-11

### Community

Maintainers

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

---

Top Contributors

[![paulocarvalhodesign](https://avatars.githubusercontent.com/u/1519522?v=4)](https://github.com/paulocarvalhodesign "paulocarvalhodesign (9 commits)")[![bajb](https://avatars.githubusercontent.com/u/2241334?v=4)](https://github.com/bajb "bajb (3 commits)")[![TomK](https://avatars.githubusercontent.com/u/299656?v=4)](https://github.com/TomK "TomK (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cubex-application-skeleton/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M296](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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