Download the PHP package jlecter/checkvin-php-api-client without Composer
On this page you can find all versions of the php package jlecter/checkvin-php-api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jlecter/checkvin-php-api-client
More information about jlecter/checkvin-php-api-client
Files in jlecter/checkvin-php-api-client
Download jlecter/checkvin-php-api-client
More information about jlecter/checkvin-php-api-client
Files in jlecter/checkvin-php-api-client
Vendor jlecter
Package checkvin-php-api-client
Short Description Package for working with CheckVin API
License MIT
Package checkvin-php-api-client
Short Description Package for working with CheckVin API
License MIT
Please rate this library. Is it a good library?
Informations about the package checkvin-php-api-client
CheckVin API client
CONTENTS OF THIS FILE
- Updates
- Description
- Key packages / extensions
- Installation
-
Usage
UPDATES
- 17.03.2023 - published version (v0.1.0) - added an ability to work with AutoCheck, Balance, Carfax.
- 16.08.2023 - published version (v0.2.0) - fixed curl close bug.
-
21.01.2024 - published version (v0.3.0) - added VehicleProvider.
DESCRIPTION
CheckVin API client is a package for a convenient working with CheckVin API.
KEY PACKAGES / EXTENSIONS
- php
- ext-curl
-
ext-json
INSTALLATION
Run: composer require jlecter/checkvin-php-api-client
USAGE
-
Choose provider what do you need. Available now:
- AutocheckDataProvider
- BalanceDataProvider
- CarfaxDataProvider
- VehicleDataProvider
-
Use it by passing inside your API key and calling available methods.
- Get a response object with such available methods:
- "isSuccess" (returns true/false depends on response)
- "getData" (returns empty array while error response)
- "getError" (returns object while error response, null while success)
All versions of checkvin-php-api-client with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
ext-curl Version *
ext-json Version *
ext-curl Version *
ext-json Version *
The package jlecter/checkvin-php-api-client contains the following files
Loading the files please wait ....