Download the PHP package minicli/pest-plugin-curly without Composer
On this page you can find all versions of the php package minicli/pest-plugin-curly. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package pest-plugin-curly
Curly Pest Plugin
This plugin adds basic HTTP requests functionality to Pest tests, using minicli/curly.
Installation
Usage
The plugin exposes 3 testcase methods:
get()
matchResponse(string $endpoint, int code)
responseContains(string $endpoint, string $needle)
Examples:
It also comes with a shortcut function that you can use to have access to a Curly Client instance. That is useful if you need to check more information about requests, send special headers, or if you need to perform other types of requests supported by Curly (POST and DELETE). The documentation has more info on how to use this library.
All versions of pest-plugin-curly with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
pestphp/pest Version ^3.2.0
pestphp/pest-plugin Version ^3.0.0
minicli/curly Version ^0.2.2
pestphp/pest Version ^3.2.0
pestphp/pest-plugin Version ^3.0.0
minicli/curly Version ^0.2.2
The package minicli/pest-plugin-curly contains the following files
Loading the files please wait ....