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

ActiveLibrary[API Development](/categories/api)

vinbolt/sdk
===========

Official PHP SDK for the VINbolt headless API

v0.2.1(1mo ago)021MITPHPPHP ^8.2

Since May 6Pushed 1mo agoCompare

[ Source](https://github.com/VINbolt/sdk)[ Packagist](https://packagist.org/packages/vinbolt/sdk)[ RSS](/packages/vinbolt-sdk/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (2)Versions (4)Used By (1)

vinbolt/sdk
===========

[](#vinboltsdk)

Official PHP SDK for the VINbolt headless API.

Install
-------

[](#install)

```
composer require vinbolt/sdk
```

Quick start
-----------

[](#quick-start)

```
use Vinbolt\Sdk\VinboltClient;

$client = new VinboltClient('pk_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');

$home    = $client->pages->get('home');
$header  = $client->site->header();
$brand   = $client->brand->get();
$cars    = $client->vehicles->list(['make' => 'Honda']);

$client->leads->create([
    'email'        => 'shopper@example.com',
    'name'         => 'Jane Doe',
    'vehicle_vin'  => '1HGCM82633A123456',
    'message'      => 'Interested in a test drive',
]);
```

Resources
---------

[](#resources)

ResourceMethods`$client->pages``list()`, `get(string $slug)``$client->site``header()`, `footer()`, `menu(string)`, `menus()``$client->brand``get()``$client->team``list()``$client->media``get(string $ulid)``$client->leads``create(array $input)``$client->vehicles``list(array $query)`, `featured()`, `get(string $ulid)`Errors
------

[](#errors)

All exceptions extend `Vinbolt\Sdk\VinboltException`:

- `AuthenticationException` (401)
- `NotFoundException` (404)
- `ValidationException` (422) — exposes `->errors` keyed by field
- `RateLimitException` (429) — exposes `->retryAfter`

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance93

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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 ~0 days

Total

3

Last Release

34d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bed443220c2b8506f985e92e807fc05e77037e40fd591513052e503c9527b7a6?d=identicon)[tpharaoh](/maintainers/tpharaoh)

---

Top Contributors

[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

apisdkautomotivedealershipvinbolt

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vinbolt-sdk/health.svg)

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

###  Alternatives

[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3751.2M45](/packages/tencentcloud-tencentcloud-sdk-php)[resend/resend-php

Resend PHP library.

596.2M34](/packages/resend-resend-php)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.5M10](/packages/checkout-checkout-sdk-php)[clicksend/clicksend-php

351.6M11](/packages/clicksend-clicksend-php)[mozex/anthropic-laravel

Laravel integration for the Anthropic API: facade, config publishing, install command, testing fakes, messages, streaming, tool use, thinking, and batches.

74287.1k1](/packages/mozex-anthropic-laravel)

PHPackages © 2026

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