PHP Symfony Microservice with gRPC: A Practical Guide

Learn how to build a PHP Symfony microservice with gRPC in this practical guide. Explore step-by-step instructions to set up, implement, and optimize gRPC for fast, scalable microservices in PHP.

December 24, 2025 · 10 min · Albert Colom

Use Arrow Function in PHP with examples

Learn how to use arrow functions in PHP (since version 7.4) with clear examples. This guide explains the syntax, benefits, and practical use cases to help you write more concise and readable PHP code.

August 18, 2023 · 7 min · Albert Colom

Use custom PHP Collection instead Array

Learn how to use custom PHP collections instead of arrays to improve code readability and maintainability. This guide covers the benefits, implementation, and best practices for working with PHP collections in your projects.

August 15, 2023 · 5 min · Albert Colom

Publish domain events with doctrine listener

Learn how to publish domain events with Doctrine listeners in this step-by-step guide. Discover how to integrate event-driven architecture in your Symfony or PHP applications for better scalability and decoupling.

August 1, 2023 · 6 min · Albert Colom