PHPackages                             vasildakov/econt - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. vasildakov/econt

ActiveLibrary[API Development](/categories/api)

vasildakov/econt
================

Econt API Client

1.0.0-alpha.1(2y ago)144[1 issues](https://github.com/vasildakov/econt/issues)1MITPHPPHP &gt;=8.2

Since Dec 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/vasildakov/econt)[ Packagist](https://packagist.org/packages/vasildakov/econt)[ Docs](https://github.com/vasildakov/econt)[ RSS](/packages/vasildakov-econt/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (21)Versions (4)Used By (1)

Econt API Client \[WIP\]
========================

[](#econt-api-client-wip)

[![Latest Stable Version](https://camo.githubusercontent.com/f3923a4fa14584c149d673df1d82d5d2525825ca673a83129793d223be245eb5/687474703a2f2f706f7365722e707567782e6f72672f766173696c64616b6f762f65636f6e742f76)](https://packagist.org/packages/vasildakov/econt)[![build](https://github.com/vasildakov/econt/actions/workflows/php.yml/badge.svg)](https://github.com/vasildakov/econt/actions/workflows/php.yml/badge.svg)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/be799fe538599d44bd9ee4b3761577c4dcde90f434f1c557c5eae30022339f61/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f766173696c64616b6f762f65636f6e742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/vasildakov/econt/?branch=main)[![Code Coverage](https://camo.githubusercontent.com/0cf1d8e3d39fc43f43b81e6c78162b0229f4c903d131cdb7fbaa92b52ec4ec85/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f766173696c64616b6f762f65636f6e742f6261646765732f636f7665726167652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/vasildakov/econt/?branch=main)[![Build Status](https://camo.githubusercontent.com/9a0e2420ce9f8741058a63a9fd15ec5e5d6e5eddad1227066f67490fd95ad596/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f766173696c64616b6f762f65636f6e742f6261646765732f6275696c642e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/vasildakov/econt/build-status/main)[![Total Downloads](https://camo.githubusercontent.com/5f8741b69b70a26834a5793e86e4becfcc90402f0fb0ae806f077278d61126e9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f766173696c64616b6f762f65636f6e742e737667)](https://packagist.org/packages/vasildakov/econt/stats)

Features
--------

[](#features)

This library is compliant with [PSR-7: HTTP message interfaces](https://www.php-fig.org/psr/psr-7/), [PSR-17: HTTP Factories](https://www.php-fig.org/psr/psr-17/) and [PSR-18: HTTP Client](https://www.php-fig.org/psr/psr-18/)

Installation
------------

[](#installation)

Using Composer:

```
$ composer require vasildakov/econt

```

Tests
-----

[](#tests)

Running unit tests:

```
$ ./vendor/bin/phpunit --coverage-html ./build/coverage --testsuite Unit

```

Configuration
-------------

[](#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](https://github.com/guzzle/guzzle) and [Diactoros](https://github.com/laminas/laminas-diactoros)to configure the client:

```
