Skip to content

Add Gesso - #812

Merged
AlexanderKaran merged 1 commit into
apisyouwonthate:mainfrom
wadakatu:add-gesso
Aug 14, 2026
Merged

Add Gesso#812
AlexanderKaran merged 1 commit into
apisyouwonthate:mainfrom
wadakatu:add-gesso

Conversation

@wadakatu

Copy link
Copy Markdown
Contributor

What is it?

Gesso is framework-agnostic OpenAPI contract testing for PHP / PHPUnit. It validates requests and responses against an OpenAPI 3.0 / 3.1 / 3.2 description, and — unlike the existing PHP validators — tracks which endpoints, statuses, and content types the test suite actually exercised, reporting coverage as Markdown / JUnit XML / JSON / HTML. First-class adapters for Laravel, Symfony, Pest, and PSR-7.

Against the contribution guidelines

  • Testable: released on Packagist as studio-design/gesso, with CI-tested five-minute quickstarts for core PHPUnit, Laravel, Symfony, and Pest.
  • Real-world use: an honest note — this is a young project (~4.5k downloads across the current package and its former name studio-design/openapi-contract-testing). As quality evidence I'd offer instead: schema conversion is pinned against the official JSON Schema Test Suite (3,784 cases, with the 11 deliberate verdict deltas individually documented) and every OpenAPI Initiative example document for 3.0/3.1/3.2 loads cleanly — both corpora pinned by commit SHA and enforced in CI. See docs/conformance.md. Happy to come back later if you'd rather wait for adoption numbers.
  • Format: the entry mirrors spectator.md / openapi-psr7-validator.md and validates against ToolSchema.

Disclosure: I maintain the tool.

@netlify

netlify Bot commented Aug 14, 2026

Copy link
Copy Markdown

👷 Deploy request for openapi-dot-tools pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit c006b70

@AlexanderKaran
AlexanderKaran merged commit 2cbffd1 into apisyouwonthate:main Aug 14, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants