PHPackages                             vdespa/vtiger - 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. vdespa/vtiger

ActiveLibrary[API Development](/categories/api)

vdespa/vtiger
=============

Vtiger Web Services PHP Client Library

v0.1(11y ago)168618[1 issues](https://github.com/vdespa/Vtiger-Web-Services-PHP-Client-Library/issues)The MIT License (MIT)PHPPHP &gt;=5.4

Since Aug 25Pushed 8y ago6 watchersCompare

[ Source](https://github.com/vdespa/Vtiger-Web-Services-PHP-Client-Library)[ Packagist](https://packagist.org/packages/vdespa/vtiger)[ Docs](https://github.com/vdespa/Vtiger-Web-Services-PHP-Client-Library)[ RSS](/packages/vdespa-vtiger/feed)WikiDiscussions master Synced today

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

[![No Maintenance Intended](https://camo.githubusercontent.com/d904056147052e22d8e1c7f46bb50293ed2aeb4c43ead9a2d0cf7a48b46d0562/687474703a2f2f756e6d61696e7461696e65642e746563682f62616467652e737667)](http://unmaintained.tech/)

Vtiger Web Services PHP Client Library (vtwsphpclib)
====================================================

[](#vtiger-web-services-php-client-library-vtwsphpclib)

Composer based Vtiger Web Services Client.

Build Status
------------

[](#build-status)

Travis-CI: [![Build Status](https://camo.githubusercontent.com/c24575a540c8daef0e9a30d0b58b29a7a9d2ddf88401bbd943cb262c674a3b05/68747470733a2f2f7472617669732d63692e6f72672f7664657370612f5674696765722d5765622d53657276696365732d5048502d436c69656e742d4c6962726172792e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/vdespa/Vtiger-Web-Services-PHP-Client-Library)

Installation
============

[](#installation)

The recommended way to install vtwsphpclib is with [Composer](https://getcomposer.org/). Composer is a dependency management tool for PHP.

Specify vtwsphpclib as a dependency in your **composer.json** file:

```
{
	"require": {
  		"vdespa/vtiger": "0.1"
	}
}

```

In case you are new to Composer, you need to include the file `/vendor/autoload.php` file.

Usage
=====

[](#usage)

Creating the WSClient object
----------------------------

[](#creating-the-wsclient-object)

```
use Vdespa\Vtiger\WSClient;

$url = 'http://example.com/';

$config = [
	'auth' => [
		'username' => 'YOURVTIGERUSERNAME',
		'accesskey' => 'YOURVTIGERACCESSKEY'
	]
];

$wsclient = new WSClient($url, $config);

```

Retrieving Errors
-----------------

[](#retrieving-errors)

If an operation fails, the return value will be false. No error will be displayed unless you call

```
echo $wsclient->getLastError();

```

Create Object
-------------

[](#create-object)

```
$create = $wsclient->createObject('Accounts', array('accountname' => 'Test account'));

```

List Types
----------

[](#list-types)

Get a list of Vtiger objects that are available when using the API.

```
$availableModules = $wsclient->getAvailableModules();

```

Other operations
----------------

[](#other-operations)

\-- Work in progress --

License
=======

[](#license)

Licensed using the MIT license. See LICENSE.

Thanks
======

[](#thanks)

- Build with Guzzle 4.\*
- Inspired by vtwsclib – vtiger CRM Web Services Client Library version 1.4

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.2% 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 ~223 days

Total

3

Last Release

3828d ago

Major Versions

v0.1 → 1.0.0-alpha2015-11-15

PHP version history (2 changes)v0.1PHP &gt;=5.4

1.0.0-alphaPHP &gt;=5.5

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1197635?v=4)[Valentin Despa](/maintainers/vdespa)[@vdespa](https://github.com/vdespa)

---

Top Contributors

[![vdespa-collab](https://avatars.githubusercontent.com/u/68944255?v=4)](https://github.com/vdespa-collab "vdespa-collab (20 commits)")[![Skatox](https://avatars.githubusercontent.com/u/177008?v=4)](https://github.com/Skatox "Skatox (1 commits)")

---

Tags

webservicesvtigervtwsclib

### Embed Badge

![Health badge](/badges/vdespa-vtiger/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

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

A php library for building xmlrpc clients and servers

2414.9M45](/packages/phpxmlrpc-phpxmlrpc)[salaros/vtwsclib-php

Vtiger Web Services PHP Client Library

4847.7k](/packages/salaros-vtwsclib-php)[njasm/soundcloud

Soundcloud API Wrapper written in PHP with OAuth 2.0 support

100161.8k2](/packages/njasm-soundcloud)[bernhardk/laravel-dpd

Laravel package for using DPD Webservices to submit shipment to dpd und retrieve its label and tracking information.

143.3k](/packages/bernhardk-laravel-dpd)

PHPackages © 2026

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