Home
Softono

Vtwsclib Php

Open source MIT PHP
48
Stars
21
Forks
5
Issues
9
Watchers
4 years
Last Commit

 About Vtwsclib Php

A PHP client for vTiger's Web Services APIs. Works well vTiger forks such as VTE CRM.

Platforms

Web Self-hosted

Languages

PHP

Need Help Installing Vtwsclib Php?

We provide expert installation service for this software. Our team will install, configure, and secure Vtwsclib Php on your server. plans start at just $30.

Vtwsclib Php

View on GitHub

vTiger versions License GitHub top language Packagist version Packagist downloads Monthly Downloads

Documentation Status Scrutinizer Code Quality Build Status composer.lock

Donate Patreon Donate Paypal Donate Liberapay

vtwsclib-php

A PHP client for vTiger's Web Services APIs. Works well vTiger forks such as VTE CRM.

★★★ Support this project ★★★

You can support us in a small way, please consider starring and sharing this repo! It helps us getting known and grow the community.

star us

Installing via Composer

The recommended way to install vtwsclib-php is through Composer.

composer require "salaros/vtwsclib-php:*"

..or edit your composer.json file manually by appending salaros/vtwsclib-php:

"require": {
    ...
    "salaros/vtwsclib-php": "*"
}

How to use

Here are some examples of how to use vtwsclib-php:

<?php
require 'vendor/autoload.php';

use Salaros\Vtiger\VTWSCLib\WSClient;

$client = new WSClient('https://vtiger.mycompany.com/', 'admin', '<accessKey>');

Here you can find more detailed examples on how to use vtwsclib-php.

Official documentation

The official documentation can be found here.

Support

This is a development reposiroty for vtwsclib-php and should not be used for support. Please visit StackOverflow's vtwsclib-php topic for any support request or click here to ask a vtwsclib-php-related question.

Contributions

Anyone is welcome to contribute to the development of this plugin. There are various ways to do so:

  1. Found a bug? Raise an issue on GitHub.
  2. Send me a Pull Request with your bug fixes and/or new features.
  3. Provide feedback and suggestions on enhancements.

More useful resources