#symfony Suchergebnisse

The @SymfonyUX Toolkit PR has been merged🎉 With Toolkit, we want to help developers to quickly start new #Symfony projects by providing them high-quality and fully customizable Twig components. It's not revolutionary in itself, but it is in the Symfony ecosystem. #DesignSystem

HugoAlliaume's tweet image. The @SymfonyUX Toolkit PR has been merged🎉

With Toolkit, we want to help developers to quickly start new #Symfony projects by providing them high-quality and fully customizable Twig components.

It's not revolutionary in itself, but it is in the Symfony ecosystem. #DesignSystem
HugoAlliaume's tweet image. The @SymfonyUX Toolkit PR has been merged🎉

With Toolkit, we want to help developers to quickly start new #Symfony projects by providing them high-quality and fully customizable Twig components.

It's not revolutionary in itself, but it is in the Symfony ecosystem. #DesignSystem
HugoAlliaume's tweet image. The @SymfonyUX Toolkit PR has been merged🎉

With Toolkit, we want to help developers to quickly start new #Symfony projects by providing them high-quality and fully customizable Twig components.

It's not revolutionary in itself, but it is in the Symfony ecosystem. #DesignSystem

20 years ago, #Symfony was publicly released as a #PHP Open-Source project. Thank you all for your support along the years.


Working on #Symfony AI 🙌😎☀️

OskarStark's tweet image. Working on #Symfony AI 🙌😎☀️

I'm working on a cached version of the #Symfony ObjectMapper that's about 3 times faster! My objective is full compatibility with the current features. Current status: 63/66 functional tests passed. Just 3 tests to go! 🚀

s0yuka's tweet image. I'm working on a cached version of the #Symfony ObjectMapper that's about 3 times faster! My objective is full compatibility with the current features.

Current status: 63/66 functional tests passed. Just 3 tests to go! 🚀

The #Symfony AI hackathon has just started in Berlin and online. Let’s shape the future for our applications!

chalas_r's tweet image. The #Symfony AI hackathon has just started in Berlin and online. Let’s shape the future for our applications!

🚀 I just built & merged prompt-as-file support in #Symfony AI — check out the PR: 👉 github.com/symfony/ai/pul… Now you can store your agent’s prompt definitions in files (e.g. .txt, .json, YAML etc.) — keeps your config cleaner and prompts versioned. Would love your feedback! 💬

OskarStark's tweet image. 🚀 I just built & merged prompt-as-file support in #Symfony AI — check out the PR:
👉 github.com/symfony/ai/pul…

Now you can store your agent’s prompt definitions in files (e.g. .txt, .json, YAML etc.) — keeps your config cleaner and prompts versioned.

Would love your feedback! 💬

🚀 I just introduced a new feature into #Symfony AI: 👉 github.com/symfony/ai/pul… MultiAgent — a way to orchestrate multiple agents with handoff rules and fallback logic. 💡 Now you can split tasks, route queries between agents, and build more advanced AI pipelines. We would love…

OskarStark's tweet image. 🚀 I just introduced a new feature into #Symfony AI:
👉 github.com/symfony/ai/pul…

MultiAgent — a way to orchestrate multiple agents with handoff rules and fallback logic. 💡
Now you can split tasks, route queries between agents, and build more advanced AI pipelines.

We would love…

Good reminders and novelties about the #Symfony Dependency Injection system from @nicolasgrekas #ForumPHP

BakslashHQ's tweet image. Good reminders and novelties about the #Symfony Dependency Injection system from @nicolasgrekas #ForumPHP

Just when we thought the #Symfony Dependency Injection component was feature complete, we've opened a new chapter with the introduction of resource definitions. Classes can be tagged according to the interfaces or attributes they use, to be injected them into services.

GromNaN's tweet image. Just when we thought the #Symfony Dependency Injection component was feature complete, we've opened a new  chapter with the introduction of resource definitions. Classes can be tagged according to the interfaces or attributes  they use, to be injected them into services.

Herramienta de escaneo automatizado para detectar múltiples vulnerabilidades conocidas en aplicaciones #Symfony expuestas a Internet. #Exploit #PoC github.com/moften/Symfony…

hack4lifemx's tweet image. Herramienta de escaneo automatizado para detectar múltiples vulnerabilidades conocidas en aplicaciones #Symfony expuestas a Internet.

#Exploit #PoC

github.com/moften/Symfony…

🤔 What about a new #PHP function to retrieve a function args indexed by their name? Impossible today without heavy reflection logic. Pretty sure we could use this in #Symfony when we need to support new function args without breaking backward compat 👀 github.com/php/php-src/pu…

