Browsing Tag
symfony
8 posts
Small Swoole Entity Manager Bundle
As promised, here is a Symfony bundle for Small Swoole Entity Manager. It provides: A standard Symfony configuration…
Using PHP Attributes to Create and Use a Custom Validator in Symfony
Symfony, a leading PHP framework, is consistently updated to leverage modern PHP features. With PHP 8, attributes provide…
Testing an OpenAPI specification in PHP
Introduction OpenAPI has become the de facto standard for API specifications. According to its description, “It is a…
PHP – Create your own Data Validator in PHP: Step-by-Step
How to Create Your Own Data Validator in PHP In this tutorial, I will teach you how to…
Rendering Twig templates in Storybook
Storybook is a frontend workshop for building UI components and pages in isolation. Thousands of teams use it…
React dans Symfony avec Vite
Problème du jour : je veux me mettre à React, mais avec un backend Symfony. Alors OK, vous…
Symfony 6 and JWT bundles: Refresh token
* The cover image is originally by geralt and edited with great appreciation. Summary Are you interested in…
Symfony 6 and Lexik JWT Bundle 2: Auth with JSON Web Token
Summary JWT, JSON Web Token, is one of the open Internet protocol standards, described as “a compact, URL-safe…