2017 © Pedro Peláez
 

library vtiger

Vtiger Web Services PHP Client Library

image

vdespa/vtiger

Vtiger Web Services PHP Client Library

  • Sunday, February 4, 2018
  • by vdespa
  • Repository
  • 4 Watchers
  • 12 Stars
  • 734 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 2 Open issues
  • 5 Versions
  • 2 % Grown

The README.md

No Maintenance Intended, (*1)

Vtiger Web Services PHP Client Library (vtwsphpclib)

Composer based Vtiger Web Services Client., (*2)

Build Status

Travis-CI: Build Status, (*3)

Installation

The recommended way to install vtwsphpclib is with Composer. Composer is a dependency management tool for PHP., (*4)

Specify vtwsphpclib as a dependency in your composer.json file:, (*5)

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

In case you are new to Composer, you need to include the file /vendor/autoload.php file., (*6)

Usage

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

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

echo $wsclient->getLastError();

Create Object

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

List Types

Get a list of Vtiger objects that are available when using the API., (*8)

$availableModules = $wsclient->getAvailableModules();

Other operations

-- Work in progress --, (*9)

License

Licensed using the MIT license. See LICENSE., (*10)

Thanks

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

The Versions

04/02 2018

dev-master

9999999-dev https://github.com/vdespa/Vtiger-Web-Services-PHP-Client-Library

Vtiger Web Services PHP Client Library

  Sources   Download

The MIT License (MIT)

The Requires

 

webservices vtiger vtwsclib

15/11 2015

dev-development

dev-development https://github.com/vdespa/Vtiger-Web-Services-PHP-Client-Library

Vtiger Web Services PHP Client Library

  Sources   Download

The MIT License (MIT)

The Requires

 

The Development Requires

webservices vtiger vtwsclib

15/11 2015

1.0.0-alpha.1

1.0.0.0-alpha1 https://github.com/vdespa/Vtiger-Web-Services-PHP-Client-Library

Vtiger Web Services PHP Client Library

  Sources   Download

The MIT License (MIT)

The Requires

 

The Development Requires

webservices vtiger vtwsclib

15/11 2015

1.0.0-alpha

1.0.0.0-alpha https://github.com/vdespa/Vtiger-Web-Services-PHP-Client-Library

Vtiger Web Services PHP Client Library

  Sources   Download

The MIT License (MIT)

The Requires

 

The Development Requires

webservices vtiger vtwsclib

25/08 2014

v0.1

0.1.0.0 https://github.com/vdespa/Vtiger-Web-Services-PHP-Client-Library

Vtiger Web Services PHP Client Library

  Sources   Download

The MIT License (MIT)

The Requires

 

webservices vtiger vtwsclib