2017 © Pedro Peláez
 

library vtwsclib-php

Vtiger Web Services PHP Client Library

image

sidanval/vtwsclib-php

Vtiger Web Services PHP Client Library

  • Thursday, December 15, 2016
  • by sidanval
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Dependency Status, (*1)

vtwsclib-php

Vtiger Web Services PHP Client Library, (*2)

Installing via Composer

The recommended way to install vtwsclib-php is through Composer., (*3)

# Install Composer
curl -sS https://getcomposer.org/installer | php

Next, run the Composer command to install the latest stable version of Guzzle:, (*4)

composer require salaros/vtwsclib-php

..or edit your composer.json file manually by adding:, (*5)

{
    "require": {
        "salaros/vtwsclib-php": "dev-master"
    }
}

After installing, you need to require Composer's autoloader:, (*6)

require 'vendor/autoload.php';

How to use

$client=new WSClient($url);
$login=$client->login($user, $accessKey);

..new usage examples are coming soon.., (*7)

The Versions

15/12 2016

dev-master

9999999-dev https://github.com/sidanval/vtwsclib-php

Vtiger Web Services PHP Client Library

  Sources   Download

MIT

The Requires

 

api client webservices vtiger vtwsclib

12/11 2016

0.4

0.4.0.0 https://github.com/salaros/vtwsclib-php

Vtiger Web Services PHP Client Library

  Sources   Download

MIT

The Requires

 

api client webservices vtiger vtwsclib

12/11 2016

0.3

0.3.0.0 https://github.com/salaros/vtwsclib-php

Vtiger Web Services PHP Client Library

  Sources   Download

MIT

The Requires

 

api client webservices vtiger vtwsclib

17/06 2016

0.2

0.2.0.0 https://github.com/salaros/vtwsclib-php

Vtiger Web Services PHP Client Library

  Sources   Download

MIT

The Requires

 

api client webservices vtiger vtwsclib

19/05 2015

0.1

0.1.0.0 https://github.com/salaros/vtwsclib-php

Vtiger Web Services PHP Client Library

  Sources   Download

MIT

The Requires

 

api client webservices vtiger vtwsclib