Often touted for its simplicity and ease of entry for new developers, modern PHP applications have a staggering amount of complexity.
A basic "Hello World" app only requires the PHP binary and a simple script. A website with a form submission might only require one or two scripts on the web server, which can be easily uploaded in situ.
But when you start looking at a modern business application, you'll see increasing numbers of integrations. On top of this, if an application needs to scale for large numbers of users, you'll often need to horizontally scale, that is, deploy more servers.
In a nutshell, deployment is not just uploading some code to a web server; it's orchestrating all these services.
See the new code tracing functionality in ZendHQ >>
How ZendHQ Makes Orchestration and Observability Easy
ZendHQ provides a comprehensive observability solution for monitoring PHP execution. In this recorded webinar, join Matthew Weier O’Phinney, Product Manager and Principal Engineer at Zend by Perforce, as he discusses the features of ZendHQ, including:
- Monitoring your application for problematic events.
- The ability to define application-specific events and data of interest.
- Orchestration capabilities via an architecture designed from the ground up to accommodate cloud and container orchestration paradigms.
Ready to Explore ZendHQ?
Learn more about ZendHQ, or schedule a custom demo for your team, via the links below.
Presenters

Matthew Weier O’Phinney
Matthew Weier O’Phinney is the Principal Product Manager at Perforce Zend and OpenLogic, where he focuses on creating the tools developers need to build and deploy their applications. He is a founding member of the PHP Framework Interop Group (PHP-FIG), which creates and promotes standards for the PHP ecosystem, where he has served two elected terms on the PHP-FIG Core Committee and collaborated on many specifications.
Matthew began developing on Zend Framework (ZF) before its public release, and he led the project for Zend from 2009 through 2019. He acts as the Project Lead for the Laminas Project, which includes the subprojects Laminas API Tools (formerly Apigility) and Mezzio (formerly Expressive). He has contributed to many open source projects and communities, many of which can be found on github and his personal website.