Download the PHP package codenix-sv/api-client without Composer
On this page you can find all versions of the php package codenix-sv/api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download codenix-sv/api-client
More information about codenix-sv/api-client
Files in codenix-sv/api-client
Package api-client
Short Description PHP API client
License MIT
Homepage https://github.com/codenix-sv/api-client
Informations about the package api-client
This repository is no longer active.
⛔ No new issues ⛔ No pull requests ⛔ No maintenance
Source code is kept only for reference purposes.
PHP API Client
A simple API client, written with PHP that's easy to use.
Requirements
- PHP >= 7.2
- A HTTP client
- A PSR-7 implementation
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your application's composer.json file.
Make sure you have installed a PSR-18 HTTP Client and PSR-7 message implementation before you install this package. For example:
Examples
Send GET request
Send POST request
License
codenix-sv/api-client is released under the MIT License. See the bundled LICENSE for details.
All versions of api-client with dependencies
psr/http-message Version ^1.0
psr/http-factory Version ^1.0
psr/http-client Version ^1.0
psr/cache Version ^1.0
php-http/httplug Version ^2.0
php-http/discovery Version ^1.7
php-http/client-common Version ^2.0
php-http/message Version ^1.8
