PHPackages                             velocix/velocix - 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. velocix/velocix

ActiveProject[Framework](/categories/framework)

velocix/velocix
===============

Velocix Application Starter Kit - Fast SPA-Ready PHP Framework

v1.0.1(4mo ago)16MITPHPPHP ^8.0|^8.1|^8.2|^8.3|^8.4|^8.5

Since Jan 8Pushed 4mo agoCompare

[ Source](https://github.com/trioagus/velocix)[ Packagist](https://packagist.org/packages/velocix/velocix)[ RSS](/packages/velocix-velocix/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Velocix Framework
=================

[](#velocix-framework)

 **⚡ Lightning-fast PHP Framework with Built-in SPA Support**

 [![Latest Version](https://camo.githubusercontent.com/1ddfc12e7df97a41c51bd0f0c8b8982ec4f124f06692bb1db2c03a7dbaaf160c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7472696f616775732f76656c6f6369782d6672616d65776f726b2e737667)](https://packagist.org/packages/trioagus/velocix-framework) [![Total Downloads](https://camo.githubusercontent.com/39210a0943c9d9a391e5bfec63cfddc5e837d5c6e2ea2a0cfe4eec7fe56d823f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7472696f616775732f76656c6f6369782d6672616d65776f726b3f63616368653d333030)](https://packagist.org/packages/trioagus/velocix-framework) [![License](https://camo.githubusercontent.com/7549f4223825bf14f785c6ea2b4af96402ba8ea4ff61791ef4458b275a67dc63/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7472696f616775732f76656c6f6369782d6672616d65776f726b)](https://packagist.org/packages/trioagus/velocix-framework) [![PHP Version](https://camo.githubusercontent.com/ee97743a90d902137c6248e129ddaab91c155a9d1539d4cf5741e18e021973cb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f7472696f616775732f76656c6f6369782d6672616d65776f726b)](https://packagist.org/packages/trioagus/velocix-framework)

---

About Velocix
-------------

[](#about-velocix)

Velocix is a modern PHP framework designed for building fast, scalable web applications with a focus on developer experience and performance.

### Why Velocix?

[](#why-velocix)

- 🚀 **Lightning Fast** - Optimized routing with minimal overhead
- 🎨 **Modern Architecture** - Clean, modular design following best practices
- 🔐 **Secure by Default** - XSS protection, CSRF tokens, prepared statements
- 💾 **Powerful ORM** - Elegant database interactions with query builder
- 🎭 **Blade-like Templates** - Intuitive Velocix templating engine
- 🌐 **SPA Ready** - Built-in JavaScript router for seamless navigation
- 📦 **DI Container** - Powerful dependency injection
- ✅ **Form Validation** - Comprehensive validation rules
- 🔄 **Middleware Pipeline** - Clean request/response handling
- 📝 **PSR-4 Logger** - Standard logging interface
- 🎯 **Beautiful Errors** - Clean error pages for dev and production

Installation
------------

[](#installation)

```
composer require trioagus/velocix-framework
```

Or create a new project with the starter kit:

```
composer create-project velocix/velocix my-app
cd my-app
php velocix serve
```

Quick Example
-------------

[](#quick-example)

```
