Download the PHP package sidanval/vtwsclib-php without Composer
On this page you can find all versions of the php package sidanval/vtwsclib-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sidanval/vtwsclib-php
More information about sidanval/vtwsclib-php
Files in sidanval/vtwsclib-php
Download sidanval/vtwsclib-php
More information about sidanval/vtwsclib-php
Files in sidanval/vtwsclib-php
Vendor sidanval
Package vtwsclib-php
Short Description Vtiger Web Services PHP Client Library
License MIT
Homepage https://github.com/salaros/vtwsclib-php
Package vtwsclib-php
Short Description Vtiger Web Services PHP Client Library
License MIT
Homepage https://github.com/salaros/vtwsclib-php
Please rate this library. Is it a good library?
Informations about the package vtwsclib-php
vtwsclib-php
Vtiger Web Services PHP Client Library
Installing via Composer
The recommended way to install vtwsclib-php is through Composer.
# Install Composer
curl -sS https://getcomposer.org/installer | php
Next, run the Composer command to install the latest stable version of Guzzle:
composer require salaros/vtwsclib-php
..or edit your composer.json file manually by adding:
{
"require": {
"salaros/vtwsclib-php": "dev-master"
}
}
After installing, you need to require Composer's autoloader:
require 'vendor/autoload.php';
How to use
$client=new WSClient($url);
$login=$client->login($user, $accessKey);
..new usage examples are coming soon..
All versions of vtwsclib-php with dependencies
PHP Build Version
Package Version
The package sidanval/vtwsclib-php contains the following files
Loading the files please wait ....