PHPackages                             linweishuai/carforb - 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. linweishuai/carforb

ActiveLibrary[API Development](/categories/api)

linweishuai/carforb
===================

11.0(8y ago)04Apache v2PHPPHP &gt;=5.4

Since Nov 15Pushed 8y ago1 watchersCompare

[ Source](https://github.com/linweishuai/carforb)[ Packagist](https://packagist.org/packages/linweishuai/carforb)[ Docs](http://swagger.io)[ RSS](/packages/linweishuai-carforb/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (3)Versions (7)Used By (0)

SwaggerClient-php
=================

[](#swaggerclient-php)

1，全国车辆违章查询直连渠道，支持大车及小车违章查询 2，可返回文书号以及违章状态（已处理、未处理、已处理未缴款等） 3，支持全国300多城市 4，数据与官网实时更新 5，数据按查询收费

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

- API version: 1.0
- Package version: 1.0
- Build date: 2017-11-15T16:54:38.925+08:00
- Build package: class io.swagger.codegen.languages.PhpClientCodegen

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

[](#requirements)

PHP 5.4.0 and later

Installation &amp; Usagssssssssse
---------------------------------

[](#installation--usagssssssssse)

### Composer

[](#composer)

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

```
{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/SwaggerClient-php/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:

```
