veltophp / velto
VeltoPHP 2.0 Application - A lightweight modular PHP framework for modern development.
Installs: 49
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.3
- symfony/http-foundation: ^7.3
- veltophp/velto-cli: ^2.0
- veltophp/velto-core: ^2.0
README
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