<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Shahriyar Fahim</title>
    <description>The latest articles on DEV Community by Shahriyar Fahim (@fahimxtreme).</description>
    <link>https://dev.to/fahimxtreme</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4116656%2Fd1a2242d-a3ea-41cd-9781-467411fe4ff8.jpg</url>
      <title>DEV Community: Shahriyar Fahim</title>
      <link>https://dev.to/fahimxtreme</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fahimxtreme"/>
    <language>en</language>
    <item>
      <title>I Built a Modern PHP Framework From Scratch — Veldora PHP</title>
      <dc:creator>Shahriyar Fahim</dc:creator>
      <pubDate>Wed, 09 Sep 2026 02:46:23 +0000</pubDate>
      <link>https://dev.to/fahimxtreme/i-built-a-modern-php-framework-from-scratch-veldora-php-10jm</link>
      <guid>https://dev.to/fahimxtreme/i-built-a-modern-php-framework-from-scratch-veldora-php-10jm</guid>
      <description>&lt;h1&gt;
  
  
  I Built a Modern PHP Framework From Scratch — Veldora PHP
&lt;/h1&gt;

&lt;p&gt;Hey everyone! I'm Shahriyar, the creator of Veldora PHP.&lt;/p&gt;

&lt;p&gt;I've been building Veldora as an independent PHP framework focused on clean architecture, developer experience, and giving developers more ownership over their applications.&lt;/p&gt;

&lt;p&gt;Veldora is a modern PHP 8.2+ MVC framework for building web applications and APIs. It combines an IoC container, PSR-4 autoloading, middleware pipeline, ActiveRecord ORM, and a Blade-inspired template engine into one cohesive framework.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Veldora includes
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;MVC architecture with IoC container and dependency injection&lt;/li&gt;
&lt;li&gt;PSR-4 autoloading and clean, explicit application structure&lt;/li&gt;
&lt;li&gt;Expressive routing with middleware support&lt;/li&gt;
&lt;li&gt;ActiveRecord ORM with relationships, eager loading, transactions, soft deletes, factories, seeders, and model events&lt;/li&gt;
&lt;li&gt;Database migrations and schema management&lt;/li&gt;
&lt;li&gt;Form Requests and validation&lt;/li&gt;
&lt;li&gt;Guard-based authentication with sessions, password hashing, remember tokens, and route protection&lt;/li&gt;
&lt;li&gt;Full authentication scaffolding for login, registration, password reset, profile, and email verification&lt;/li&gt;
&lt;li&gt;Blade-inspired &lt;code&gt;.veldora.php&lt;/code&gt; template engine&lt;/li&gt;
&lt;li&gt;Template directives, layouts, sections, and reusable components&lt;/li&gt;
&lt;li&gt;41+ built-in UI components&lt;/li&gt;
&lt;li&gt;Built-in CLI with 48 commands for scaffolding, migrations, routes, configuration, caching, queues, events, and more&lt;/li&gt;
&lt;li&gt;Background queues and jobs&lt;/li&gt;
&lt;li&gt;Events and listeners&lt;/li&gt;
&lt;li&gt;Mail and mailable classes&lt;/li&gt;
&lt;li&gt;Cache and file storage&lt;/li&gt;
&lt;li&gt;HTTP client with JSON, authentication, retries, and test fakes&lt;/li&gt;
&lt;li&gt;Sessions, cookies, CSRF protection, and API resources&lt;/li&gt;
&lt;li&gt;Maintenance mode and application tooling&lt;/li&gt;
&lt;li&gt;Official VS Code tooling with syntax highlighting, IntelliSense snippets, file icons, and bracket matching&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;One of the things I wanted Veldora to do differently is keep the framework explicit and type-friendly instead of relying heavily on runtime magic. The goal is to make the framework easier to understand, extend, and own.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why another PHP framework?
&lt;/h2&gt;

&lt;p&gt;PHP already has mature and excellent frameworks.&lt;/p&gt;

&lt;p&gt;I didn't build Veldora because PHP needed another framework. I built it because I wanted to explore a different approach to framework design and create the developer experience I personally wanted to use.&lt;/p&gt;

&lt;p&gt;Veldora is intentionally independent and open source, with a focus on developer ownership and a cohesive development experience.&lt;/p&gt;

&lt;h2&gt;
  
  
  Veldora PHP v0.6.0
&lt;/h2&gt;

&lt;p&gt;Veldora PHP v0.6.0 is now publicly available.&lt;/p&gt;

&lt;p&gt;Website:&lt;br&gt;
&lt;a href="https://veldora.modrao.com" rel="noopener noreferrer"&gt;https://veldora.modrao.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;GitHub:&lt;br&gt;
&lt;a href="https://github.com/veldorahq" rel="noopener noreferrer"&gt;https://github.com/veldorahq&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd genuinely love to hear from other PHP developers.&lt;/p&gt;

&lt;p&gt;What do you think a modern PHP framework should provide out of the box?&lt;/p&gt;

&lt;p&gt;Feedback, criticism, ideas, and contributions are welcome.&lt;/p&gt;

</description>
      <category>php</category>
      <category>opensource</category>
      <category>webdev</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
