An HTTP request handling library for modern PHP

Maintainers

Package info

github.com/substancephp/http

pkg:composer/substancephp/http

Transparency log

Statistics

Installs: 55

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 5

v0.2.0 2026-07-26 21:11 UTC

README

CI

Overview

substancephp/http is a library for building web applications in PHP. It supports rendering both JSON and HTML.

This is a work in progress and is not ready for general use. There are regularly breaking changes from version to version.

Philosophy

This project embraces:

  • Modern PHP
  • PSR standards
  • Filepath based routing
  • Inversion of control
  • Static analysis

This project steers away from:

  • Compilation steps (e.g. no template compilation)
  • Controller classes

Installation

TODO

Usage

TODO