PHP articles

Brought to you by Honeybadger—simple application monitoring that helps developers move fast and fix things.

A guide to PHP attributes

Attributes are a powerful feature in PHP that can be used to add structured, machine-readable metadata to annotate your code. In this article, we'll look at what attributes are, how to use them, and how to create your own.