DEV Community

Cover image for Try VeltoPHP Now – Release V.2 Comes with HMVC
VeltoPHP
VeltoPHP

Posted on

Try VeltoPHP Now – Release V.2 Comes with HMVC

VeltoPHP has just released its latest version: VeltoPHP v2, featuring a major upgrade with HMVC (Hierarchical Model View Controller) architecture. This version focuses on simplicity, modular structure, and ease of use — perfect for developers who want to build clean and efficient web applications fast.

What is VeltoPHP?

VeltoPHP is a lightweight PHP framework designed to be simple yet functional. It offers an easy-to-understand development experience, making it ideal for developers who want to learn the inner workings of a framework without unnecessary complexity.

What’s New in VeltoPHP v2?

  1. Modular HMVC Architecture

VeltoPHP v2 is built on HMVC, where each feature is organized into independent modules. Each module contains its own controllers, models, views, and routing files. This promotes better organization and scalability from the start.

Compared to Laravel — which uses centralized MVC by default — HMVC in VeltoPHP offers a more compartmentalized structure, especially useful for large or evolving applications.

  1. Smarter Routing System

Routing in VeltoPHP v2 now supports middleware, named routes, route groups, and dynamic parameters. These are essential features commonly found in modern frameworks like Laravel, but in VeltoPHP they are implemented in a more simplified and beginner-friendly manner.

  1. Built-in CLI

VeltoPHP now includes a command-line tool that helps generate models, controllers, migrations, and more. It speeds up the development process and introduces helpful automation for repetitive tasks.

  1. Flash Alerts & View Helpers

Built-in support for flash alerts tied to specific forms, along with helper tools for image previews, pagination, and simple UI enhancements, make front-end integration more seamless.

VeltoPHP vs Laravel: A Quick Comparison

VeltoPHP isn't aiming to replace Laravel. Instead, it provides a lightweight alternative for developers who want to build applications quickly or understand how frameworks work under the hood.

Try It Now

VeltoPHP v2 is available and ready to use. Visit the official website for full documentation and setup instructions:

🔗 https://veltophp.com

Top comments (0)