PHPackages                             cubex/project - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. cubex/project

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

cubex/project
=============

11051PHP

Since Nov 28Pushed 12y ago6 watchersCompare

[ Source](https://github.com/cubex-legacy/project)[ Packagist](https://packagist.org/packages/cubex/project)[ RSS](/packages/cubex-project/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Cubex Base Project
==================

[](#cubex-base-project)

Setup your Apache Virtual Host Config INCLUDING "SetEnv CUBEX\_ENV development" replacing development with your chosen environment. Cubex will automatically load {CUBEX\_ENV}.ini from your conf directory and merge on top of defaults.ini

```

  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?__path__=$1  [B,L,QSA]

```

Recommended PHP Modules

- XCache 3 (APC &amp; XCache are currently unstable with some PHP 5.4 features)

If you are unable to create a VHost, you can create a .htaccess file with the following information

```
SETENV CUBEX_ENV development

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

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

### 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 (56 commits)")

### Embed Badge

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

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

###  Alternatives

[ericlagarda/nova-text-card

A custom card for Laravel Nova to show Text in cards with some good options

20420.4k2](/packages/ericlagarda-nova-text-card)[koco/mautic-recaptcha-bundle

This plugin brings reCAPTCHA integration to mautic.

5114.3k](/packages/koco-mautic-recaptcha-bundle)

PHPackages © 2026

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