Tagged articles
2 articles
Page 1 of 1
php Courses
php Courses
Jun 20, 2025 · Backend Development

10 Must‑Know PHP Libraries Every Backend Developer Should Master

This article introduces ten essential PHP libraries—ranging from HTTP clients and logging tools to testing frameworks, date handling, fake data generation, database abstraction, email sending, templating, dependency injection, and debugging—explaining their core features and providing concise code examples to boost backend development productivity.

DoctrineGuzzleMonolog
0 likes · 7 min read
10 Must‑Know PHP Libraries Every Backend Developer Should Master
php Courses
php Courses
Mar 19, 2024 · Backend Development

Implementing Change Data Capture (CDC) in Symfony Applications

This article explains the concept of Change Data Capture, outlines its real‑time analysis, replication, audit logging and event‑driven benefits, and provides three Symfony implementation approaches—Doctrine lifecycle callbacks, entity listeners, and global listeners—complete with code examples and best‑practice recommendations.

Change Data CaptureDoctrinePHP
0 likes · 14 min read
Implementing Change Data Capture (CDC) in Symfony Applications