<?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: Salah alhammadi</title>
    <description>The latest articles on DEV Community by Salah alhammadi (@salah_alhammadi_4a93752f4).</description>
    <link>https://dev.to/salah_alhammadi_4a93752f4</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3810743%2F1f96ea7c-c0f9-4e0b-b89a-119d2f04f67c.jpg</url>
      <title>DEV Community: Salah alhammadi</title>
      <link>https://dev.to/salah_alhammadi_4a93752f4</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/salah_alhammadi_4a93752f4"/>
    <language>en</language>
    <item>
      <title>Show HN: Secure Web Baseline – a security-first PHP starter project</title>
      <dc:creator>Salah alhammadi</dc:creator>
      <pubDate>Sat, 07 Mar 2026 00:21:21 +0000</pubDate>
      <link>https://dev.to/salah_alhammadi_4a93752f4/show-hn-secure-web-baseline-a-security-first-php-starter-project-4077</link>
      <guid>https://dev.to/salah_alhammadi_4a93752f4/show-hn-secure-web-baseline-a-security-first-php-starter-project-4077</guid>
      <description></description>
    </item>
    <item>
      <title>Building a Security-First PHP Baseline for Web Applications</title>
      <dc:creator>Salah alhammadi</dc:creator>
      <pubDate>Sat, 07 Mar 2026 00:17:09 +0000</pubDate>
      <link>https://dev.to/salah_alhammadi_4a93752f4/building-a-security-first-php-baseline-for-web-applications-i5</link>
      <guid>https://dev.to/salah_alhammadi_4a93752f4/building-a-security-first-php-baseline-for-web-applications-i5</guid>
      <description>&lt;p&gt;When starting a PHP project, developers often rebuild the same security foundations again and again.&lt;/p&gt;

&lt;p&gt;Things like:&lt;/p&gt;

&lt;p&gt;CSRF protection&lt;br&gt;&lt;br&gt;
secure sessions&lt;br&gt;&lt;br&gt;
security headers&lt;br&gt;&lt;br&gt;
authentication structure  &lt;/p&gt;

&lt;p&gt;I created a small open-source project called Secure Web Baseline that provides a clean starting point for building secure PHP applications.&lt;/p&gt;

&lt;p&gt;The project includes:&lt;/p&gt;

&lt;p&gt;• CSRF protection&lt;br&gt;
• Content Security Policy headers&lt;br&gt;
• Secure session management&lt;br&gt;
• Authentication system&lt;br&gt;
• MVC project structure&lt;br&gt;
• Security-focused architecture&lt;/p&gt;

&lt;p&gt;The idea is simple: start secure by default.&lt;/p&gt;

&lt;p&gt;Instead of rebuilding these pieces every time, developers can start from a ready and secure baseline.&lt;/p&gt;

&lt;p&gt;GitHub repository:&lt;br&gt;
&lt;a href="https://github.com/salah23222/secure-web-baseline" rel="noopener noreferrer"&gt;https://github.com/salah23222/secure-web-baseline&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I would really appreciate feedback from the community.&lt;/p&gt;

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