Download the PHP package velt/framework without Composer
On this page you can find all versions of the php package velt/framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download velt/framework
More information about velt/framework
Files in velt/framework
Package framework
Short Description Official Velt framework meta-package and integration layer.
License MIT
Informations about the package framework
Velt Framework
Official Velt framework meta-package and integration layer.
Role
This repository assembles the official Velt components without replacing them. It exists to document and enforce compatible versions between:
velt/kernelvelt/httpvelt/uivelt/databasevelt/ormvelt/clivelt/previewvelt/skeleton
Skeleton vs Framework
veltphp/skeleton is the application template copied or installed by developers.
veltphp/framework is the Composer-level assembly package that defines which Velt components work together.
Module 3 Goal
The first Module 3 task is to create the framework meta-package, document local development with Composer path repositories, and maintain a compatibility matrix for multi-repo work.
Compatibility Matrix
| Velt Framework | PHP | Kernel | HTTP | UI | Database | ORM | CLI | Preview | Status |
|---|---|---|---|---|---|---|---|---|---|
^0.1.0 |
^8.2 |
^0.1.0 |
^0.1.0 |
^0.0.2 |
^0.1.0 |
^0.1.0 |
^0.2.0 |
^0.1.0 |
active development |
Package Policy
The framework package should not replace component packages. It only declares which released component versions are expected to work together.
For Packagist releases, dependencies must use version constraints such as ^0.1.0. Local path repositories belong in application-level development setups, not in the published framework package.
All versions of framework with dependencies
velt/kernel Version ^0.1.0
velt/http Version ^0.1.0
velt/ui Version ^0.1.0
velt/database Version ^0.1.0
velt/orm Version ^0.1.0
velt/cli Version ^0.2.0
velt/preview Version ^0.1.1