﻿<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://www.hibit.dev/index.php/rss/posts/247" rel="self" type="application/rss+xml" />
        <title><![CDATA[Getting started with CQRS in PHP]]></title>
        <description><![CDATA[<p>CQRS stands for Command Query Responsibility Segregation. It's a pattern that separates how an application reads data from how it writes data. This approach can help structure code more clearly, especially in systems that deal with complex business logic or need to scale certain operations differently.</p>]]></description>
        <link><![CDATA[https://www.hibit.dev/index.php/posts/247/getting-started-with-cqrs-in-php]]></link>
        <pubDate>Mon, 16 Jun 2025 08:30:03 +0000</pubDate>
        <language>en</language>
        <category>development</category>

        <image>
            <title>getting-started-with-cqrs-in-php</title>
            <link><![CDATA[https://www.hibit.dev/index.php/posts/247/getting-started-with-cqrs-in-php]]></link>
            <url><![CDATA[https://www.hibit.dev/images/posts/2025/06/1/headers/2250_cqrs.png]]></url>
            <width>200></width>
            <height>200></height>
        </image>
    </channel>
</rss>
