<?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: Amin Yazdanpanah</title>
    <description>The latest articles on DEV Community by Amin Yazdanpanah (@aminyazdanpanah).</description>
    <link>https://dev.to/aminyazdanpanah</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%2F783724%2Feea3ce64-b78c-4b72-ab57-daf16f5d3891.png</url>
      <title>DEV Community: Amin Yazdanpanah</title>
      <link>https://dev.to/aminyazdanpanah</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aminyazdanpanah"/>
    <language>en</language>
    <item>
      <title>I built a full WebRTC implementation in PHP – Feedback welcome!</title>
      <dc:creator>Amin Yazdanpanah</dc:creator>
      <pubDate>Sat, 17 May 2025 18:48:05 +0000</pubDate>
      <link>https://dev.to/aminyazdanpanah/i-built-a-full-webrtc-implementation-in-php-feedback-welcome-2f5b</link>
      <guid>https://dev.to/aminyazdanpanah/i-built-a-full-webrtc-implementation-in-php-feedback-welcome-2f5b</guid>
      <description>&lt;h2&gt;
  
  
  📦 A Full WebRTC Stack in PHP
&lt;/h2&gt;

&lt;p&gt;Hi everyone! I’ve been working on a full WebRTC implementation written entirely in native PHP.&lt;/p&gt;

&lt;p&gt;It supports:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ICE (Interactive Connectivity Establishment)&lt;/li&gt;
&lt;li&gt;DTLS (Datagram Transport Layer Security)&lt;/li&gt;
&lt;li&gt;RTP (Real-time Transport Protocol)&lt;/li&gt;
&lt;li&gt;SCTP (Stream Control Transmission Protocol)&lt;/li&gt;
&lt;li&gt;Pluggable signaling (WebSocket, TCP, UDP, etc.)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal is to make real-time peer-to-peer communication accessible to PHP developers — including those building self-hosted or backend-heavy apps.&lt;/p&gt;

&lt;h3&gt;
  
  
  🔗 GitHub Repo
&lt;/h3&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/PHP-WebRTC" rel="noopener noreferrer"&gt;https://github.com/PHP-WebRTC&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  🚀 Use Cases
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Custom WebRTC signaling servers&lt;/li&gt;
&lt;li&gt;Embedding WebRTC in PHP-based backend systems&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  🛠️ Want to Help?
&lt;/h3&gt;

&lt;p&gt;It’s open-source and actively maintained. I’d love any feedback, contributions, or use-case ideas!&lt;/p&gt;

</description>
      <category>webrtc</category>
      <category>php</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
