Skip to content

Schedule

Schedule is not complete yet

We're still selecting talks and speakers for SymfonyLive Berlin 2025. The following list only shows the already confirmed talks. Come back in a few days to see the full schedule.

Below you can find the main events of the conference, so you can plan ahead.

Thursday, April 3rd
08:00 - Door opening & welcome coffee in the exhibition
09:00 - Conference Opening
12:30 - 14:30 - Lunch break
18:30 - End of the first day
19:30 - 23:00 - Social event (location to be announced)

Friday, April 4th
08:30 - Door opening & welcome coffee in the exhibition
09:00 - Start of the second day
12:30 - 14:30 - Lunch break
17:15 - End of conference

Composer Guide to Supply Chain Security

Avatar of Nils Adermann Nils Adermann

Supply chain security is ever more important to manage when working on software projects. This talk will illuminate attack surfaces of modern PHP applications beyond the security of the application code itself. This guide will help you improve supply chain security in your composer projects in concrete practical steps and you will learn about Composer's architecture and features that impact supply chain security.

Delivered in English

Date/time to be announced

Advanced talk, in-depth exploration of the topic.

PHP Extensions: Still Alive and Full of Hidden Powers

Avatar of Andreas Braun Andreas Braun

With PHP gaining more and more features, are PHP extensions still necessary? Beyond just accessing system libraries, extensions unlock capabilities that pure PHP code still can’t replicate. Imagine defining custom behaviors for operators, enabling intuitive syntax through operator overloading, or tailoring equality checks with flexible object comparisons—these are things only possible in an extension. Extensions even allow objects to be cast to scalar types like int or string, adding versatility to how they’re used. In this talk, we’ll dive into some of the coolest things extensions make possible, pushing PHP beyond its usual boundaries. And yes, we’ll also explore when extensions can be taken a little too far, showing that just because something can be done doesn’t always mean it should be!

Delivered in English

Date/time to be announced

Intermediate talk, some familiarity with the topic required.

API Platform without Doctrine

Avatar of Jérôme Tamarelle Jérôme Tamarelle

API Platform is the reference tool for creating sophisticated web APIs, with seamless integration to Doctrine and various data sources. But what if you want to access other types of databases, or optimize queries for specific use cases? Is it possible to do without Doctrine?

Delivered in English

Date/time to be announced

Intermediate talk, some familiarity with the topic required.

So you think you know PHPUnit

Avatar of Sebastian Bergmann Sebastian Bergmann

PHPUnit has been around for over two decades and is used by nearly every PHP developer in the world. While most of us know the basics, there are depths and hidden valleys of PHPUnit that even the most experienced of us may have never even heard of.

Join Sebastian Bergmann, the creator and maintainer of PHPUnit, to dig into the hidden depths of lesser known features to get more out of the amazing tool you use every day.

Delivered in English

Date/time to be announced

Intermediate talk, some familiarity with the topic required.

Agentic Applications with Symfony

Avatar of Christopher Hertel Christopher Hertel

A chat interface is by far not all what you could build with Symfony and Large Language Models. And agentic applications are the next level of integrating AI - not only in your code, but also in your business.
Let's have a look together on some basic concepts and hands-on examples of letting AI take over more responsibilities in a well-defined and automated manner.

Delivered in English

Date/time to be announced

Intermediate talk, some familiarity with the topic required.

Need a MACH-ready Search Engine?

Avatar of Stephan Hochdörfer Stephan Hochdörfer

In this talk, let me introduce you to Gally, an (e-commerce) search engine that powers your application's search experience. I'll show you how Gally works, guide you on how to configure Gally for your specific use case, and demonstrate how to integrate Gally into your application easily thanks to its API-first design principles.

Delivered in English

Date/time to be announced

Introductory talk, no prior knowledge needed.