laravel-json-api / testing
Test helpers for JSON:API compliant APIs.
Installs: 642 085
Dependents: 12
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 2
Open Issues: 0
Requires
- php: ^8.2
- ext-json: *
- cloudcreativity/json-api-testing: ^6.0.1
- illuminate/http: ^11.0
- illuminate/support: ^11.0
- illuminate/testing: ^11.0
Requires (Dev)
- laravel/framework: ^11.0
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2024-11-30 16:51:39 UTC
README
Test helpers for Laravel JSON:API packages.
Installation
Install using Composer
composer require --dev laravel-json-api/testing
License
Laravel JSON:API is open-sourced software licensed under the MIT License.