Download the PHP package vgirol/jsonapi-assert-laravel without Composer
On this page you can find all versions of the php package vgirol/jsonapi-assert-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vgirol/jsonapi-assert-laravel
More information about vgirol/jsonapi-assert-laravel
Files in vgirol/jsonapi-assert-laravel
Package jsonapi-assert-laravel
Short Description This package provides a set of assertions to test documents using Laravel and the JSON:API specification.
License MIT
Homepage http://github.com/VGirol/JsonApi-Assert-Laravel
Informations about the package jsonapi-assert-laravel
JsonApi-Assert-Laravel
This package adds a lot of methods to the Illuminate\Testing\TestResponse
class for testing APIs that implements the JSON:API specification.
Table of content
Technologies
- PHP 7.3+
- PHPUnit 8.0+
- Laravel 7+
- JsonApi-Assert
Installation
To install through composer, simply put the following in your composer.json
file:
And then run composer install
from the terminal.
Quick Installation
Above installation can also be simplified by using the following command:
Registration
The package will automatically register itself. If you're not using Package Discovery, add the Service Provider to your config/app.php file:
Usage
Documentation
The API documentation is available in XHTML format at the url http://jsonapi-assert-laravel.girol.fr/docs/ref/index.html.
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
Contributing
Please see CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Girol Vincent
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of jsonapi-assert-laravel with dependencies
phpunit/phpunit Version ^9.0
laravel/framework Version ^5.8|^6.0|^7.0|^8.0
vgirol/jsonapi-assert Version dev-master
vgirol/jsonapi-structure Version dev-master