Special Anniversary Black Friday: Get 30% off all training and 10% off all services Get a Quote


Back to Brussels for our recap of SymfonyCon 2023

· Elise Hamimi · 2 minutes to read
Crowd raising hands in the main auditorium at SymfonyCon Brussels 2023

On the 7th and 8th of December we were in Brussels for the long-awaited SymfonyCon Brussels 2023. This year the fantastic international Symfony community gathered in the Belgian capital for another conference full of inspiring talks and two days of fun. Relive it with us!

SensioLabs: Diamond Sponsor of the Conference

Following a very successful SymfonyCon at Disneyland Paris last year, SensioLabs, the creator of Symfony, once again supported the event as a Diamond Sponsor.

We were eager to meet Symfony developers from all over the world. This year, more than 1,200 attendees gathered at the Square Center Brussels, at the heart of the capital.

During the breaks, participants discovered the SensioLabs booth. We welcomed them with goodies and our unmissable SensioLabs University Platform challenge. Many attendees tested their framework knowledge and shared their results. The top participant took home a JBL wireless headphone. Others with similar scores received a SensioLabs branded sport bottle. The competition was intense!

To celebrate the event, we offered a pyramid of Belgian chocolates during Thursday's lunch break. The tasting was a huge success and lasted less than 30 minutes!

Our Favorite Talks

Each year, choosing from the fantastic talks is tough! Here are our favorites:

Guillaume Loulier, a developer at SensioLabs, discussed “Need to search your data? Have you heard of Meilisearch?” Guillaume described MeiliSearch, a Rust-based search engine, and how to integrate it into PHP / Symfony. He demonstrated its use and how to effectively search through data.

Antoine Bluchet presented “A serverless Symfony playground”. Antoine explained “WebAssembly”, a technology that allows programs to be compiled and run in the browser. He showed how to compile PHP in WebAssembly and run Symfony directly in the browser without a (PHP) server.

Our third favorite was Christophe Hertel with “How to use GPT with your Symfony application”. Christophe examined the fundamental concepts of GPT, relevant models, and how to use them effectively in your Symfony application.

A Fantastic Social Event!

Thursday evening saw a fabulous SymfonyCon evening hosted by Symfony. The event took place at the Belgian Comic Strip Center, an iconic and historic venue in the Belgian capital. A unique setting with a group of musicians 🎶, creating a beautifully orchestrated mix!

Between the adventures of Tintin, the world of the Smurfs and the legendary Marsupilami, some of us returned to our childhoods. Others discovered the story behind the creation of some of the literary masterpieces. After this cultural moment, the evening ended at the museum’s restaurant, immersed in the atmosphere of the place.

With the SensioLabs team, we took advantage of this event to meet some of the developers working in remote and share some convivial moments outside the conferences. Together, we discovered the local gastronomy, from delicious waffles to the unmissable Belgian fries. Finally, we also visited the wonderful Grand’place in Brussels, decorated in Christmas colours.

It was a pleasure to sponsor SymfonyCon again!

Congratulations to Symfony for organizing this conference, which is always a highlight, and to the speakers for their talks! You can watch in replay all the talks by purchasing a ticket on the Symfony conference website.

As for us, we look forward to seeing you next year at…. Vienna (Austria) 🦅 for the next SymfonyCon 2024!

See you soon 👋

This might also interest you

The SensioLabs team celebrating the 20th anniversary of Symfony with balloons
Jules Daunay

The Story Continues: SensioLabs Celebrates Symfony's 20th Anniversary

Time flies, especially when you're busy shaping the future of development! The SensioLabs team has just reached a milestone with the anniversary of the Symfony framework. We marked the occasion at the office, but the party isn't over yet. The date is already set for an XXL celebration at SymfonyCon Amsterdam 2025, from November 27 to 28.

Read more
3 dog heads
Mathieu Santostefano

Bring Your Own HTTP client

Break free from rigid dependencies in your PHP SDKs. Learn how to use PSR-7, PSR-17, and PSR-18 standards along with php-http/discovery to allow users to bring their favorite HTTP client, whether it's Guzzle, Symfony HttpClient, or another. A must-read for PHP and Symfony developers.

Read more
Blue sign on a building with several Now What? letters
Thibaut Chieux

How To Prioritize Messages When Building Asynchronous Applications With Symfony Messenger

Asynchronous processing offers benefits like decoupled processes and faster response times, but managing message priorities can become a challenge. When dealing with tasks ranging from password resets to complex exports, ensuring timely delivery of critical messages is essential. This article explores common asynchronous processing issues and provides solutions using Symfony Messenger, allowing you to optimize your application without extensive refactoring.

Read more
SensioLabs University Courses announcing the new level 3 Master training course now available
Jules Daunay

