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
Dec 202214 min read
PHP

Steve vs Matt - How two developers approach the same problem

Steve vs Matt; Two Developers, One Problem - Witness two programmers tackle the same challenge with contrasting approaches

Nov 20227 min read
Laravel

Creating a Password Generator

Explore creating a memorable yet secure password generator with Laravel, focusing on framework-agnostic implementation and customization options.

Nov 20227 min read
Laravel

Fun with Refactoring

Master the art of Laravel refactoring with Laravel Shift Blueprint, optimizing code for improved performance and management in a real-world Laravel project.

Nov 20223 min read
PHP

Composition over inheritance in final classes

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

Nov 20227 min read
Laravel

Reaching for Facades

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

Oct 202211 min read
PHP

Modern PHP features explained - PHP 8.0 and 8.1

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

Aug 20226 min read
PHP

Working with OS Process in PHP

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

Aug 202216 min read
Laravel

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.

Aug 202212 min read
Laravel

Zero Hassle CLI Application with Laravel Zero

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.

Aug 202215 min read
Laravel

Building your own Laravel Packages

Master building Laravel packages with step-by-step guidance on design, commands, DTOs, and testing.

Jul 202221 min read
PHP

Working with Data in your API Integrations

Enhance your API experience with contextual data objects. Learn how to build clean and developer-friendly integrations with third-party APIs using PHP.

Jun 20224 min read
Laravel

Laravel Pint

Laravel Pint; CLI Tool for PHP Code Styling. Zero dependencies, PSR-12 compliance, effortless operation.