Protéger son app PHP contre les attaques CSRF sans jetons partout, c'est possible.

3 techniques combinées (Referer, POST only, SameSite=Lax), comparées en PHP pur, Laravel, Symfony et Temma.

https://www.geek-directeur-technique.com/2026/03/18/csrf-temma-vs-laravel-vs-symfony

#PHP #Security #CSRF #laravel #symfony #temma

CSRF : Temma vs Laravel vs Symfony

J'ai déjà parlé sur ce blog des failles de sécurité de type CSRF (Cross-Site Request Forgery) : dans cet article et suite à ma conférence sur la sécurité dans les développements web. En évitant de répéter ce que j'ai déjà écrit, je vais passer en revue trois techniques qui permettent d'éviter les

De geek à directeur technique

Temma Testing: Why it’s so powerful?

🔹 Super-fast tests, no HTTP server needed
🔹 Direct access to templates & responses
🔹 Sessions, auth, mocks… all included

Ready to make your app regression-proof?

🔗 LINK: https://www.temma.net/en/documentation/tests

#PHP #Temma #Testing #Coding #WebDev

@amaury

What about #Temma VS #Laravel ?
https://www.temma.net/en/introduction

I'm looking for something light, simple to use, and with few dependencies.

Temma: Simple and efficient PHP framework

@amaury

What about #Temma VS #Laravel ?
https://www.temma.net/en/introduction

I'm looking for something light, simple to use, and with few dependencies.

Temma: Simple and efficient PHP framework

Temma Configuration: PHP, JSON, YAML or NEON?

🔹 PHP = fast & OPcache optimized
🔹 JSON/YAML = clean & scriptable

Which one do you pick for your projects?
🔗 LINK: https://www.temma.net/en/documentation/configuration#doc-application

#PHP #Dev #Backend #Temma #OpenSource

ORM vs DAO in PHP ⚡
🔹 ORM = heavy, extra layer
🔹 DAO = fast, clear, PHP-friendly

At Temma, the choice is clear: DAO > ORM
Which side are you on?

🔗 LINK: https://www.temma.net/en/faq

PHP Way of Life: https://www.phpwayoflife.com/en

#PHP #Coding #CleanCode #Temma #DevCommunity

Server-Sent Events (SSE) with Temma

🔹 Real-time server ➡️ browser communication
🔹 Perfect for chats, notifications, dashboards

Ready to take your PHP apps live?

🔗 LINK: https://www.temma.net/en/documentation/server_sent_events

#PHP #Temma #WebDev #Backend #RealTime #DevTools

Send Discord messages in PHP?
🔹 1 webhook
🔹 1 line of code
Temma handles it all.

🔗 FULL DOCUMENTATION: https://www.temma.net/en/documentation/datasource-discord

#PHP #Temma #DevTools #Discord #Notification

Le framework Temma sponsorise le Forum PHP 2025

L’association Temma, créée pour aider à la diffusion du framework du même nom, sponsorise le Forum PHP, l'événement national organisé par l'AFUP les 09 et 10 octobre 2025.

Il y aura des goodies Temma/PHP Way of Life 😉

https://www.geek-directeur-technique.com/2025/08/04/le-framework-temma-sponsorise-le-forum-php-2025
#php #forumphp #forumphp2025 #afup #temma #TemmaFramework

Adding a library to your PHP project?

Temma keeps it flexible:
🔹 Use Composer or just drop files into lib/
🔹 PSR-4, .phar, legacy code? All good.

🔗 Full documentation: https://www.temma.net/en/documentation/libraries

#PHP #Temma #WebDev #DevTools #Backend