qcubed-4 / common
The common files used by many of the components of the QCubed-4 framework
Installs: 133
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Type:qcubed-library
Requires
- php: >=7.0
Requires (Dev)
- phpunit/phpunit: >=9.0
This package is auto-updated.
Last update: 2025-03-25 00:09:17 UTC
README
Common classes for all the QCubed framework - v4
There are several repositories.
-
qcubed-4/application: the core functionality of QCubed-4. Building forms with textboxes, labels, buttons, etc...
-
qcubed-4/orm: the object relational mapper of QCubed that allows for powerful queries to be executed with ease.
-
qcubed-4/i18n: the translator services of QCubed
-
qcubed-4/cache: the caching mechanisms for QCubed
-
qcubed-4/app-starter: this repository allows you to quickly start a new QCubed-4 project
-
qcubed-4/common: a collection of classes that are used throughout the different QCubed-4 repositories.
-
qcubed/bootstrap: include bootstrap in your QCubed project
old version repositories
- qcubed/qcubed contains the older versions of qcubed and are no longer in active development.