Articles by Tag #symfony

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Another Way to Structure your Symfony Project

The MVC + Services architecture is so common in Symfony projects that it feels like the only way....

Learn More 29 4Nov 25 '24

Creating a React component using Symfony UX

Introduction I have been using Angular to build my front-ends for much time and I wanted...

Learn More 26 5Jul 5 '24

Bundling Your Symfony UX Twig Components

Have you heard about Symfony UX Twig Components? If not, I recommend starting by reading the official...

Learn More 20 5Jul 29 '24

New in EasyAdmin: Pretty URLs

EasyAdmin 4.14.0 version adds support for using and generating pretty URLs in the backend.

Learn More 20 0Nov 3 '24

Build a Symfony 7 boilerplate using FrankenPHP, Docker, PostgreSQL and php 8.4

What are we cooking? Hi everyone, in this post we're going to build a boilerplate to...

Learn More 17 5Dec 23 '24

Building a Chatbot With Symfony and MongoDB

We are living in the age of AI. Almost every modern application or website offers some level of AI...

Learn More 16 2May 28

Consuming HTTP Streams in PHP with Symfony HTTP Client and Ollama API

An HTTP stream enables clients to process data incrementally, allowing them to handle large or...

Learn More 14 2Oct 1 '24

An easy way to validate DTO's using Symfony attributes

Introduction DTOs are simple objects that encapsulate data attributes without containing...

Learn More 14 0Sep 20 '24

Laravel VS Symfony: The PHP Framework Showdown

When you're starting a new web development project, picking the right PHP framework can set the tone...

Learn More 14 6Nov 5 '24

Using Twig for rendering Markdown with PHP

Twig is a go-to templating engine for rendering HTML when developing web applications with...

Learn More 14 0Oct 14 '24

Mastering Code Refactoring: A Complete Guide to Using Rector PHP

Photo by Matteo del Piano on Unsplash Introduction to Rector PHP In the ever-evolving...

Learn More 13 0Aug 25 '24

Top 3 PHP Frameworks: Speed, Response Time, and Efficiency Compared

In the bustling world of web development, PHP frameworks play a crucial role in shaping robust,...

Learn More 13 0Jul 1 '24

Symfony and MongoDB: Our Commitment to a Stronger Integration

This announcement was written by Rishabh Bisht. Hello Symfony developers, At MongoDB, we know that...

Learn More 11 1Jun 9

Creating focused domain applications. A Symfony approach (Extracting and validating data)

Introduction This is the first post of a series that i've decided to create in order to...

Learn More 11 2Nov 2 '24

How to Make ChatGPT Codex Work with PHP and Symfony

Learn how to unlock the full power of ChatGPT Codex by enabling PHP and Symfony code execution in your projects.

Learn More 11 7Jun 5

Editor.js in Symfony EasyAdmin

Yesterday, I spoke about Editor.js. Today, I purpose an implementation for Symfony with EasyAdmin for...

Learn More 10 3Feb 26

Inject Value Objects Into An Autowired Symfony Service

While working on a Symfony project with my team, I needed to inject specific Value Object instances...

Learn More 9 0Aug 8 '24

UX DataTables, a Symfony bundle integrating the DataTables library in Symfony applications.

Managing dynamic tables in Symfony applications can be challenging, especially when dealing with...

Learn More 9 0Apr 23

Why use declare(strict_types=1) in PHP – Fast tips

In this tutorial, we'll explore what declare(strict_types=1) means, why PHP developers should use it...

Learn More 9 2Aug 12 '24

Integration tests on Symfony with Testcontainers

Disclaimer: I'm not a divine entity. What I say is not an absolute truth. Don't be afraid to question...

Learn More 9 0Sep 12 '24

SymfonyCon Vienna 2024: Recap of our Experience

My personal and professional journey with PHP spans many years, though I've spent recent times...

Learn More 8 1Dec 18 '24

FrankenPHP: The Modern PHP App Server, written in Go

FrankenPHP is a modern PHP application server built on the Caddy web server, offering developers a...

Learn More 8 1Sep 12 '24

Scaling to 3 Billion Monthly API Requests Without Microservices: A Pragmatic DevOps Journey

Hi, I’m Floran Pagliai, the first engineer and now CTO at Weglot. When I joined the company back in...

Learn More 7 0May 20

Best PHP, Laravel, and Symfony conferences to attend in 2025

Here’s a list of essential developer conferences 2025 focused on PHP and its key frameworks,...

Learn More 7 4Jan 3

Automate Symfony EventSubscriberInterface::getSubscribedEvents()

Do you like Symfony\Component\EventDispatcher\EventSubscriberInterface and it's getSubscribedEvents()...

Learn More 7 4Nov 25 '24

5 INCREDIBLE new features in Symfony 7.3 🚀

Symfony 7.3 is packed with powerful enhancements to boost your development experience. Here's a...

Learn More 7 2May 15

Stochastix: High-Performance Quantitative Backtesting Engine in PHP/Symfony

Have you ever wanted to backtest your trading strategies in PHP, instead of Python or MQL5? Well,...

Learn More 7 0Jun 19

PHP Attributes: how to use PHP Attributes and create custom attribute classes – Fast Tips

PHP attributes were introduced in PHP 8.0. This version marked a significant milestone for the...

Learn More 7 4Aug 23 '24

Symfony monitoring library implementation

In the last few months I worked heavily to renovate the monitoring experience for Symfony developers....

Learn More 7 1Dec 6 '24

User-configurable settings in Symfony applications with jbtronics/settings-bundle (Part 3): Migrations and environment variables

In the first two parts of this series, the basic concepts of the settings-bundle were introduced and...

Learn More 6 0Jul 17 '24