alexdaubois's tweet image. 🤔 What about a new #PHP function to retrieve a function args indexed by their name? Impossible today without heavy reflection logic.

Pretty sure we could use this in #Symfony when we need to support new function args without breaking backward compat 👀

github.com/php/php-src/pu…

Last talk of the day #ForumPHP by @matarld for a deep dive into #Symfony’s BC promise and how to handle deprecations like you manage dirty socks 🧦

BakslashHQ's tweet image. Last talk of the day #ForumPHP by @matarld for a deep dive into #Symfony’s BC promise and how to handle deprecations like you manage dirty socks 🧦
BakslashHQ's tweet image. Last talk of the day #ForumPHP by @matarld for a deep dive into #Symfony’s BC promise and how to handle deprecations like you manage dirty socks 🧦

I'm today's years old discovering that #Symfony has built-in support (since 5.4) for detecting the locale from the `Accept-Language` HTTP request header... 😅 symfony.com/blog/new-in-sy…


In four days at #ForumPHP, I’ll explain how to never run out of clean socks. (and, incidentally, how to handle #Symfony deprecations)

matarld's tweet image. In four days at #ForumPHP, I’ll explain how to never run out of clean socks.

(and, incidentally, how to handle #Symfony deprecations)

🤯 Le DTO qui contiens ce qu’il faut pour être créer à partir des arguments passé lorsqu’on joue un commande custom #Symfony Tu map ton DTO en argument de la méthode _invoke de ta commandes et tu récupères ton objet 🧙‍♂️ 👏🏽👏🏽👏🏽 Merci @nicolasgrekas pour la conf au #forumphp

SmaineDev's tweet image. 🤯 Le DTO qui contiens ce qu’il faut pour être créer à partir des arguments passé lorsqu’on joue un commande custom #Symfony

Tu map ton DTO en argument de la méthode _invoke de ta commandes et tu récupères ton objet 🧙‍♂️
👏🏽👏🏽👏🏽

Merci @nicolasgrekas pour la conf au #forumphp

6️⃣ Clean Code Series: Variables📒 🧑💻 ☑️ Avoid nesting too deeply and return early (part 1) 💡Too many if-else statements can make your code hard to follow. Explicit is better than implicit. 🐘 #PHP #Laravel #Symfony

rajkbnp's tweet image. 6️⃣ Clean Code Series: Variables📒 🧑💻

☑️ Avoid nesting too deeply and return early (part 1)

💡Too many if-else statements can make your code hard to follow. Explicit is better than implicit.

🐘 #PHP #Laravel #Symfony

Congrats to Dmytro Liashko on his first merged contribution to Symfony: a small translation fix. Open source thrives on contributions of all sizes. Don’t wait for the “perfect” contribution. Start small, start now. dub.sh/UY6Xv5x #symfony #opens


5️⃣ Clean Code Series: Variables📒 🧑💻 ☑️ Use explanatory variables 🐘 #PHP #Laravel #Symfony

rajkbnp's tweet image. 5️⃣ Clean Code Series: Variables📒 🧑💻

☑️ Use explanatory variables

🐘 #PHP #Laravel #Symfony

🌷 #Symfony_Con Amsterdam 2025 is coming soon! We’re proud to be a Diamond Sponsor 💎 for the 20th anniversary of #Symfony edition 🎉 🗓️ Join us on Nov 27–28, 2025 Hope you can make it! Many exciting surprises await you 🤫 Book your seat now 👉 lnkd.in/d4Cndc9y

sensiolabs's tweet image. 🌷 #Symfony_Con Amsterdam 2025 is coming soon!

We’re proud to be a Diamond Sponsor 💎 for the 20th anniversary of #Symfony edition 🎉

🗓️ Join us on Nov 27–28, 2025

Hope you can make it! Many exciting surprises await you 🤫

Book your seat now 👉 lnkd.in/d4Cndc9y

🇹🇳 Meet up le 25 octobre 2025 meetup.com/symfony-user-g… Quand j’étais en mission pour 1 ESN sur Paris, j’étais avec des tunisiens, des cracks sur #Symfony J’ai gardé avec certains d’entre eux 🙌🏾


4️⃣ Clean Code Series: Variables📒 🧑💻 ☑️ Use searchable names (part 2) 🐘 #PHP #Laravel #Symfony

rajkbnp's tweet image. 4️⃣ Clean Code Series: Variables📒 🧑💻

☑️ Use searchable names (part 2)

🐘 #PHP #Laravel #Symfony

Congratulations ! Thank you for making #Symfony


20 years ago, #Symfony was publicly released as a #PHP Open-Source project. Thank you all for your support along the years.


It's Hot Tip Wednesday! Need to add location features to your Sulu site? The LocationBundle provides a unified API for geocoding services like Nominatim (OpenStreetMap) and Google Maps. dub.sh/OP3JwSZ #sulucms #symfony #geolocation


🚀 AFUP Day 2026 Lille 🗓 May 22, 2026 🇫🇷 Lille, France ❤️ Retweet to support! #php #laravel #symfony #tech #it #conference dev.events/conferences/af…


🚀 phpday 2026 🗓 May 14, 2026 🇮🇹 Verona, Italy ❤️ Retweet to support! #php #laravel #symfony #tech #it #conference dev.events/conferences/ph…


This evening, join a community of passionate developers for the 1st #Symfony meetup in Munich in a long time 🇩🇪🍺 🎙️ You'll hear great talks by @JoistenSilas & @movetodevnull Thank you @Finanztip for hosting us Free entrance, few seats left 👉 tinyurl.com/53mv9hd3

sensiolabs's tweet image. This evening, join a community of passionate developers for the 1st #Symfony meetup in Munich in a long time 🇩🇪🍺

🎙️ You'll hear great talks by @JoistenSilas & @movetodevnull 

Thank you @Finanztip for hosting us

Free entrance, few seats left 👉  tinyurl.com/53mv9hd3
sensiolabs's tweet image. This evening, join a community of passionate developers for the 1st #Symfony meetup in Munich in a long time 🇩🇪🍺

🎙️ You'll hear great talks by @JoistenSilas & @movetodevnull 

Thank you @Finanztip for hosting us

Free entrance, few seats left 👉  tinyurl.com/53mv9hd3

Symfony’s Core Team crammed this release with big Developer Experience (DX) improvements, sweet performance gains, and vital architecture tweaks. - hackernoon.com/everything-you… #symfony #php


Doctrine Entidades - Symfony 7 Acompanhe em youtu.be/dpvl8F-8RTg?si… #symfony #doctrine

Code_Experts's tweet image. Doctrine Entidades - Symfony 7

Acompanhe em youtu.be/dpvl8F-8RTg?si…

#symfony #doctrine

2️⃣ Clean Code Series: Variables📒 🧑💻 ☑️ Use the same vocabulary for the same type of variable 🐘 #PHP #Laravel #Symfony

rajkbnp's tweet image. 2️⃣ Clean Code Series: Variables📒 🧑💻

☑️ Use the same vocabulary for the same type of variable

🐘 #PHP #Laravel #Symfony

The @SymfonyUX Toolkit PR has been merged🎉 With Toolkit, we want to help developers to quickly start new #Symfony projects by providing them high-quality and fully customizable Twig components. It's not revolutionary in itself, but it is in the Symfony ecosystem. #DesignSystem

HugoAlliaume's tweet image. The @SymfonyUX Toolkit PR has been merged🎉

With Toolkit, we want to help developers to quickly start new #Symfony projects by providing them high-quality and fully customizable Twig components.

It's not revolutionary in itself, but it is in the Symfony ecosystem. #DesignSystem
HugoAlliaume's tweet image. The @SymfonyUX Toolkit PR has been merged🎉

With Toolkit, we want to help developers to quickly start new #Symfony projects by providing them high-quality and fully customizable Twig components.

It's not revolutionary in itself, but it is in the Symfony ecosystem. #DesignSystem
HugoAlliaume's tweet image. The @SymfonyUX Toolkit PR has been merged🎉

With Toolkit, we want to help developers to quickly start new #Symfony projects by providing them high-quality and fully customizable Twig components.

It's not revolutionary in itself, but it is in the Symfony ecosystem. #DesignSystem

This weekend I worked on @SymfonyUX Map, more specifically on using a Map inside a LiveComponent and updating it visually when the Map is modified on the back end. ➡️ github.com/symfony/ux/pul… Code reviews are welcome :) #Symfony #SymfonyUX

