Skip to main content
Author headshot

Matthew Weier O’Phinney

Principal Product Manager

Latest Content from Matthew Weier O’Phinney

PHP Basics: What Is PHP Used For? Blog

PHP Basics: What Is PHP Used For?

In this blog, we give an overview of the ways in which PHP can be used, and where it excels.
PHP Development
PHP 7.2: Features, Changes, and Key Dates Blog

PHP 7.2: Features, Changes, and Key Dates

In this article, we look at the details of the PHP 7.2 release, including release date, EOL dates, features, improvements, deprecations, and performance.
PHP Development, State of PHP
Guide to PHP 5.6 Blog

Guide to PHP 5.6

In our guide to PHP 5.6, we look at release and EOL dates, notable features, performance comparisons, and security vulnerabilities.
PHP Development
Guide to PHP 7.1 Blog

Guide to PHP 7.1

See PHP 7.1 EOL dates, features, and performance comparisons in this blog
PHP Development
Introducing the Zend PHP Security Center Blog

Introducing the Zend PHP Security Center

The PHP Security Center is a tool for DevOps and developers. Developers should use it to understand what versions of PHP they should target for production, as well as to understand what areas of their code might be vulnerable, and how to mitigate vulnerabilities pro-actively.
Security
What Is an Interface In PHP? Blog

What Is an Interface In PHP?

A PHP interface defines a contract which a class must fulfill. If a PHP class is a blueprint for objects, an interface is a blueprint for classes. Any class implementing a given interface can be expected to have the same behavior in terms of what can be called, how it can be called, and what will be returned.
PHP Development
What Is a PHP Class? Blog

What Is a PHP Class?

This blog is a guide to learn about a PHP class, properties, methods, inheritance, and constructors.
PHP Development
The Evolution of Zend Framework to the Laminas Project Blog

The Evolution of Zend Framework to the Laminas Project

What Is Zend Framework?
Laminas, Zend Framework