PHPackages                             qadeersahmed/vtiger-restapi-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. qadeersahmed/vtiger-restapi-php

ActiveLibrary[API Development](/categories/api)

qadeersahmed/vtiger-restapi-php
===============================

Vtiger REST API client for PHP

V1.1.5(3y ago)129[1 issues](https://github.com/qadeersahmed/vtiger-restapi-php/issues)MITPHP

Since Nov 17Pushed 3y ago1 watchersCompare

[ Source](https://github.com/qadeersahmed/vtiger-restapi-php)[ Packagist](https://packagist.org/packages/qadeersahmed/vtiger-restapi-php)[ RSS](/packages/qadeersahmed-vtiger-restapi-php/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (2)Versions (9)Used By (0)

Vtiger REST API client for PHP

#### Installation

[](#installation)

```
composer require qadeersahmed/vtiger-restapi-php
```

#### Usage

[](#usage)

```
require 'vendor/autoload.php';

$vtiger = new vtiger('VTIGER_URL', 'VTIGER_USERNAME', 'VTIGER_ACCESSKEY');
```

##### Create

[](#create)

```
$params      = [
    'assigned_user_id'         => '1',
    'subject'                  => 'Test',
    'quotestage'               => 'Created',
    'productid'                => '14x3',
    'description'              => 'Test Description',
    'hdnTaxType'               => 'group', // group or individual taxes are obtained from the application
    'LineItems'                => [
        '0' => [
            'productid'        => '14x3',
            'sequence_no'      => '1',
            'quantity'         => '1.000',
            'listprice'        => '500.00',
            'comment'          => 'sample comment product',
        ],

    ],
];

$result = $vtiger->create($params, 'Quotes');
```

#### Update

[](#update)

```
$params = ['id' => '12x3654', 'lastname' => 'Test Lead', 'email' => 'test@test.com', 'assigned_user_id' => '19x1'];
$result = $vtiger->update($params);
```

#### Retrieve

[](#retrieve)

```
$result = $vtiger->retrieve('5x3679');
```

#### Revise

[](#revise)

```
$params = ['id' => '12x3653', 'email' => 'test2@test.com', 'assigned_user_id' => '19x1'];
$result = $vtiger->revise($params);
```

#### Describe

[](#describe)

```
$result = $vtiger->describe('Contacts');
```

#### Query

[](#query)

```
$params = ['email' => 'test2@test.com'];
$select = ['mobile'];

$result = $vtiger->query('Contacts', $params, $select);
```

#### ListTypes

[](#listtypes)

```
$result = $vtiger->listTypes();
```

#### RetrieveRelated

[](#retrieverelated)

```
$result = $vtiger->retrieveRelated('12x3653', 'Activities', 'Calendar');
```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

8

Last Release

1316d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10668308?v=4)[Qadeer Ahmed](/maintainers/qadeersahmed)[@qadeersahmed](https://github.com/qadeersahmed)

---

Top Contributors

[![qadeersahmed](https://avatars.githubusercontent.com/u/10668308?v=4)](https://github.com/qadeersahmed "qadeersahmed (9 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/qadeersahmed-vtiger-restapi-php/health.svg)

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M985](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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