Mathieu Santostefano
À propos de Mathieu Santostefano
Après un BTS Informatique de Gestion et un passage par l’IESA Multimédia, Mathieu se perfectionne sur les technologies PHP et JavaScript. Après quelques années passées sur symfony 1, il rencontre JoliCode via une formation Symfony donnée à l’IESA par Benjamin et Joël. Aujourd’hui, il explore l’univers PHP et y contribue dès qu’il le peut, notamment en tant que membre de la Core Team Symfony et mainteneur des packages PHP Translation.
Mathieu suit assidûment l’évolution des outils qu’il utilise au quotidien, à l’affût des nouveautés qui permettent d’améliorer la qualité, la fiabilité et la robustesse des applications qu’il développe.
Il a pu mettre en pratique toutes ces compétences auprès de clients comme Arianespace, Courbet, Orpi, Sézane ou encore Arte.
Vous pouvez le retrouver sur Twitter et sur GitHub, le croiser lors d’un prochain meetup, ou encore l’apercevoir sur la scène d’une conférence comme le Forum PHP ou le Symfony Live !
Derniers articles publiés par Mathieu Santostefano
Un ch’ti récap de l’AFUP Day 2023 à Lille
Si vous nous lisez régulièrement ici, vous le savez, nous ne ratons quasiment jamais une conférence AFUP. Ce printemps ne déroge pas à la règle, nous étions à Lille pour l’AFUP Day 2023 dans un lieu aux allures de château anglais dans lequel on enseignerait la magie. Et c’était presque…
Lire la suite de l’article Un ch’ti récap de l’AFUP Day 2023 à Lille
Symfony Webhook & RemoteEvent, or how to simplify external event management
During the SymfonyCon 2022 conference at Disneyland Paris, Fabien Potencier unveiled two new components to the Symfony community: Webhook and RemoteEvent. They have recently (March 2023) been merged into the 6.3 branch, so we can start testing them, which is what we’ll do in the…
Symfony Webhook et RemoteEvent, ou comment simplifier la gestion d’événements externes
Lors de la conférence SymfonyCon 2022 à Disneyland Paris, Fabien Potencier a dévoilé à la communauté Symfony deux nouveaux composants : Webhook et RemoteEvent. Ces derniers ont récemment (mars 2023) été mergés dans la branche 6.3 et nous pouvons donc commencer à les tester, c’est…
Quick PHP tip: Initialize a DateTime object from string, but with time resetted
Initialize the PHP DateTime object For a variety of reasons, we all have to initialize DateTime objects from strings like 2023–02–14. The quick and clean way to get an object from this kind of string is to use createFromFormat method of DateTime (or DateTimeImmutable): If I run…
Fine tune an OpenAPI specification for mocking
More and more often, in the projects I work on, I need to mock APIs. When I’m lucky enough, the API provides an OpenAPI specification, but sometimes it can be heavy. I almost never need to locally mock the whole API, only a few endpoints. Mocking the whole API, with Prism for example, …
Lire la suite de l’article Fine tune an OpenAPI specification for mocking
Les conférences de Mathieu Santostefano

SymfonyLive Paris 2023
Au moins 4 façons de définir un DateTime avec un Time réinitialisé
SymfonyCon Disneyland Paris 2022
Painless authentication with Access Tokens
SymfonyLive Paris 2019
Des images au cordeau pour vos applications Symfony
PHP Tour Montpellier 2018
Traduire efficacement une application Symfony