PHP Architect logo

Want to check out an issue? Sign up to receive a special offer.

In the Magazine

As we wrap up May, we want to take a momen to review our conference PHP Tek. This conference has just wrapped it’s 18th annual edition. While we, the current owners, have only just put on our 4th event, PHP Tek has been a staple in the community for many years.

View articles
View All Past Issues »

Books

View All Books »

Jacked PHP

Create Powerful Applications With Open Swoole

The Complementary PHP Testing Tools Cookbook

Learn how a Grumpy Programmer approaches improving his own codebase, including all of the tools used and why.

PHP Web Development with MySQL

A Hands On Approach to Application Programming

php[podcast]

All Episodes »

The PHP Podcast 2026.06.25

2026.06.25 - June 25, 2026

Listen

The PHP Podcast 2026.06.17

2026.06.17 - June 17, 2026

Listen

Articles and News

More News

MySQL JSON Columns

June 27, 2026

MySQL’s JSON column type has been around since version 5.7, but it’s one of those features where the gap between “I know it exists” and “I know when and how to use it well” is surprisingly wide. Used correctly, JSON columns give you schema flexibility exactly where you need it. Used poorly, they become a […]

Claude Code for PHP Developers

June 25, 2026

If you’ve been hearing about Claude Code but assumed it’s mostly for the JavaScript and Python crowd, it’s time to take another look. Claude Code is a command-line AI coding tool that works directly in your terminal, and it’s remarkably effective for PHP development. Whether you’re building with Laravel, Symfony, or vanilla PHP, there are […]

Asterisk 22.10 Breaks Record App

June 24, 2026

I have been using Asterisk for many, many years. Today I release some new code, and upon code release we automatically update Asterisk to the latest version. All of a sudden, I started getting reports from customer service letting me know that recording voice mails was no longer working. I started looking into it and […]

Neovim PHP Development Setup

June 23, 2026

If you’ve ever watched a colleague fly through code in NeoVim and thought “that looks fast but I’d never figure out the config,” the barrier to entry has dropped significantly. LazyVim — a NeoVim distribution that ships with sensible defaults and a plugin manager — gives you a fully functional IDE experience within minutes, with […]

PHP 8.5 Pipe Operator

June 22, 2026

PHP 8.5 shipped with a feature that functional programming enthusiasts have been requesting for years: the pipe operator (|>). If you’ve used pipes in Unix shells, Elixir, F#, or even JavaScript proposals, the concept will feel immediately familiar. If you haven’t, you’re about to discover one of the cleanest ways to express data transformations in […]

Why skipping Eloquent doesn’t mean skipping SQL injection protection

June 17, 2026

Video version at: https://youtu.be/gAVfQhPw8Do A few weeks ago, I posted something on LinkedIn that ruffled some feathers. Here’s what I said: “Defaulting to the ORM for everything isn’t a best practice. It’s just the path of least resistance.” The replies came in fast, and a good chunk of them said the same thing: “That’s unsafe! […]

How to use git rebase without breaking your team’s history

June 10, 2026

Video version: https://youtu.be/5n2VZS_YPv0 Let’s say you’re working on a feature branch called add-discount-codes. You’ve been at it for a couple of days, and you’ve got five commits with all of your work done. A team member mentions that git rebase can make sure you have the most recent changes from the “main” branch. So you […]

Branching Workflows: Choosing the Right Git Strategy for Your Team

May 27, 2026

Video version at: https://youtu.be/R_-NG_frTiw Last month, two developers on a team I was working with both merged their branches to main within minutes of each other. The first merge was fine but the the second introduced a conflict in a shared service class that nobody caught until the CI pipeline deployed a broken build to […]

Our Partners

Collaborating with industry leaders to bring you the best PHP resources and expertise