Master Symfony: Unlock Expert Skills with Our Training

Take your Symfony proficiency from good to great with the new Level 3 training course at SensioLabs! Master complex topics, optimize performance, and become a Symfony expert.

Read more
Two images: on the left many cars stuck in a traffic jam with the sign "All directions" above, on the right a blue car moving forward alone on the highway with the sign "Service Subscriber" and a Symfony logo above
Steven Renaux

Symfony Lazy Services with Style: Boost DX using Service Subscribers

Boost your Symfony app's performance and developer experience! Learn how to use Service Subscribers and traits for lazy service loading to reduce eager instantiation, simplify dependencies, and create modular, maintainable code.

Read more
Poster of Guillaume Loulier presentation
Salsabile El-Khatouri

A Symfony Training at SensioLabs: Behind The Scenes

What does Symfony training at SensioLabs look like? Find out in this interview with Guillaume Loulier, a passionate developer and trainer, who tells us all about the official Symfony training courses.

Read more
Domain Driven Design practical approach
Silas Joisten

Applying Domain-Driven Design in PHP and Symfony: A Hands-On Guide

Learn how to apply Domain-Driven Design (DDD) principles in Symfony with practical examples. Discover the power of value objects, repositories, and bounded contexts.

Read more
Photo speaker meetup AI Symfony
Jules Daunay

Symfony and AI: the video is now available

What about Symfony and Artificial Intelligence (AI)? This was the theme of the exclusive event organized by SensioLabs in partnership with Codéin on October 3rd. With the added bonus of feedback from a development project combining Symfony and AI. If you missed the event, check out the video now available for free on our Youtube channel.

Read more
2025 a year of celebrations for PHP with windows about API Platform, PHP, AFUP and Symfony
Jules Daunay

2025: a year of anniversaries for PHP, AFUP, Symfony and API Platform

2025 is going to be a big year for anniversaries. We will be celebrating the 20th anniversary of Symfony, the 30th anniversary of PHP, the 25th anniversary of AFUP and the 10th anniversary of API Platform. For SensioLabs, this is a major milestone that proves the longevity of the technologies in our ecosystem. We are proud to celebrate these anniversaries with the community all year long.

Read more
SymfonyDay Chicago 2025
Simon André

SymfonyDay Chicago 2025: A Celebration of Community

On March 17th, the Symfony community met in Chicago for SymfonyDay Chicago 2025. The event, held on St. Patrick's Day, was both a celebration of Symfony and a moment to support Ryan Weaver in his fight against cancer. It was more than just a conference — it was a gathering around a valued member of the community.

Read more
type-safety-uuid
Oskar Stark

Type-Safe Identifiers with Symfony and Doctrine: Using Dedicated ID Classes

Learn how to enhance type safety in Symfony and Doctrine by using dedicated ID classes like BookId and UserId instead of raw UUIDs. This approach prevents identifier mix-ups, improves code clarity, and ensures better integration with Symfony Messenger and repository methods. Explore practical examples and best practices for implementing type-safe identifiers in your Symfony applications.

Read more
Main stage at SymfonyCon Vienna 2024 with a purple light and a large screen
Jules Daunay

An Unforgettable SymfonyCon in Vienna

For the first time ever, SymfonyCon was held in the beautiful city of Vienna on December 5-6th. The much-anticipated flagship conference of the Symfony ecosystem, SymfonyCon Vienna 2024, brought together over a thousand eager framework enthusiasts in the Austrian capital. Let's take a moment to look back at the largest PHP conference of the year!

Read more
DDD
Silas Joisten

Understanding Domain-Driven Design: A Practical Approach for Modern Software Architecture

Explore Domain-Driven Design (DDD) principles and patterns like Ubiquitous Language, Aggregates, and Bounded Contexts. Learn how DDD fits seamlessly into PHP and Symfony projects, helping you align software with business needs.

Read more
Summer Sales: 25% off Trainings
Salsabile El-Khatouri

This Summer, Stand on Top of the Symfony Podium

Summer is going to be a blast with the Euro Cup and the Paris 2024 Olympics. While you’re enjoying the sports, why not challenge yourself with the latest versions of Symfony and PHP? Throughout the summer, SensioLabs is offering the tools you need to level up your performance and make your mark as a top Symfony developer. Ready, set, go!

Read more
Oskar Stark joins SensioLabs De
Jules Daunay

SensioLabs Germany Announces New Managing Director: Oskar Stark

Oskar Stark, a member of the Symfony Core team, has been appointed Managing Director of SensioLabs Germany. This new addition to the team will foster the growth of SensioLabs Germany, the official subsidiary of SensioLabs in Germany, to the benefit of German-speaking Symfony users.

Read more
Image