blastcloud/chassis

A framework for building declarative HTTP client test libraries

Maintainers

👁 adamkelso

Package info

github.com/blastcloud/chassis

pkg:composer/blastcloud/chassis

Statistics

Installs: 454 546

Dependents: 3

Suggesters: 0

Stars: 2

Open Issues: 0

1.2.0 2025-07-06 01:22 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT f971a6fef9e6c307828bbe09bd4344e5e7133031

  • Adam Kelso <kelso.adam.woop@gmail.com>

This package is auto-updated.

Last update: 2026-06-06 03:21:43 UTC


README

👁 run-tests
👁 Image
👁 Image
👁 Image

A framework for building declarative testing libraries for PHP / HTTP request packages.

Chassis provides a foundation upon which a shared testing syntax can be used across different HTTP client projects in the PHP community (thus far Guzzle with Guzzler and HttpClient with Hybrid).

Requirements

  • PHP 8.1+
  • PHPUnit 9.6+

The one firm requirement is PHPUnit, as the testing infrastructure of Chassis is based on the PHPUnit assertion and test case classes. Chassis also only supports the versions of PHPUnit currently supported. As new versions of PHPUnit are delivered and support for the older versions are dropped, Chassis will drop support also.

As each new version of PHPUnit arrives, Chassis will also drop supported versions of PHP the language.