Calling OpenAI from a PHP framework the same way you query a database

Temma is a PHP MVC framework designed to be easy to pick up and use. It sits between micro-frameworks...

DEV Community

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