Skip to main content
Author headshot

Matthew Weier O’Phinney

Principal Product Manager

Latest Content from Matthew Weier O’Phinney

Blog

PHP Orchestration With ZendPHP Docker Images

In this blog, we take a deep dive into container orchestration with Docker and related technologies, as well as provide resources to get you started orchestrating your applications using ZendPHP.
PHP Development
Blog

Choosing the Right PHP Stack

In this article, our expert discusses how to choose the right PHP stack for your needs -- including discussion on popular PHP development and production application stacks.
PHP Development
Blog

The State of PHP in 2021: Development Trends and Projections

In this blog, we discuss the current reality of PHP in 2021, and offer projections for the future of PHP — both as a language and as an ecosystem.
State of PHP, PHP Development
Blog

Laminas Project: A Year in Review

In this blog, Laminas Project Development Lead Matthew Weier O'Phinney breaks important milestones in the first year of the Laminas Project
Laminas, Zend Framework
Blog

Exploring the New PHP JIT Compiler

Join us for an overview of the new PHP JIT compiler, including insights on performance impact and development considerations.
PHP Development, Performance
Blog

PHP 7.2 EOL: What's Your Plan?

PHP 7.2 EOL occurred November 30th, 2020. This blog looks at the impact of PHP 7.2 end of life, plus migration and LTS options.
State of PHP, Migration
Blog

PHP 8: New Features and Improvements

PHP 8 launched in November 2020 and introduced major updates for your applications. Learn more about PHP 8 features, improvements, and ongoing developments.
State of PHP, PHP Development
Blog

Combining Swoole and Mezzio for Async Programming in PHP

In this blog, we show how to combine Swoole and Mezzio for speedy async programming in PHP applications.
PHP Development, Performance
Blog

Creating a Basic PHP Web Server With Swoole

In this blog, we walk through how to set up a basic php web server with Swoole.
PHP Development, Performance