PHP Foundation
Nonprofit funding ongoing PHP language development
The PHP Foundation is a nonprofit created in 2021 to fund full-time and part-time work on the PHP language's core engine, addressing a long-standing problem where PHP's development had relied almost entirely on unpaid volunteer time…
Definition
The PHP Foundation is a nonprofit created in 2021 to fund full-time and part-time work on the PHP language's core engine, addressing a long-standing problem where PHP's development had relied almost entirely on unpaid volunteer time despite powering a large share of the web. It does not control PHP's RFC-based decision process, which remains with PHP's internals community of core contributors, but it pays some of those contributors to work on the engine, tooling, and documentation.
Overview
PHP has been developed since the mid-1990s largely through volunteer contributions from developers at companies like Zend, JetBrains, and various hosting providers, with no dedicated funding body behind the language itself despite PHP powering a very large share of server-side websites, including large platforms built on WordPress and other PHP-based content systems. By the early 2020s, core contributors and companies dependent on PHP recognized that this reliance on volunteer and single-employer-sponsored time created a sustainability risk, since key engine maintainers were often supported by only one or two companies' goodwill. The PHP Foundation was formed in late 2021, backed by contributions from companies including JetBrains, Automattic, and several hosting and CMS vendors with heavy PHP dependencies, specifically to raise money and disburse it as grants and part-time or full-time compensation to core engine contributors. Its governance is deliberately narrow: the foundation's technical committee decides how to allocate funding among proposed engine work, but it does not itself vote on RFCs or decide language syntax, which remains governed by the existing PHP internals mailing list process open to any contributor meeting voting eligibility requirements. This funding-only model differs meaningfully from foundations like the PSF or Rust Foundation, which combine funding with some infrastructure ownership and closer ties to their language's governance process; the PHP Foundation exists almost purely to solve an underfunding problem rather than to own trademarks or run a flagship conference. It is closer in spirit and scale to a grants body layered on top of an existing, already-functioning volunteer governance structure, since PHP's RFC process predates the foundation by decades and continues largely unchanged. In practice, the foundation's funding has allowed several previously unpaid or thinly sponsored core contributors to work on the PHP engine, JIT compiler improvements, and language features full-time, accelerating the release cadence of relatively substantial improvements to the language, including work that had languished for years without dedicated engineering time. Companies with large PHP codebases, including major CMS and e-commerce platforms, sponsor the foundation as a way to protect a language their business depends on without directly managing engine development themselves. Because the foundation is young and funded through sponsorships rather than broad membership dues at Linux Foundation scale, its total funding remains modest relative to older or larger nonprofit stewards, and its influence is intentionally confined to funding rather than governance. Organizations depending on PHP should understand that language design authority still sits with the volunteer internals community, and the foundation's role is best understood as sustaining that community's capacity to keep working, not replacing it.
Key Concepts
- Funds full-time and part-time compensation for PHP core engine contributors
- Does not control the RFC process that decides PHP language changes
- Formed in 2021 in response to PHP's historic volunteer-only funding model
- Backed by companies including JetBrains and Automattic with heavy PHP dependence
- Runs a technical committee that allocates funding to proposed engine work
- Accelerated JIT compiler and core engine improvements after formation
- Operates alongside, not instead of, PHP's existing internals governance
- Focuses narrowly on sustainability funding rather than trademark or conference ownership
Use Cases
Frequently Asked Questions
From the Blog
NumPy for Beginners: The Foundation of Data Science
NumPy powers Python's entire data science stack with fast numerical arrays. Learn arrays, vectorization, broadcasting, and indexing to compute at scale with clean code.
Read More AI & TechnologyWhat Is a Foundation Model in AI
A foundation model is a large AI model trained on broad data that can be adapted to many downstream tasks. Learn how they work, why they matter, and their limits.
Read More Data ScienceNumPy for Data Science: Arrays and Vectorisation
NumPy is the foundation of Python's scientific computing stack. This guide covers ndarrays, vectorised operations, broadcasting, linear algebra, and why NumPy is 10-100x faster than equivalent Python loops — with practical examples for data science work.
Read More AI & TechnologyHow to Evaluate an AI Startup Idea in 2026
Evaluate an AI startup idea by testing whether it solves a real painful problem, has a durable data or workflow moat, and survives when foundation models improve.
Read More