veltophp/velto

VeltoPHP 2.0 Application - A lightweight modular PHP framework for modern development.

v2.0.7 2025-07-07 07:50 UTC

This package is auto-updated.

Last update: 2025-07-07 07:52:15 UTC


README

VeltoPHP Logo

A simple, fast, and lightweight PHP framework built for rapid development.
Designed with modern features, modular architecture, and a clear developer experience.

🚀 Features

  • ✅ Modular HMVC architecture
  • ✅ Built-in Axion Dashboard with Auth
  • ✅ Built-in CLI for scaffolding & development
  • ✅ Clean routing system with middleware support
  • ✅ Model with query chaining (ORM-like)
  • ✅ Built-in flash messages and alert system
  • ✅ Easy migrations
  • ✅ Middleware available
  • ✅ Lightweight and customizable

Installation

# 1. Create a new project using Composer
composer create-project veltophp/velto my-project

# 2. Move into the project directory
cd my-project

# 3. Start the development server
php velto start

# 4. Open your browser and visit:
http://localhost:8000

❤️ Credits

Developed by veltophp Follow us on Instagram: @veltophp
Developer contact: dev@veltophp.com
Source code: github.com/veltophp