Author: Luffy (sy-records) Committer: GitHub (web-flow) Pusher: sy-records Date: 2025-09-09T13:53:24+08:00
Commit: https://github.com/php/web-php/commit/ab71c2a5eb6a1414a47d155a207c75b29bca6f38 Raw diff: https://github.com/php/web-php/commit/ab71c2a5eb6a1414a47d155a207c75b29bca6f38.diff Add conference announcement for PHPKonf 2025 Baku (#1400) Changed paths: A archive/entries/2025-09-08-1.xml A images/news/phpkonf_2025.png M archive/archive.xml Diff: diff --git a/archive/archive.xml b/archive/archive.xml index ef00af868e..2aaaa714dd 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>[email protected]</email> </author> + <xi:include href="entries/2025-09-08-1.xml"/> <xi:include href="entries/2025-09-07-1.xml"/> <xi:include href="entries/2025-09-03-1.xml"/> <xi:include href="entries/2025-08-28-3.xml"/> diff --git a/archive/entries/2025-09-08-1.xml b/archive/entries/2025-09-08-1.xml new file mode 100644 index 0000000000..ad1c62e80f --- /dev/null +++ b/archive/entries/2025-09-08-1.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://php.net/ns/news"> + <title>PHPKonf 2025 Baku</title> + <id>https://www.php.net/archive/2025.php#2025-09-08-1</id> + <published>2025-09-08T06:53:09+00:00</published> + <updated>2025-09-08T06:53:09+00:00</updated> + <link href="https://www.php.net/conferences/index.php#2025-09-08-1" rel="alternate" type="text/html"/> + <link href="https://phpkonf.az/" rel="via" type="text/html"/> + <default:finalTeaserDate xmlns="http://php.net/ns/news">2025-10-26</default:finalTeaserDate> + <category term="conferences" label="Conference announcement"/> + <default:newsImage xmlns="http://php.net/ns/news" link="https://phpkonf.az/" title="PHPKonf 2025 Baku">phpkonf_2025.png</default:newsImage> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p> + PHPKonf 2025 will take place on October 26, 2025 in Baku, Azerbaijan, bringing together PHP developers, + software engineers, and technology enthusiasts from the local and international community. + </p> + <p> + This one-day conference will feature practical talks and case studies on PHP and its ecosystem, + including frameworks such as Laravel and Symfony, as well as modern practices in testing, + security, architecture, and performance optimization. + </p> + <p> + Participants will have the opportunity to connect with experienced speakers, + exchange knowledge with peers, and explore real-world solutions to everyday development challenges. + </p> + <p> + With support from local tech organizations and the broader PHP community, + PHPKonf 2025 aims to strengthen the professional network of developers + in the region and inspire collaboration on open source and enterprise projects. + </p> + <p><strong>Official website:</strong> <a href="https://phpkonf.az/">https://phpkonf.az/</a></p> + </div> + </content> +</entry> diff --git a/images/news/phpkonf_2025.png b/images/news/phpkonf_2025.png new file mode 100644 index 0000000000..85d8f2250b Binary files /dev/null and b/images/news/phpkonf_2025.png differ
