Features Components Installation Roadmap FAQ Get Started
Open Source Ecosystem

Modern PHP.
Beautiful by Default.

Build modern PHP applications with a built-in CMS, beautiful UI components, and a developer experience designed for the next generation.

PHP 8.2+ Optimized
MIT License Model
Enterprise Ready
web.php
veldora.dev/routes
Route::get('/', function () { return view('home', [ 'posts' => Post::latest()->get() ]); });
Quick Installation Terminal
$composer create-project veldorahq/framework blog
$cd blog
$php veldora serve

Engineered for Ultimate Velocity.

A unified suite of hyper-optimized core modules designed to eliminate framework bloat and accelerate your production workflow.

HTTP Engine

Sub-millisecond request-to-response lifecycles built on native swoole integrations.

Advanced Router

Attribute-driven dynamic compilation compiling down to linear machine matrices.

Dependency Injection

Strict structural containers mapping configuration variables lazily across systems.

Veldora ORM

Data mapper mapping system using native structures for ultra-low hydrations.

Query Builder

Chain fluent queries with predictive abstract syntaxes natively compiled.

Migrations

Zero-downtime structural adjustments using isolated version tracking algorithms.

Data Seeders

Hydrate analytical frameworks cleanly via factory structures at scale.

Template Engine

Strict layouts compiled to pure static machine arrays cleanly.

UI Components

Native pre-compiled server widgets tracking functional attributes gracefully.

Authentication

Session and stateless API verification systems integrated globally.

Validation

Extensible defensive input normalization processing system matrices cleanly.

Event Dispatcher

Asynchronous global broadcast listeners running non-blocking queues.

Managed Queues

Offload long-duration server calls to optimized daemon workers execution.

Caching Drivers

Multi-tier standard cache interfaces integrating Redis memory blocks mapping.

Mail Infrastructure

Fluent mail layout templates mapping SMTP pathways cleanly.

Theme Engine

Swap out interface modules instantly without structural mutations.

Plugin Ecosystem

Hot-reload secondary functional libraries with completely sandboxed tracking.

Built-in CMS

Automated visual administration panel derived straight from model tracking definitions.

IDE Integrations

Deep VS Code support offering robust autocomplete intelligence diagnostics.

CLI Console

Advanced terminal assistance creating models, files, and templates seamlessly.

Native UI System Matrix.

Fully compliant with minimalist design philosophies. Zero asset compilations required — purely native, responsive, and server-rendered components.

Buttons
Inputs & Fields
Badges & Tags
Success Muted
Dialog Matrix
Revoke API Credentials?
This action immediately terminates downstream worker authentication routes globally.
Dropdown Trigger
Select Region
Notification System (Toast)
Deployment Successful Production stack updated in 12ms.
Data Matrix Table
Target ServiceStatusLatency
Core EngineOnline2.1ms
Database WrapperOnline0.4ms

Autonomous Administration Control.

Skip building basic dashboard infrastructures. Veldora analyzes data schemas to construct high-speed operational administration layers automatically.

Published Posts
0
+12 this month
Registered Users
0
+48 new users
Media Library
2.4 GB
483 uploaded files
Active Theme
Aurora
8 plugins enabled
Content Overview
Mon
Tue
Wed
Thu
Fri
Sat
Sun
Recent Activity

Published a new blog post

5m ago

Installed "SEO Toolkit" plugin

32m ago

Updated Aurora theme

1h ago

New user registered

2h ago

Backup completed successfully

Today

Declarative API Layouts.

Read through code samples displaying how elegantly the framework simplifies typical application bottlenecks.

use Veldora\Routing\Router; Router::group(['prefix' => 'api/v1', 'middleware' => 'auth'], function() { Router::post('/deploy', [DeploymentController::class, 'trigger']); Router::get('/telemetry', [TelemetryController::class, 'stream']); });
<!-- resources/views/dashboard.vel.php --> <v-layout name="app"> <v-slot:title>System Enterprise Telemetry</v-slot:title> <div class="grid"> @foreach($metrics as $metric) <v-card-telemetry :data="$metric" /> @endforeach </span> </v-layout>
namespace App\Views\Components; use Veldora\View\Component; class Alert extends Component { public function __construct(public string $type = 'info') {} public function render(): string { return view('components.alert'); } }
namespace App\Models; use Veldora\Database\Model; class Account extends Model { // Relationships defined declaratively public function deployments() { return $this->hasMany(Deployment::class); } }
Veldora CLI Console

Control the Matrix from the Terminal Window.

An elegant terminal binary built to scaffold architectures, orchestrate migrations, and install frontend widget component blueprints instantly.

Terminal Bash
# Generate a complete functional project matrix $ php veldora new blog # Synchronize storage definitions instantly $ php veldora migrate # Blueprint custom components straight from central registry $ php veldora add button # Install extension systems immediately $ php veldora plugin install analytics

Why Veldora?

Built to make modern PHP development simpler, faster, and more enjoyable.

Modern PHP

Built for PHP 8.2+ with strict typing, attributes, dependency injection, and a clean developer experience from the very beginning.

Beautiful by Default

Every new project starts with a clean interface, modern components, and sensible defaults—without installing dozens of third-party packages.

Everything Included

Framework, CMS, themes, plugins, UI components, CLI tools, and developer utilities—all designed to work together as one complete ecosystem.

Roadmap.

Follow the journey as Veldora evolves toward its first stable release.

v0.1 Completed

Foundation

Built the HTTP kernel, router, dependency injection container, middleware pipeline, CLI, and project scaffolding.

v0.2 Completed

Database Layer

Added the query builder, Active Record ORM, migrations, schema builder, seeders, relationships, and SQLite/MySQL support.

v0.3 Completed

Template Engine

Introduced the Veldora template engine with layouts, sections, components, slots, and the official VS Code extension.

v0.4 In Progress

Authentication & Validation

Building authentication, sessions, validation, CSRF protection, and authorization features.

v0.5 Planned

Plugin & Theme System

Introduce the plugin architecture, theme engine, package manager, and extension APIs.

v1.0 Planned

Stable Release

Complete the built-in CMS, documentation, developer tools, performance improvements, and prepare Veldora for its first stable release.

Comparative Structural Matrix.

See how Veldora simplifies deployment overhead compared to classical architectural layers.

Feature Laravel Symfony Veldora
Built-in CMS Optional Package Custom Solution Built-in
Theme Engine Community Packages Custom Solution Built-in
Plugin System Custom Implementation Custom Implementation Built-in
UI Components Third-party Custom Setup Built-in
VS Code Extension Community Community Official
CLI Scaffolding Built-in Built-in Built-in
Template Engine Blade Twig Veldora
ORM Eloquent Doctrine Active Record

Frequently Asked Questions

Everything you need to know before getting started with Veldora.

Veldora is a modern open-source PHP framework with a built-in CMS, component-based UI system, and developer-first tools for building fast, scalable web applications.

Yes. Veldora is released under the MIT License and is free to use in both personal and commercial projects.

Yes. Unlike many frameworks, Veldora is designed to include a modern CMS, theme engine, plugin system, and administration panel as part of the ecosystem.

Veldora currently supports MySQL and SQLite, with additional database drivers planned for future releases.

Absolutely. Veldora can be used to build REST APIs, traditional web applications, dashboards, CMS platforms, and custom backend services.

Veldora combines a modern PHP framework, built-in CMS, UI components, plugin system, and developer tools into one cohesive ecosystem, helping you build applications faster with fewer dependencies.

Get Started

Start Building with Veldora Today.

Create modern PHP applications with a built-in CMS, powerful developer tools, and beautiful defaults— all in one open-source framework.