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

AbandonedArchivedLibrary

cubex/skeleton
==============

Cubex Project Skeleton

0.2.2(11y ago)0110BSD-3-ClausePHP

Since Feb 11Pushed 11y ago2 watchersCompare

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

READMEChangelog (7)Dependencies (5)Versions (7)Used By (0)

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

[](#cubex-skeleton-project)

[![Latest Stable Version](https://camo.githubusercontent.com/8bf4b88ff10a205836fc30f231afbf6021a5c4626ddafaeaddd1bde4f42dc6dd/68747470733a2f2f706f7365722e707567782e6f72672f63756265782f736b656c65746f6e2f76657273696f6e2e706e67)](https://packagist.org/packages/cubex/skeleton)[![Total Downloads](https://camo.githubusercontent.com/3b6e2f334cc6f9374cde0772ff531f329c34456779f7399ec70a7df094c77930/68747470733a2f2f706f7365722e707567782e6f72672f63756265782f736b656c65746f6e2f642f746f74616c2e706e67)](https://packagist.org/packages/cubex/skeleton)[![Build Status](https://camo.githubusercontent.com/a8397d094dc5d61e90246a6900d60ca5238d7f32180080913d00f6c853e05590/68747470733a2f2f7472617669732d63692e6f72672f63756265782f736b656c65746f6e2e706e67)](https://travis-ci.org/cubex/skeleton)[![Dependency Status](https://camo.githubusercontent.com/78c84d03d26c3b0c83e4ac708fdd8d256cfd25d4c7194650d4f679eeeebc3b48/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f63756265783a736b656c65746f6e2f62616467652e706e67)](https://www.versioneye.com/php/cubex:skeleton)[![HHVM Status](https://camo.githubusercontent.com/10065d509966a1e9c0b1328452b3a80ec461af07186bde5fd9a36969e071f2e6/687474703a2f2f6868766d2e683463632e64652f62616467652f63756265782f736b656c65746f6e2e706e67)](http://hhvm.h4cc.de/package/cubex/skeleton)[![Coverage Status](https://camo.githubusercontent.com/72baf32dadb9548266cc8567dd6bf96d680626b73304cfd6c9ffd1bf0b3a04a4/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f63756265782f736b656c65746f6e2f62616467652e706e67)](https://coveralls.io/r/cubex/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/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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~74 days

Recently: every ~88 days

Total

6

Last Release

4103d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[phprest/phprest

PHP Rest Framework.

3049.3k](/packages/phprest-phprest)

PHPackages © 2026

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