Skip to content
Logo Theodo

Articles from Thomas Hercule

Create a PHP AI agent with LLPhant (powered by OpenAI)

Thomas Hercule8 min read

AutoPHP is a PHP tool within LLPhant framework, tapping into OpenAI's GPT engine for task automation with PHP functions. The article walks through basic and complex examples, illustrating AutoPHP's current capabilities and highlighting its evolving potential.

Continue reading →

How to ensure that all the routes on my Symfony app have access control

Thomas Hercule9 min read

Symfony logo

On my Symfony project, I wanted to verify if all the routes in my app had access control. This article will guide you through setting up an automated check for access control on your Symfony routes. TL;DREffective access control involves both…

Continue reading →