Download the PHP package mezon/custom-client without Composer
On this page you can find all versions of the php package mezon/custom-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mezon/custom-client
More information about mezon/custom-client
Files in mezon/custom-client
Download mezon/custom-client
More information about mezon/custom-client
Files in mezon/custom-client
Vendor mezon
Package custom-client
Short Description Small custom client routine
License MIT
Homepage https://github.com/alexdodonov/mezon-custom-client
Package custom-client
Short Description Small custom client routine
License MIT
Homepage https://github.com/alexdodonov/mezon-custom-client
Please rate this library. Is it a good library?
Informations about the package custom-client
Custom client for external services
Installation
Just print
Reasons to use
- it will help ypu to create REST API clients lightning fast! Just look at this example of creation Jira API Client
- is has 100% code coverage
- it has 10.0 points on Scrutinizer
Sending requests
You can send different types of requests.
Idempotency keys
To be sure that your data modification request are executed only once - use idempotency keys.
They are passed in the headers and can be set like this:
After that in all of your requests the header Idempotency-Key will be added.
Note that this key will not be dropped automatically. You shold drop it manually:
Learn more
More information can be found here:
All versions of custom-client with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
The package mezon/custom-client contains the following files
Loading the files please wait ....