HugoAlliaume's tweet image. This weekend I worked on @SymfonyUX Map, more specifically on using a Map inside a LiveComponent and updating it visually when the Map is modified on the back end.

➡️ github.com/symfony/ux/pul…

Code reviews are welcome :)

#Symfony #SymfonyUX
HugoAlliaume's tweet image. This weekend I worked on @SymfonyUX Map, more specifically on using a Map inside a LiveComponent and updating it visually when the Map is modified on the back end.

➡️ github.com/symfony/ux/pul…

Code reviews are welcome :)

#Symfony #SymfonyUX

Working on #Symfony AI 🙌😎☀️

OskarStark's tweet image. Working on #Symfony AI 🙌😎☀️

#Symfony: "yours to discover"

zenstruck's tweet image. #Symfony: "yours to discover"

🚀Support for invokable commands will land in #Symfony Console 7.3. No need to extend the base Command class anymore 🎉 Input options/arguments are configured through #PHP #[Attributes]. And there is more to come!

chalas_r's tweet image. 🚀Support for invokable commands will land in #Symfony Console 7.3. No need to extend the base Command class anymore 🎉 Input options/arguments are configured through #PHP #[Attributes]. 
And there is more to come!

🚀 I just built & merged prompt-as-file support in #Symfony AI — check out the PR: 👉 github.com/symfony/ai/pul… Now you can store your agent’s prompt definitions in files (e.g. .txt, .json, YAML etc.) — keeps your config cleaner and prompts versioned. Would love your feedback! 💬

