https://github.com/blastcloud/chassis
A framework for building declarative testing libraries for PHP / HTTP request packages.
https://github.com/blastcloud/chassis
Last synced: 28 days ago
JSON representation
A framework for building declarative testing libraries for PHP / HTTP request packages.
- Host: GitHub
- URL: https://github.com/blastcloud/chassis
- Owner: blastcloud
- License: mit
- Created: 2019-07-02T17:41:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-06T01:25:33.000Z (7 months ago)
- Last Synced: 2025-10-20T05:51:51.175Z (4 months ago)
- Language: PHP
- Size: 563 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Chassis
[](https://github.com/blastcloud/chassis/actions/workflows/run-tests.yml)
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](http://docs.guzzlephp.org/en/stable/) with [Guzzler](https://guzzler.dev) and [HttpClient](https://symfony.com/components/HttpClient) with [Hybrid](https://hybrid.guzzler.dev)).
## 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.