PHPackages                             ybelenko/dtf-dbs-client - 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. ybelenko/dtf-dbs-client

ActiveLibrary[API Development](/categories/api)

ybelenko/dtf-dbs-client
=======================

API client of DTF API for Dealer Business System

1.0.0(4y ago)03MITPHPPHP ^7.4 || ^8.0

Since Jul 1Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ybelenko/dtf-dbs-client)[ Packagist](https://packagist.org/packages/ybelenko/dtf-dbs-client)[ RSS](/packages/ybelenko-dtf-dbs-client/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (6)Versions (3)Used By (0)

DTF DBS API Client
==================

[](#dtf-dbs-api-client)

[![Tests](https://github.com/ybelenko/dtf-dbs-client/actions/workflows/main.yml/badge.svg)](https://github.com/ybelenko/dtf-dbs-client/actions/workflows/main.yml)[![Coverage Status](https://camo.githubusercontent.com/20fa782cfb60fe08260e354280bf3214fc95a37b55d515be535f0f17db05339a/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f7962656c656e6b6f2f6474662d6462732d636c69656e742f62616467652e7376673f6272616e63683d6d61696e)](https://coveralls.io/github/ybelenko/dtf-dbs-client?branch=main)

Requirements
------------

[](#requirements)

- PHP 7.4 or 8.x
- HTTP client(this readme describes Guzzle example, but you can use any other [PSR18](https://www.php-fig.org/psr/psr-18/) complaint package). Check these packages  if you need Guzzle alternative.

Installation via [Composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-macos)
--------------------------------------------------------------------------------------------------

[](#installation-via-composer)

Run in command line:

```
composer require ybelenko/dtf-dbs-client
```

Setup
-----

[](#setup)

### Via [PHP-DI](https://php-di.org/doc/getting-started.html) container

[](#via-php-di-container)

```
