The developers who created, rebuilt, and modernized the language that powers the web.
Rasmus Lerdorf created PHP in 1994 as a set of C CGI scripts to track visits to his online resume. He never intended to create a programming language — PHP grew organically from a personal tool into the world's most-used server-side language.
Born in Greenland and raised in Denmark and Canada, Lerdorf released PHP as open source from the beginning. He went on to work at Yahoo (where PHP was used extensively), WePay, and Etsy. He is known for his pragmatic philosophy: PHP should solve real problems, not satisfy language design purists.
Lerdorf famously said he "hates programming" and prefers solving problems. His pragmatism shaped PHP's character: messy, practical, and relentlessly focused on getting things done on the web.
Zeev Suraski, along with Andi Gutmans, completely rewrote the PHP parser as students at the Technion – Israel Institute of Technology. Their PHP 3 rewrite in 1997 transformed PHP from a simple scripting tool into a real programming language.
Together they created the Zend Engine — the execution engine at PHP's core — and founded Zend Technologies, the company that commercially supports PHP. The name "Zend" is a portmanteau of Zeev and Andi. Suraski served as Zend's CTO for over two decades.
Andi Gutmans partnered with Zeev Suraski to rewrite PHP 3 and create the Zend Engine. He co-founded Zend Technologies and served as its CEO, building the commercial ecosystem around PHP: Zend Server, Zend Studio, Zend Framework, and professional support.
Gutmans later moved to Amazon Web Services, but his impact on PHP is permanent. The Zend Engine he co-created still powers every PHP installation in the world. The OOP system in PHP 5, the performance improvements in PHP 7, and the JIT in PHP 8 are all built on the Zend Engine foundation.
Nikita Popov (nikic) is the most prolific contributor to modern PHP internals. He started contributing to PHP as a teenager and became one of the most important engine developers in PHP's history. He authored many of PHP 8's flagship features: named arguments, match expressions, union types, and the JIT compiler improvements.
Popov also created the PHP-Parser library (the most-used PHP parser outside of PHP itself) and the php-ast extension. He later moved to working on LLVM full-time, but his contributions to PHP 7 and 8 shaped the modern language. He is widely regarded as one of the most talented compiler engineers of his generation.
Taylor Otwell created Laravel in 2011, and it became the most popular PHP framework in the world. Laravel's elegant syntax, comprehensive documentation, and batteries-included approach brought a new generation of developers to PHP and proved that PHP could rival Ruby on Rails and Django in developer experience.
Beyond the framework, Otwell built an entire ecosystem: Laravel Forge (server management), Laravel Vapor (serverless deployment on AWS), Laravel Nova (admin panels), Laravel Livewire (reactive UIs without JavaScript), and Laravel Herd (local development). He turned Laravel into a complete platform for building and deploying web applications.
Fabien Potencier created Symfony in 2005, the enterprise-grade PHP framework that became the backbone of modern PHP development. Symfony's reusable components are used by Laravel, Drupal 8+, phpBB, and thousands of other projects. If you use PHP, you're almost certainly running Symfony code.
Potencier also created Twig (PHP's most popular template engine), Composer (co-created, the PHP dependency manager), and Blackfire (PHP profiling). Through SensioLabs, he pushed PHP toward professional software engineering practices: testing, dependency injection, decoupled components, and semantic versioning.
PHP's evolution mirrors the evolution of the web itself. In the mid-1990s, the web was static HTML. PHP (along with Perl and CGI) made it dynamic. In the 2000s, PHP grew into a real programming language with OOP. In the 2010s, frameworks like Laravel and Symfony brought modern software engineering to PHP. In the 2020s, PHP 8 added a JIT compiler, typed properties, and enums.
Each generation of PHP pioneers addressed a different problem. Lerdorf made the web dynamic. Suraski and Gutmans made PHP fast and professional. Popov made PHP modern. Otwell and Potencier made PHP elegant. Together, they built the language that runs the majority of the web.