OskarStark's tweet image. 🚀 I just built & merged prompt-as-file support in #Symfony AI — check out the PR:
👉 github.com/symfony/ai/pul…

Now you can store your agent’s prompt definitions in files (e.g. .txt, .json, YAML etc.) — keeps your config cleaner and prompts versioned.

Would love your feedback! 💬

Conferences are great opportunities to move forward #OSS contribs. Finalizing some important PRs for #Symfony 7.2 here #ForumPHP!

chalas_r's tweet image. Conferences are great opportunities to move forward #OSS contribs. Finalizing some important PRs for #Symfony 7.2 here #ForumPHP!

Deleting files after sending them is an underrated feature of #Symfony's BinaryFileResponse

_newtonjob's tweet image. Deleting files after sending them is an underrated feature of #Symfony's BinaryFileResponse

I'm working on a cached version of the #Symfony ObjectMapper that's about 3 times faster! My objective is full compatibility with the current features. Current status: 63/66 functional tests passed. Just 3 tests to go! 🚀

s0yuka's tweet image. I'm working on a cached version of the #Symfony ObjectMapper that's about 3 times faster! My objective is full compatibility with the current features.

Current status: 63/66 functional tests passed. Just 3 tests to go! 🚀

🚀 Merged: JsonEncoder component! #Symfony 7.3 will come with blazing fast, resource-efficient object to JSON serialization. Kudos @matarld!

chalas_r's tweet image. 🚀 Merged: JsonEncoder component!
#Symfony 7.3 will come with blazing fast, resource-efficient object to JSON serialization. Kudos @matarld!

So much activity on #Symfony these days. Topics are moving forward fast, lots of positive energy 💪

chalas_r's tweet image. So much activity on #Symfony these days. Topics are moving forward fast, lots of positive energy 💪

The #Symfony AI hackathon has just started in Berlin and online. Let’s shape the future for our applications!

chalas_r's tweet image. The #Symfony AI hackathon has just started in Berlin and online. Let’s shape the future for our applications!

[CDI] Nouveau poste backend #PHP #Symfony : Venez rejoindre 𝐓𝐎𝐔𝐋𝐎𝐈𝐒𝐈𝐑𝐒 à Paris 13! -Salaire: 60K€ -30 jours congés payés & 15 jours de RTT -Stack: PHP 8.3/Symfony, MySQL/Mongo, Docker Equipe en création, possibilité d'évoluer vers un poste de #lead. 𝐓𝐨𝐮𝐭 𝐞𝐬𝐭…

jlondiche's tweet image. [CDI] Nouveau poste backend #PHP #Symfony : Venez rejoindre 𝐓𝐎𝐔𝐋𝐎𝐈𝐒𝐈𝐑𝐒 à Paris 13!
-Salaire: 60K€
-30 jours congés payés & 15 jours de RTT
-Stack: PHP 8.3/Symfony, MySQL/Mongo, Docker

Equipe en création, possibilité d'évoluer vers un poste de #lead. 𝐓𝐨𝐮𝐭 𝐞𝐬𝐭…

Neat addition to #symfony upgrade set 😎

VotrubaT's tweet image. Neat addition to #symfony upgrade set 😎

This is awesome! #Laravel starts using #[Autowire] attribute logic from #Symfony as well 🍻 More to learn from each other 🤗

VotrubaT's tweet image. This is awesome! #Laravel starts using #[Autowire] attribute logic from #Symfony as well 🍻

More to learn from each other 🤗

Loading...

Something went wrong.


Something went wrong.


United States Trends