jlecter / checkvin-php-api-client
Package for working with CheckVin API
v0.3.0
2024-01-21 21:24 UTC
Requires
- php: >=7.4
- ext-curl: *
- ext-json: *
This package is auto-updated.
Last update: 2025-04-21 23:58:10 UTC
README
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)