veltophp/velto-core

The core of VeltoPHP Framework

v2.0.14 2025-08-07 06:10 UTC

This package is auto-updated.

Last update: 2025-08-07 06:12:01 UTC


README

VeltoPHP Logo

PHP Version License Follow on Instagram GitHub Stars

A simple, fast, and lightweight PHP framework designed for rapid development without the overhead of "magic." Built for developers who value clarity, performance, and modularity.

VeltoPHP 2.0 is a modern PHP framework that combines the simplicity of core PHP with the power of modular HMVC architecture. Unlike heavier frameworks like Laravel, VeltoPHP prioritizes performance and transparency, making it ideal for small to large-scale projects.

🚀 Why Choose VeltoPHP?

  • No "Magic" Overhead: Avoids complex abstractions, giving developers full control.
  • Modular HMVC: Organize your application into reusable, independent modules.
  • Lightweight Core: Minimal dependencies for quick setup and deployment.
  • Developer-Friendly: Intuitive CLI, clean routing, and a simple query builder for rapid prototyping.

🌟 Features

  • Modular HMVC Architecture: Structure your app into reusable modules for scalability.
  • Axion Dashboard: Built-in admin panel with authentication for quick setup.
  • .vel View Engine: Lightweight templating for fast rendering.
  • CLI Scaffolding: Generate modules, controllers, and migrations with ease.
  • Clean Routing: Flexible routing system with middleware support.
  • Query Chaining: ORM-like model with intuitive query builder.
  • Flash Messages & Alerts: Built-in system for user feedback.
  • Easy Migrations: Simplify database schema management.
  • Customizable Middleware: Secure and extend your application logic.

📦 Installation

Get started with VeltoPHP in just a few steps:

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

# 2. Navigate to the project directory
cd my-project

# 3. Start the built-in development server
php velto start

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

❤️ Credits

Developed by VeltoPHP Team | Denpasar - Bali
Email: dev@veltophp.com
Website: veltophp.com
Follow us on Instagram: @veltophp
Source code: github.com/veltophp/velto

📜 License

VeltoPHP is open-source software licensed under the MIT License.