PHPackages                             hermannovich/marketcheck-api-sdk-php - 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. hermannovich/marketcheck-api-sdk-php

ActiveLibrary[API Development](/categories/api)

hermannovich/marketcheck-api-sdk-php
====================================

v1.0(7y ago)017proprietaryPHPPHP &gt;=5.5

Since Jul 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Hermannovich/marketcheck-api-sdk-php)[ Packagist](https://packagist.org/packages/hermannovich/marketcheck-api-sdk-php)[ Docs](http://swagger.io)[ RSS](/packages/hermannovich-marketcheck-api-sdk-php/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (4)Versions (3)Used By (0)

marketcheck-api-sdk
===================

[](#marketcheck-api-sdk)

**Access the New, Used and Certified cars inventories for all Car Dealers in US.**
The data is sourced from online listings by over 44,000 Car dealers in US. At any time, there are about 6.2M searchable listings (about 1.9M unique VINs) for Used &amp; Certified cars and about 6.6M (about 3.9M unique VINs) New Car listings from all over US. We use this API at the back for our website [www.marketcheck.com](https://www.marketcheck.com) and our Android and iOS mobile apps too.

#####  Few useful links :

[](#-few-useful-links--)

- A quick view of the API and the use cases is depicated [here](https://portals.marketcheck.com/mcapi/)
- The Postman collection with various usages of the API is shared here

This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 1.0.3
- Build package: io.swagger.codegen.languages.PhpClientCodegen

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

[](#requirements)

PHP 5.5 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
composer require hermannovich/marketcheck-api-sdk-php

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/marketcheck-api-sdk/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
