I Built a Modern PHP Framework From Scratch — Veldora PHP
I Built a Modern PHP Framework From Scratch — Veldora PHP Hey everyone! I'm Shahriyar, the creator of Veldora PHP. I've been building Veldora as an independent PHP framework focused on clean architecture, developer experience, and giving developers more ownership over their applications. Veldora is a modern PHP 8.2+ MVC framework for building web applications and APIs. It combines an IoC…
I recently spoke with Shahriyar, the creator of Veldora PHP, who shared details about their independent PHP framework. Veldora is an MVC framework designed for building web applications and APIs using PHP 8.2 and later versions. It incorporates several key features, including an IoC container, PSR-4 autoloading, middleware pipeline, ActiveRecord ORM, and a Blade-inspired template engine.
The framework emphasizes clean architecture, developer experience, and giving developers more control over their applications. Veldora stands out by maintaining explicit and type-friendly code, avoiding reliance on runtime magic, and aiming for a more understandable and extensible framework.
What sets Veldora apart is its focus on developer ownership and a cohesive development experience. Unlike some other PHP frameworks, Veldora is independent and open-source, encouraging contributions and feedback from the developer community. The latest version, v0.6.0, is now available on the official website (https://veldora.modrao.com) and GitHub (https://github.com/veldorahq).
Shahriyar is open to hearing from other PHP developers about their thoughts on a modern PHP framework's essential features. Contributions, criticism, ideas, and feedback are all welcomed.
Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.