PHPackages                             autobius/autobius-php-sdk - 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. autobius/autobius-php-sdk

ActiveLibrary[API Development](/categories/api)

autobius/autobius-php-sdk
=========================

Autobius VIN Decoder php sdk

1.0(6y ago)05MITPHPPHP &gt;=5.4CI failing

Since Dec 14Pushed 6y ago1 watchersCompare

[ Source](https://github.com/MadFaill/autobius-php-sdk)[ Packagist](https://packagist.org/packages/autobius/autobius-php-sdk)[ Docs](https://autobius.ru)[ RSS](/packages/autobius-autobius-php-sdk/feed)WikiDiscussions master Synced today

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

Autobius.ru PHP SDK
===================

[](#autobiusru-php-sdk)

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

- API version: 1.0.0
- Build date: 2019-12-14T23:57:13.735+04:00
- Build package: class io.swagger.codegen.languages.PhpClientCodegen For more information, please visit

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

[](#requirements)

PHP 5.4.0 and later

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

[](#installation--usage)

### Composer

[](#composer)

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

```
{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/MadFaill/autobius-php-sdk.git"
    }
  ],
  "require": {
    "autobius/autobius-php-sdk": "^1.0"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/autobius-php-sdk/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

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

```

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

[](#getting-started)

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

```
