PHP-FPM website screenshot

PHP-FPM

PHP-FPM (FastCGI Process Manager) is the primary PHP FastCGI implementation bundled with PHP for handling heavy-loaded sites, providing advanced process management with multiple worker pools, graceful start/stop, adaptive process spawning (static, dynamic, ondemand), slowlog tracking, and accelerated upload support. It is configured via php.ini-style pool files and is typically deployed behind a web server such as Nginx, Apache, Caddy, or LiteSpeed via FastCGI. PHP-FPM exposes operational status pages (in plain, JSON, XML, OpenMetrics, and HTML formats) but does not provide a public HTTP API; it runs only on POSIX systems that support fork().

PHP-FPM publishes 2 APIs on the APIs.io network: Ping API and Status API. Tagged areas include PHP, FastCGI, Process Manager, Web Server, and Application Server.

PHP-FPM’s developer surface includes documentation and 12 more developer resources.

30.0/100 thin ▬ flat Agent 23/100 agent aware self hosted · BSD-3-Clause Full breakdown ↓
scored 2026-09-14 · rubric v0.22.0
1 APIs
PHPFastCGIProcess ManagerWeb ServerApplication ServerOpen-Source

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-14 · rubric v0.22.0
Open Source Surface applies to this provider. This product is open source and we read its repository directly, so Open Source Surface carries 10 points of the composite. It is scored from what the repository actually publishes — a security policy, a contribution guide, a release history, a code of conduct — read live from the provider rather than inferred from our own catalog pointers. This facet adds; nothing was taken away to make room for it. An open-source project is not excused from the commercial facets, because exemption would strip it of the points it does earn. If we have the wrong repository, or this product is not open source, say so on your provider repo and we will drop the facet rather than have you publish against it.
Create-or-Update Ergonomics does not apply to this provider. The published contracts declare no write operations, and a read-only API cannot create-or-update. The facet is excluded from this provider's denominator entirely — not scored zero. A reference or data API is not deficient for being unable to upsert.
The six quality facets above are damped to 90 points between them, because the conditional facet above carries the other 10. That is why each facet's contribution is shown against a damped maximum: raising a quality facet moves the composite by 90% of its nominal weight, not 100%. The full arithmetic is at apis.io/rating/.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/php-fpm: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 3

Individual APIs this provider publishes, each with its own machine-readable definition.

PHP-FPM Ping API

PHP-FPM liveness check.

PHP-FPM Status API

PHP-FPM pool status.

PHP-FPM Status Endpoint

Operational status endpoint exposed by PHP-FPM via the pm.status_path directive. Returns pool statistics (active processes, idle processes, accepted connections, slow requests) ...

Open Collections 4

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Php Fpm Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Php Fpm Vulnerability Disclosure

security.txt · contact published

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Php Fpm Agentic Access

2 operations

2 operations · 0 acting

AGENTIC

Resources

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: php-fpm
name: PHP-FPM
description: PHP-FPM (FastCGI Process Manager) is the primary PHP FastCGI implementation bundled with PHP for handling heavy-loaded
  sites, providing advanced process management with multiple worker pools, graceful start/stop, adaptive process spawning
  (static, dynamic, ondemand), slowlog tracking, and accelerated upload support. It is configured via php.ini-style pool files
  and is typically deployed behind a web server such as Nginx, Apache, Caddy, or LiteSpeed via FastCGI. PHP-FPM exposes operational
  status pages (in plain, JSON, XML, OpenMetrics, and HTML formats) but does not provide a public HTTP API; it runs only on
  POSIX systems that support fork().
