PHPackages                             qcubed/application - 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/application

ActiveQcubed-library[Framework](/categories/framework)

qcubed/application
==================

The common files used by many of the components of the QCubed framework

v4.0.1-alpha(8y ago)11781[7 issues](https://github.com/qcubed/application/issues)[3 PRs](https://github.com/qcubed/application/pulls)MITPHPPHP &gt;=5.5.0

Since Jul 7Pushed 5y ago6 watchersCompare

[ Source](https://github.com/qcubed/application)[ Packagist](https://packagist.org/packages/qcubed/application)[ Docs](http://qcu.be/)[ RSS](/packages/qcubed-application/feed)WikiDiscussions master Synced 4w ago

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

Application Framework
=====================

[](#application-framework)

This is the application part of the QCubed framework, and includes forms, controls, actions, events and code to tie them all together.

Upgrade Notes
-------------

[](#upgrade-notes)

This version now uses namespacing. See the tools directory for tools to help you convert your current code base to the new names. Specifically, run the following command line script on your codebase, and it will convert about 99% of your code:

```
cd (vendor_dir)/qcubed/application/tools/v4_converter
./run_was.php -R all.regex.php (your source dir)
```

The application framework moving forward will focus on supporting html5 tags in its control library only. There may be some other items in there to provide a way to support common data relationships (like radio and checkbox lists), but for the most part, we would like anything that isn't directly drawing a tag to be in a separate library.

As such, the following files are no longer supported in the core, and are currently dead code. You will find them in the "dead" directory. However, if these old files are important to you, feel free to resurrect them as a plugin. Much of the code is no longer applicable, as better ways to solve the problems have been developed either built-in to PHP or in libraries available in github.

- QDialogBox.class.php (We currently use the JQuery UI dialog, but this may change)
- FileAssetDialog.php
- QArchive.class.php
- QEmailServer.class.php
- QFileAsset.class.php
- QFileAssetBase.class.php
- QImageBase.class.php
- QImageBrowser.class.php
- QImageControl.class.php
- QImageControlBase.class.php
- QImageFileAsset.class.php
- QImageLabel.class.php
- QImageLabelBase.class.php
- QImageRollover.class.php
- QLexer.class.php
- QMimeType.class.php
- QRegex.class.php
- QRssFeed.class.php
- QSoapService.class.php
- QStack.class.php
- QTreeNav.class.php
- QTreeNavItem.class.php
- QWriteBox.class.php

Also, the JQuery UI framework has been put in its own directory to prepare for moving it to a separate library in a later version.

Install
-------

[](#install)

See the qcubed4 branch of the qcubed/app-starter repository for information on how to install v4 of QCubed quickly using Composer.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

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

3280d ago

### Community

Maintainers

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

---

Top Contributors

[![spekary](https://avatars.githubusercontent.com/u/755757?v=4)](https://github.com/spekary "spekary (186 commits)")[![kukrik](https://avatars.githubusercontent.com/u/2853034?v=4)](https://github.com/kukrik "kukrik (1 commits)")

---

Tags

phpframeworkjquery

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[qcubed/qcubed

QCubed is a PHP framework for rapid web development. Building on top of jQuery, with OOP at its core, QCubed provides a powerful solution for building database-driven Web 2.0 applications.

571.2k1](/packages/qcubed-qcubed)[phpmv/php-mv-ui

A JQuery and UI library for php and php MVC frameworks

3320.4k3](/packages/phpmv-php-mv-ui)

PHPackages © 2026

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