PHPackages                             olsgreen/ivendi-quoteware-api - 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. olsgreen/ivendi-quoteware-api

ActiveLibrary[API Development](/categories/api)

olsgreen/ivendi-quoteware-api
=============================

iVendi Quoteware API Client

2.0(9mo ago)28.5k↓31.6%MITPHP

Since Aug 30Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/olsgreen/ivendi-quoteware-api)[ Packagist](https://packagist.org/packages/olsgreen/ivendi-quoteware-api)[ RSS](/packages/olsgreen-ivendi-quoteware-api/feed)WikiDiscussions master Synced 1mo ago

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

iVendi Quoteware PHP API Client
===============================

[](#ivendi-quoteware-php-api-client)

[![Latest Version](https://camo.githubusercontent.com/afbc7894701b7dace13b5dba7a4f79eb8f7d2f145d059462e485a49fdbf96eac/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6f6c73677265656e2f6976656e64692d71756f7465776172652d6170692e7376673f7374796c653d666c61742d737175617265)](https://github.com/olsgreen/sage-business-cloud-accounting-api/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

This package provides a means easily of interacting with the iVendi Quoteware API in PHP.

Visit iVendi's documentation site at:  before getting started.

Installation
------------

[](#installation)

Add the client to your project using composer.

```
composer require olsgreen/ivendi-quoteware-api

```

Examples
--------

[](#examples)

### Performing a basic quote request

[](#performing-a-basic-quote-request)

```
    $ivendi = new \Olsgreen\IVendi\Quoteware\Client([
        'username' => 'www.ivendimotors.com',
        'quotee_uid' => '268E8202-338E-4B26-A6FE-74BCDAB0A357',
    ]);

    $response = $ivendi->quoteware()->request([
        'cashPrice' => 20000,
        'cashDeposit' => 2000,
        'annualDistance' => 10000,
        'term' => 48,
        'currentOdometerReading' => 12345,
        'identity' => 'FV10 XYB',
        'registrationDate' => '2010-07-09T00:00:00.0000Z'
        'creditTier' => CreditTiers::EXCELLENT,
        'entityType' => EntityTypes::PERSONAL,
    ]);

    // {
    //     "hasQuoteResults": true,
    //     "QuotedResultsUID": "aeec6f6f-6d1c-4f1c-8380-e50e0b3554eb",
    //     "QuoteResults": [
    //        ...
    //     ]
    //     @see https://documentation.ivendi.com/docs/ExampleQuotewareResponse
    // }
```

License
=======

[](#license)

See attached license file

Contributions
=============

[](#contributions)

Pull requests welcome 🙂

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance56

Moderate activity, may be stable

Popularity27

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Total

4

Last Release

294d ago

Major Versions

1.0.2 → 2.02025-07-28

### Community

Maintainers

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

---

Top Contributors

[![olsgreen](https://avatars.githubusercontent.com/u/1324164?v=4)](https://github.com/olsgreen "olsgreen (7 commits)")

### Embed Badge

![Health badge](/badges/olsgreen-ivendi-quoteware-api/health.svg)

```
[![Health](https://phpackages.com/badges/olsgreen-ivendi-quoteware-api/health.svg)](https://phpackages.com/packages/olsgreen-ivendi-quoteware-api)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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