type: Index
deliveryModel:
  model: self-hosted
  license: BSD-3-Clause
  open_source: true
  commercial: false
  callable_host: false
  label: Self-hosted open source · you run it yourself
  confidence: high
  source:
  - license
  - openapi
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source: []
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/php-fpm.png
tags:
- PHP
- FastCGI
- Process Manager
- Web Server
- Application Server
- Open-Source
tags_raw:
- PHP
- FastCGI
- Process Manager
- Web Server
- Application Server
- Open Source
url: https://raw.githubusercontent.com/api-evangelist/php-fpm/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-07-25'
specificationVersion: '0.23'
apis:
- aid: php-fpm:php-fpm-ping-api
  name: PHP-FPM Ping API
  description: PHP-FPM liveness check.
  humanURL: https://www.php.net/manual/en/install.fpm.configuration.php
  baseURL: http://localhost
  tags:
  - Ping
  properties:
  - type: OpenAPI
    url: openapi/php-fpm-ping-api-openapi.yml
- aid: php-fpm:php-fpm-status-api
  name: PHP-FPM Status API
  description: PHP-FPM pool status.
  humanURL: https://www.php.net/manual/en/install.fpm.configuration.php
  baseURL: http://localhost
  tags:
  - Status
  properties:
  - type: OpenAPI
    url: openapi/php-fpm-status-api-openapi.yml
- aid: php-fpm:status-endpoint
  name: PHP-FPM Status Endpoint
  description: Operational status endpoint exposed by PHP-FPM via the pm.status_path directive. Returns pool statistics (active
    processes, idle processes, accepted connections, slow requests) in plain text, JSON, XML, OpenMetrics, or HTML. There
    is no public API; the endpoint is served by the local web server through FastCGI on user-defined paths.
  humanURL: https://www.php.net/manual/en/install.fpm.configuration.php
  baseURL: http://localhost
  tags:
  - Status
  - Monitoring
  - OpenMetrics
  - Process Manager
  properties:
  - type: Documentation
    url: https://www.php.net/manual/en/install.fpm.php
  - type: Configuration
    url: https://www.php.net/manual/en/install.fpm.configuration.php
  - type: Installation
    url: https://www.php.net/manual/en/install.fpm.install.php
common:
- type: IssueTracker
  url: https://github.com/php/php-src/issues
- type: Releases
  url: https://github.com/php/php-src/releases
- type: SecurityPolicy
  url: https://github.com/php/php-src/blob/master/SECURITY.md
- type: ContributionGuide
  url: https://github.com/php/php-src/blob/master/CONTRIBUTING.md
- type: License
  name: BSD-3-Clause
  url: https://github.com/php/php-src/blob/master/LICENSE
- type: AgenticAccess
  url: agentic-access/php-fpm-agentic-access.yml
- type: VulnerabilityDisclosure
  url: security/php-fpm-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/php-fpm-domain-security.yml
- type: Website
  url: https://www.php.net/
- type: Documentation
  url: https://www.php.net/manual/en/install.fpm.php
- type: Download
  url: https://www.php.net/downloads.php
- type: GitHubRepository
  url: https://github.com/php/php-src
- type: Issue Tracker
  url: https://github.com/php/php-src/issues
features:
- name: Worker Pool Management
  description: Multiple independent worker pools per FPM instance, each with its own uid/gid, chroot, environment, php.ini
    overrides, and listen socket.
- name: Adaptive Process Spawning
  description: Static, dynamic, and ondemand process management modes that balance latency, memory, and concurrency for different
    workloads.
- name: Slowlog and Diagnostics
  description: Per-pool slowlog captures backtraces of requests that exceed a configurable execution time threshold.
- name: Status and Ping Endpoints
  description: Built-in pm.status_path and ping.path endpoints for health checks and pool-level metrics in plain, JSON, XML,
    OpenMetrics, or HTML.
- name: Accelerated Upload Support
  description: Offload large file uploads to FPM-managed temporary storage to reduce front-end web server load.
- name: Background Task Support
  description: fastcgi_finish_request() lets PHP scripts return a response to the client and continue processing in the background.
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
x-parent: php
x-relationship: product

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/php-fpm"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/php-fpm/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/php-fpm/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.