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

ActiveLibrary[API Development](/categories/api)

autoinspector/autoinspector-php
===============================

PHP library for the Autoinspector API.

v1.3.1(3mo ago)114MITPHPPHP &gt;=5.6.0CI passing

Since May 8Pushed 3mo agoCompare

[ Source](https://github.com/autoinspector-global/autoinspector-php)[ Packagist](https://packagist.org/packages/autoinspector/autoinspector-php)[ RSS](/packages/autoinspector-autoinspector-php/feed)WikiDiscussions master Synced 3d ago

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

Autoinspector PHP SDK
=====================

[](#autoinspector-php-sdk)

The Autoinspector PHP library provides convenient access to the Autoinspector API from applications written in the PHP language. It includes a pre-defined set of classes for API resources that initialize themselves dynamically.

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

[](#requirements)

PHP 5.6.0 and later.

Composer
--------

[](#composer)

You can install the bindings via [Composer](http://getcomposer.org/). Run the following command:

```
composer require autoinspector/autoinspector-php
```

To use the bindings, use Composer's [autoload](https://getcomposer.org/doc/01-basic-usage.md#autoloading):

```
require_once('vendor/autoload.php');
```

Dependencies
------------

[](#dependencies)

The bindings require the following extensions in order to work properly:

- [`guzzle`](https://secure.php.net/manual/en/book.curl.php)

If you use Composer, these dependencies should be handled automatically. If you install manually, you'll want to make sure that these extensions are available.

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

[](#getting-started)

Simple usage looks like:

```
//If you only want to use OAuth 2.0 methods, just pass an empty array to the constructor:
// new \Autoinspector\AutoinspectorClient([])

$autoinspector = new \Autoinspector\AutoinspectorClient('YOU_API_KEY_GOES_HERE');

$inspection = $autoinspector->inspections->car->create([
'delivery' => [
    'channel' => 'wsp',
    'destination' => '3813635420',
    'disabled' => false,
],
'locale' => 'es_AR',
'consumer' => [
    'firstName' => 'Luciano',
    'lastName' => 'Alvarez',
    'email' => 'lucianoalvarez1212@gmail.com',
    'identification' => '3213232',
],
'inputs' => [
    [
        "identifier" => "input_25dd4378-395d-4fe6-8306-65dcead884b0",
        "value" => "POLIZA A"
    ],
],
'car' => [
    'plate' => 'AB705SU',
    'year' => 2020
],
'templateId' => "6275b69764cef10044676dc5",
'producer'  => [
    'internalId' => '123'
],
'initialStatus' => 'started'
]);

print_r($inspection, false);
```

Documentation
-------------

[](#documentation)

See the [PHP API docs](https://autoinspector.com.ar/docs/api/start?lang=php). (You must have an account in order to be able to read the docs)

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance82

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~124 days

Recently: every ~306 days

Total

12

Last Release

97d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/45292390f2aa51d2631b4895784ab6d1dd00c706c9c2dfc30d5d7472f9469c37?d=identicon)[autoinspector](/maintainers/autoinspector)

---

Top Contributors

[![lcnlvrz-revelacion](https://avatars.githubusercontent.com/u/85193372?v=4)](https://github.com/lcnlvrz-revelacion "lcnlvrz-revelacion (20 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/autoinspector-autoinspector-php/health.svg)

```
[![Health](https://phpackages.com/badges/autoinspector-autoinspector-php/health.svg)](https://phpackages.com/packages/autoinspector-autoinspector-php)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
