Skip to main content
ArticlesProjects
Tag Archive

Articles Tagged: php

Technical writings, opinionated architectures, and development guides tagged with php.

Articles48
Est. Read Time410 mins
Categories5
Featured5
May 20226 min read
PHP

Sauber PHP

Explore Sauber PHP, a clean micro-framework with routing, dependency injection, and custom Command Bus.

May 20227 min read
PHP

Building a CLI application in 2022

Explore the best options for building CLI apps in 2022, including Laravel Zero, Symfony Console, and more, suitable for both PHP and Rust developers.

May 20227 min read
PHP

Adapter Pattern

Explore the adapter design pattern in coding through a practical example of building a versatile social poster class, adaptable for different social networks.

May 20223 min read
Laravel

Getting started with DDD in Laravel

Master Laravel DDD with ease; Learn how to enhance your Laravel applications by implementing Domain Driven Design for improved structure and maintainability.

Jun 20214 min read
Laravel

Introducing - Laravel Transporter

Streamline API requests with Laravel Transporter using a powerful OOP approach with class-based configuration.

Oct 20207 min read
PHP

Adventures in PHP - PHP SDK Builder

Learn how to build efficient, interoperable PHP SDKs using Laravel Forge and PSR-18 standards.

Oct 20205 min read
PHP

Adventures in PHP - PHP URI Builder

Introducing 'uri-builder', a PHP package with a fluent interface for easy URI string creation, simplifying API calls and URL manipulation.

Oct 20203 min read
PHP

PHP Online - The Story So Far

Discover the journey of PHP Online, a community hub for PHP enthusiasts. Join us in shaping the future of PHP.

Jun 202011 min read
Laravel

Embracing The Tall Stack with Event Sourcing, an adventure into the unknown

Dive into blending Laravel's TALL stack with event sourcing, learning to create efficient and reactive PHP applications with modern web development techniques.

May 20202 min read
PHP

Embracing PSRs to build an interoperable HTTP Client

Learn to build a PSR-18 compliant HTTP client in PHP, enhancing web development through interoperability and efficient request handling.

May 20203 min read
PHP

An adventure with Graph Databases

Explore open-source PHP packages for Neo4j graph database, offering fresh solutions to outdated or abandoned integrations.

May 20204 min read
PHP

ParameterBag - My latest open source package

Discover ParameterBag, a PHP package that simplifies data handling by replacing arrays on objects, making code cleaner and more efficient.