Download the PHP package vasildakov/econt without Composer
On this page you can find all versions of the php package vasildakov/econt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vasildakov/econt
More information about vasildakov/econt
Files in vasildakov/econt
Package econt
Short Description Econt API Client
License MIT
Homepage https://github.com/vasildakov/econt
Informations about the package econt
Econt API Client [WIP]
Features
This library is compliant with PSR-7: HTTP message interfaces, PSR-17: HTTP Factories and PSR-18: HTTP Client
Installation
Using Composer:
Tests
Running unit tests:
Configuration
The Econt API Client can be configured with any PSR-18 HTTP Client and PSR-17 HTTP Factory implementations. In the following example we use Guzzle and Diactoros to configure the client:
Usage
The Client provides a public API for communication with the Econt API
The returned json response can be decoded to associative array or php class:
The json response can be also deserialized to an object:
Notes
For more information you can check the official Econt API documentation.
The available API services can be found here.
License
Code released under the MIT license
All versions of econt with dependencies
doctrine/collections Version ^2.1
fig/http-message-util Version ^1.1
guzzlehttp/guzzle Version ^7.7
guzzlehttp/psr7 Version ^2.5
jms/serializer Version ^3.29
laminas/laminas-diactoros Version ^3.0
php-http/curl-client Version ^2.3
php-http/discovery Version ^1.14
php-http/message Version ^1.13
psr/http-client Version ^1.0
psr/http-factory Version ^1.0
psr/http-message Version ^2.0