Author: Nathan Boiron (Mopolo) Committer: GitHub (web-flow) Pusher: sy-records Date: 2025-09-07T12:08:43+08:00
Commit: https://github.com/php/web-php/commit/de20048d565129c79653b5240886f1de7045e421 Raw diff: https://github.com/php/web-php/commit/de20048d565129c79653b5240886f1de7045e421.diff Add Forum PHP 2025 conference (#1394) Changed paths: A archive/entries/2025-09-07-1.xml A images/news/forumphp-2025.png M archive/archive.xml Diff: diff --git a/archive/archive.xml b/archive/archive.xml index bc02415569..ef00af868e 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-07-1.xml"/> <xi:include href="entries/2025-09-03-1.xml"/> <xi:include href="entries/2025-08-28-3.xml"/> <xi:include href="entries/2025-08-28-2.xml"/> diff --git a/archive/entries/2025-09-07-1.xml b/archive/entries/2025-09-07-1.xml new file mode 100644 index 0000000000..20f1d69ba5 --- /dev/null +++ b/archive/entries/2025-09-07-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>Forum PHP 2025</title> + <id>https://www.php.net/archive/2025.php#2025-09-07-1</id> + <published>2025-09-07T00:31:17+00:00</published> + <updated>2025-09-07T00:31:17+00:00</updated> + <link href="https://www.php.net/conferences/index.php#2025-09-07-1" rel="alternate" type="text/html"/> + <link href="https://event.afup.org" rel="via" type="text/html"/> + <default:finalTeaserDate xmlns="http://php.net/ns/news">2025-10-09</default:finalTeaserDate> + <category term="conferences" label="Conference announcement"/> + <default:newsImage xmlns="http://php.net/ns/news" link="https://event.afup.org" title="Forum PHP 2025">forumphp-2025.png</default:newsImage> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p> + Join the biggest PHP event organized by the French PHP user group, organized for the fourth time in Disneyland + Paris, at the Hotel New York - The Art of Marvel! + </p> + + <p> + For two days, on <strong>October 9th and 10th</strong>, enjoy the company of our friendly audience, share your knowledge with + +700 attendees, meet the companies who use PHP every day, in an environment that will bring even more magic to + the language. + </p> + + <p> + This year is a special one for the French PHP community: along with 30 years of PHP, we will also celebrate 25 + years of AFUP, 20 years of Symfony and 10 years of API Platform! + </p> + + <p> + Check out more details and tickets at <a href="https://event.afup.org">Afup.org</a> + </p> + </div> + </content> +</entry> diff --git a/images/news/forumphp-2025.png b/images/news/forumphp-2025.png new file mode 100644 index 0000000000..7277797de9 Binary files /dev/null and b/images/news/forumphp-2025.png differ
