blastcloud/chassis

View on GitHub
docs/README.md

Summary

Maintainability
Test Coverage
# Chassis

[![run-tests](https://github.com/blastcloud/chassis/actions/workflows/run-tests.yml/badge.svg)](https://github.com/blastcloud/chassis/actions/workflows/run-tests.yml)
<img src="https://poser.pugx.org/blastcloud/chassis/v/stable" />
<a href="https://codeclimate.com/github/blastcloud/chassis/maintainability">
<img src="https://api.codeclimate.com/v1/badges/3f5e4fa71bd03ce8424f/maintainability" />
</a>
<a href="https://github.com/blastcloud/chassis/blob/master/LICENSE.md">
<img src="https://poser.pugx.org/blastcloud/chassis/license" />
</a>

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 only supports PHPUnit version 9.6, 10, and 11. As new versions of PHPUnit are delivered and support for the older versions are dropped, Chassis will drop support also.