PHPZenOrg's profile picture. 🌱 Be Zen... Be PHP
✨ Reflections about web development & PHP
💻 Ressources | Curated articles
#phpzen #phpwayoflife

PHP Zen

@PHPZenOrg

🌱 Be Zen... Be PHP ✨ Reflections about web development & PHP 💻 Ressources | Curated articles #phpzen #phpwayoflife

PHP Zen 님이 재게시함

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: temma.net/en/faq #PHP #Coding #CleanCode #Temma #DevCommunity

TemmaPHP's tweet image. 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: temma.net/en/faq

#PHP #Coding #CleanCode #Temma #DevCommunity

Workflows in PHP: Chaos or clarity? 🔹 Service layers = rigid 🔹 State machines = complex 🔹 Orchestrator = simple & scalable Which workflow would you choose? 🔗 LINK: dariuszgafka.medium.com/building-workf… #PHP #Workflow #CleanArchitecture #DevTools

PHPZenOrg's tweet image. Workflows in PHP: Chaos or clarity?

🔹 Service layers = rigid
🔹 State machines = complex
🔹 Orchestrator = simple & scalable

Which workflow would you choose?

🔗 LINK: dariuszgafka.medium.com/building-workf…

#PHP #Workflow #CleanArchitecture #DevTools

PHP Zen 님이 재게시함

Temma Execution Flow: Master the execution chain 🔹 Pre-plugins → Action → Post-plugins ⚙️ 🔹 Modes: forward ▶️, stop ⏹️, restart 🔄 A simple system that gives you massive flexibility. 🔗 LINK: temma.net/en/documentati… #PHP #Coding #Backend #CleanCode #DevTools

TemmaPHP's tweet image. Temma Execution Flow: Master the execution chain

🔹 Pre-plugins → Action → Post-plugins ⚙️
🔹 Modes: forward ▶️, stop ⏹️, restart 🔄

A simple system that gives you massive flexibility.

🔗 LINK: temma.net/en/documentati…

#PHP #Coding #Backend #CleanCode #DevTools

PHP Zen 님이 재게시함

Server-Sent Events (SSE) with Temma 🔹 Real-time server ➡️ browser communication 🔹 Perfect for chats, notifications, dashboards Ready to take your PHP apps live? 🔗 LINK: temma.net/en/documentati… #PHP #Temma #WebDev #Backend #RealTime #DevTools

TemmaPHP's tweet image. Server-Sent Events (SSE) with Temma

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

Ready to take your PHP apps live?

🔗 LINK: temma.net/en/documentati…

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

Adapter Pattern in PHP: your universal plug 🔹 Without it = messy if spaghetti 🔹 With it = clean, maintainable, extensible code Have you used it before, or is this new for you? 🔗 Full article: medium.com/@murilolivorat… #PHp #CleanCode #DesignPatterns #DevTools #Coding

PHPZenOrg's tweet image. Adapter Pattern in PHP: your universal plug
🔹 Without it = messy if spaghetti
🔹 With it = clean, maintainable, extensible code

Have you used it before, or is this new for you?

🔗 Full article: medium.com/@murilolivorat…

#PHp #CleanCode #DesignPatterns #DevTools #Coding

PHP Zen 님이 재게시함

Temma Controllers: the essentials 🔹 Root = Home page 🔹 Proxy = Always called 🔹 Default = Handles the unexpected Ready to build cleaner & modular PHP apps? 🔗 Link: temma.net/en/documentati… #PHP #WebDev #Backend #Coding #OpenSource

TemmaPHP's tweet image. Temma Controllers: the essentials

🔹 Root = Home page
🔹 Proxy = Always called
🔹 Default = Handles the unexpected

Ready to build cleaner & modular PHP apps?

🔗 Link: temma.net/en/documentati…

#PHP #WebDev #Backend #Coding #OpenSource

PHP-FPM Performance Tuning 🔹 pm.max_children too high = memory crash 🔹 Timeouts & slowlogs = your best tools against slow scripts Optimization is all about balance: stability + speed. 🔗 LINK: dev.to/johanputra/per… #PHP #Performance #Sysadmin #WebDev #ServerTuning

