Skip to main content
ArticlesProjectsUsesNowWork HistoryAbout
Tag Archive

Articles Tagged: php

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

Articles45
Est. Read Time365 mins
Categories6
Featured5

Learn how to integrate final PHP classes using composition over inheritance in your apps.

phpobject-oriented-programmingcompositionfinal-classes
2022-11 · 7 min read

Reaching for Facades

Demystify Laravel Facades and harness them for clear, efficient code and Laravel's unique features.

laravelfacadesdesign-patternsphp

Explore PHP 8.0 and 8.1 features including constructor promotion, union types, and match expressions.

phpphp-8modern-phplanugage-features
2022-08 · 6 min read

Working with OS Process in PHP

Learn how to manage and interact with OS processes in PHP for advanced scripting and automation.

phpos-processsymfony-processdeveloper-experience
2022-08 · 16 min read

Event Sourcing in Laravel

Master Event Sourcing in Laravel with this comprehensive guide, perfect for enhancing PHP projects with advanced data tracking and state management techniques.

laravelevent-sourcingphpdomain-driven-design

How can I put this? CLI apps are cool. The ability to open a terminal anywhere and just run a command to do a job that might have taken you much longer.

laravel-zerocli-developmentphpapi-integration