The international Symfony conference SymfonyCon Disneyland Paris 2022 is only 5 months away! We're super excited to welcome you from November 15 to 18 for a week of Symfony:
- November 15-16: 2 days of pre-conference workshops. All the workshop topics have been announced, check them out and register now to secure your seat!
- November 17-18: 2 days of conference.
We're very happy to announce today the first four selected speakers of SymfonyCon Disneyland Paris 2022. This year, we have the pleasure to welcome:
- Sebastian Bergmann, Co-Founder and Principal Consultant, thePHP.cc, will talk about "The PHP Stack’s Supply Chain". All modern software is built using third-party software components, which may come with their own dependencies. Do you know everything about the components that make up the foundation of your software? What is the PHP software stack’s supply chain? In this presentation, Sebastian Bergmann paints a picture as complete as possible, covering topics from software supply chain security concerns to the funding of Open Source software development.
- Marion Hurteau, Web Developer, will speak about "Dynamic Validation with Symfony".
It might happen on some of your API's endpoints, that the object your app is waiting for depends on the data sent. Say, the user sends
{type:foobar, data: XXX}
, then theXXX
formats will depend on the typefoobar
. So how can one validate this data if we don't even know its type ? Well come on in, I'll show you how ! You can actually validate dynamic data by using the most of the features available in Symfony. Diego Aguiar, Web developer, will talk about "Advanced Test Driven Development". If you love TDD and want to improve in this programming discipline, you're in the right place. Attend this talk, and you'll learn about:
- What TDD really is
- Techniques for making your test suite more reliable
- What does getting stuck mean, and how to get out of it
- Why mocking is more about collaboration
- Acceptance tests and more!
Ondřej Mirtes, Creator of PHPStan, will give a talk about "PHPStan: Advanced Types". To develop safer and more reliable applications, we don't have to wait for progress in PHP language itself anymore. Plenty of advanced concepts known from other languages like generics, precise array shapes, or number ranges can be expressed in PHPDocs and verified by static analysis. In this talk I'll introduce the new types that have recently been added to PHPStan and show you how to use them in practice. You will learn:
- How you can use PHPDocs to provide and document extra type information to static analysers, IDEs, and developers working with your code.
- Advanced types that don't yet exist natively in PHP, but can be used in PHPDocs for developing of more type-safe codebase
- Type theory about union vs. intersection types
We are very happy to welcome these fantastic speakers and have their talks scheduled at the conference! Don't miss the conference, book now your ticket for SymfonyCon Disneyland Paris 2022!
We'd like to thank all the people who took the time to submit a talk proposal for the conference. The selection process is not yet over and the second part of the Call for Papers is still open for some weeks, until August 29th 2022. You'll find more details in our latest blog post.
Stay tuned for more announces, in the meantime you can already plan your stay at SymfonyCon Disneyland Paris 2022. Discover all you need to know about the conference to book your stay and enjoy Disneyland Paris with us!
Inicia sesión para agregar comentarios
Otros mensajes en este grupo.

This is the second part of the blog post showcasing the main DX (developer experience) features introduced in Symfony 7.3. Read the first part of this blog post.
Verify URI Signatures… https://symfon

Symfony 6.4.22 has just been released. Read the Symfony upgrade guide to learn more about upgrading Symfony and use the SymfonyInsight upgrade reports to detect the code you will need to change in you

Symfony 7.2.7 has just been released. Read the Symfony upgrade guide to learn more about upgrading Symfony and use the SymfonyInsight upgrade reports to detect the code you will need to change in your

Symfony 7.3.0 has just been released. Check the New in Symfony 7.3 posts on this blog to learn about the main features of this new stable release; or check the first beta release announcement to get t

Symfony 7.3.0 has been released. As for any other Symfony release, our backward compatibility promise applies and this means that you should be able to upgrade easily to 7.3 without changing anything

Symfony 7.3 includes many small improvements aimed at making developers' lives easier and more productive. This blog post highlights some of the most useful DX (Developer Experience) features added in

Symfony 7.3 introduces several enhancements to the Validator component, focusing on developer experience, better configurability, and more expressive constraint definitions.
Allow to Disable Translat