PHPZenOrg's tweet image. PHP-FPM Performance Tuning

🔹 pm.max_children too high = memory crash
🔹 Timeouts & slowlogs = your best tools against slow scripts

Optimization is all about balance: stability + speed.

🔗 LINK: dev.to/johanputra/per…

#PHP #Performance #Sysadmin #WebDev #ServerTuning

PHP Zen 님이 재게시함

PHP Logs: your ally for understanding & fixing 🔹 Debug = Track execution 🔹 Monitoring = Catch errors How do you log your apps? 🔗 Full article: temma.net/en/documentati… #PHP #Coding #WebDev #Logging #DevTools

TemmaPHP's tweet image. PHP Logs: your ally for understanding & fixing

🔹 Debug = Track execution
🔹 Monitoring = Catch errors

How do you log your apps?

🔗 Full article: temma.net/en/documentati…

#PHP #Coding #WebDev #Logging #DevTools

PHP Zen 님이 재게시함

Send Discord messages in PHP? 🔹 1 webhook 🔹 1 line of code Temma handles it all. 🔗 FULL DOCUMENTATION: temma.net/en/documentati… #PHP #Temma #DevTools #Discord #Notification

TemmaPHP's tweet image. Send Discord messages in PHP?
🔹 1 webhook
🔹 1 line of code
Temma handles it all.

🔗 FULL DOCUMENTATION: temma.net/en/documentati…

#PHP #Temma #DevTools #Discord #Notification

PHP 8.5 adds the pipe operator |> 🚀 🔹 Cleaner code 🔹 Fewer temp vars 🔹 Inspired by Unix pipes Small symbol, big impact. 🔗 Full article: thephp.foundation/blog/2025/07/1… #PHP85 #PipeOperator #BackendDev #CleanCode #WebDev

PHPZenOrg's tweet image. PHP 8.5 adds the pipe operator |> 🚀

🔹 Cleaner code
🔹 Fewer temp vars
🔹 Inspired by Unix pipes
Small symbol, big impact.

🔗 Full article: thephp.foundation/blog/2025/07/1…

#PHP85 #PipeOperator #BackendDev #CleanCode #WebDev

PHP Zen 님이 재게시함

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. geek-directeur-technique.com/2025/08/04/le-… #php #afup #forumphp #temma

geekcto's tweet image. 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.

geek-directeur-technique.com/2025/08/04/le-…
#php #afup #forumphp #temma

PHP Zen 님이 재게시함

Venez voir ma conférence « Les bases de la sécurité des développements Web » au Forum PHP Au programme : injection SQL, XSS, SSRF, CSRF, configuration serveur. geek-directeur-technique.com/2025/08/04/ven… #php #forumphp #afup

geekcto's tweet image. Venez voir ma conférence « Les bases de la sécurité des développements Web » au Forum PHP

Au programme : injection SQL, XSS, SSRF, CSRF, configuration serveur.

geek-directeur-technique.com/2025/08/04/ven…
#php #forumphp #afup

PHP Zen 님이 재게시함

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: temma.net/en/documentati… #PHP #Temma #WebDev #DevTools #Backend

TemmaPHP's tweet image. 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: temma.net/en/documentati…

#PHP #Temma #WebDev #DevTools #Backend

NeuronAI Workflow changes how we code in PHP: 🔹 AI does the work 🔹 Humans stay in the loop 🔹 The system resumes exactly where it paused What if interruption was a feature, not a bug? 🔗 LINK: medium.com/@valerio_27709… #PHP #NeuronAI #DevTools #AI #HumanInTheLoop #Backend

PHPZenOrg's tweet image. NeuronAI Workflow changes how we code in PHP:
🔹 AI does the work
🔹 Humans stay in the loop
🔹 The system resumes exactly where it paused

What if interruption was a feature, not a bug?
🔗 LINK: medium.com/@valerio_27709…

#PHP #NeuronAI #DevTools #AI #HumanInTheLoop #Backend

PHP Zen 님이 재게시함

Temma est sponsor bronze du Forum PHP 2025 ! 📍 Hotel New-York - TAOM Disneyland Paris – 9 & 10 octobre. Un framework simple, efficace et 100% PHP. Venez échanger avec nous autour de la PHP Way of Life. 👉 event.afup.org #Temma #ForumPHP #PHP #WebDev #OpenSource

TemmaPHP's tweet image. Temma est sponsor bronze du Forum PHP 2025 !
📍 Hotel New-York - TAOM Disneyland Paris – 9 & 10 octobre.

Un framework simple, efficace et 100% PHP.
Venez échanger avec nous autour de la PHP Way of Life.

👉 event.afup.org

#Temma #ForumPHP #PHP #WebDev #OpenSource

PHP Zen 님이 재게시함

How to update Temma properly? 🔹 Composer? Just run composer update 🔹 No Composer? Use bin/comma update 🔹 Want the latest edge build? Use --version=latest Stay clean. Stay sharp. 🔗 Full documentation: temma.net/en/documentati… #PHP #Temma #WebDev #DevTools #Backend

TemmaPHP's tweet image. How to update Temma properly?

🔹 Composer? Just run composer update
🔹 No Composer? Use bin/comma update
🔹 Want the latest edge build? Use --version=latest

Stay clean. Stay sharp. 
🔗 Full documentation: temma.net/en/documentati…

#PHP #Temma #WebDev #DevTools #Backend

5 Open-Source Tools That Will Transform Your Dev Workflow in 2025 🔹 Cursor 🔹 Warp 🔹 AppFlowy 🔹 Gitpod 🔹 Sentry 🔗 Full article: medium.com/@utsavmadaan82… #DevTools #OpenSource #WebDev #AI #Productivity #Coding

PHPZenOrg's tweet image. 5 Open-Source Tools That Will Transform Your Dev Workflow in 2025

🔹 Cursor
🔹 Warp 
🔹 AppFlowy 
🔹 Gitpod
🔹 Sentry 

🔗 Full article: medium.com/@utsavmadaan82…

#DevTools #OpenSource #WebDev #AI #Productivity #Coding

PHP Zen 님이 재게시함

Composer, Git, or shell pick your flow. Temma sets up fast for web or API, with Redis, Memcached & PDO ready. 🔗Docs:temma.net/en/documentati… #PHP #Temma #WebDev #Backend #DevToolshttps

TemmaPHP's tweet image. Composer, Git, or shell pick your flow.
Temma sets up fast for web or API, with Redis, Memcached & PDO ready.

🔗Docs:temma.net/en/documentati…

#PHP #Temma #WebDev #Backend #DevToolshttps

PHP Zen 님이 재게시함

Migrating to Temma v2? Here’s what’s new: 🔹 Updated method naming 🔹 Native dependency injection 🔹 Cleaner SQL handling A solid upgrade for your PHP projects. 🔗 Full documentation: temma.net/en/documentati… #PHP #Temma #WebDev #BackendDev #CleanCode

TemmaPHP's tweet image. Migrating to Temma v2?

Here’s what’s new:

🔹 Updated method naming
🔹 Native dependency injection
🔹 Cleaner SQL handling

A solid upgrade for your PHP projects.

🔗 Full documentation: temma.net/en/documentati…

#PHP #Temma #WebDev #BackendDev #CleanCode

DDD for PHP, the silent revolution. 🔹 Entities > Arrays 🔹 Domain services > Spaghetti code 🔹 Shared language = fewer bugs Could business-aligned code be your next power move? 🔗 Link: medium.com/@mohamadshahkh… #PHP #DDD #BackendDev #SoftwareDesign #CleanCode

PHPZenOrg's tweet image. DDD for PHP, the silent revolution.

🔹 Entities > Arrays
🔹 Domain services > Spaghetti code
🔹 Shared language = fewer bugs

Could business-aligned code be your next power move?

🔗 Link: medium.com/@mohamadshahkh…

#PHP #DDD #BackendDev #SoftwareDesign #CleanCode

United States 트렌드

Loading...

Something went wrong.


Something went wrong.