https://github.com/salaros/vtwsclib-php
A PHP client for vTiger's Web Services APIs. Works well vTiger forks such as VTE CRM.
https://github.com/salaros/vtwsclib-php
api client crm guzzle php restful-webservices vtiger vtigercrm webservices
Last synced: 4 months ago
JSON representation
A PHP client for vTiger's Web Services APIs. Works well vTiger forks such as VTE CRM.
- Host: GitHub
- URL: https://github.com/salaros/vtwsclib-php
- Owner: salaros
- License: mit
- Created: 2015-01-09T08:39:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-30T16:18:58.000Z (almost 3 years ago)
- Last Synced: 2024-12-19T01:06:55.576Z (4 months ago)
- Topics: api, client, crm, guzzle, php, restful-webservices, vtiger, vtigercrm, webservices
- Language: PHP
- Homepage: https://codecave.pro/#projects
- Size: 121 KB
- Stars: 47
- Watchers: 10
- Forks: 23
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://wiki.vtiger.com/index.php/Webservices_tutorials)
[](https://raw.githubusercontent.com/salaros/vtwsclib-php/master/LICENSE)
[](https://github.com/salaros/vtwsclib-php/search?l=php)
[](https://packagist.org/packages/salaros/vtwsclib-php)
[](https://packagist.org/packages/salaros/vtwsclib-php)
[](https://packagist.org/packages/salaros/vtwsclib-php)[](http://vtwsclib-php.readthedocs.io/en/latest/?badge=latest)
[](https://scrutinizer-ci.com/g/salaros/vtwsclib-php/?branch=master)
[](https://scrutinizer-ci.com/g/salaros/vtwsclib-php/build-status/master)
[](https://packagist.org/packages/salaros/vtwsclib-php)[](https://www.patreon.com/salaros/)
[](https://paypal.me/salarosIT)
[](https://liberapay.com/salaros/)vtwsclib-php
============A PHP client for [vTiger](https://www.vtiger.com/)'s [Web Services](https://wiki.vtiger.com/index.php/Webservices_tutorials) APIs. Works well vTiger **forks** such as [VTE CRM](http://vtecrm.com/en/).
## ★★★ 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.

## Installing via Composer
The recommended way to install **vtwsclib-php** is through [Composer](https://getcomposer.org/download/).
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](https://github.com/salaros/vtwsclib-php/wiki) of how to use vtwsclib-php:
```php
');
```Here you can find more **[detailed examples](https://github.com/salaros/vtwsclib-php/wiki)** on how to use **vtwsclib-php**.
## Official documentation
The official documentation can be found [here](http://vtwsclib-php.readthedocs.io/en/latest/WSClient.html).
## Support
This is a development reposiroty for `vtwsclib-php` and should _not_ be used for support.
Please visit [StackOverflow's vtwsclib-php topic](https://stackoverflow.com/questions/tagged/vtwsclib-php) for any support request or click [here to ask a vtwsclib-php-related question](https://stackoverflow.com/questions/ask?tags=vtwsclib-php+vtiger+web-services+api+php).## 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](https://github.com/salaros/vtwsclib-php/issues?direction=desc&labels=bug&page=1&sort=created&state=open) on GitHub.
2. Send me a Pull Request with your bug fixes and/or new features.
3. Provide feedback and suggestions on [enhancements](https://github.com/salaros/vtwsclib-php/issues?direction=desc&labels=enhancement&page=1&sort=created&state=open).## More useful resources
* [vTiger Webservices Tutorials](https://wiki.vtiger.com/index.php/Webservices_tutorials)
* [vtwsclib-1.4.pdf](http://code.vtiger.com/vtiger/vtigercrm-sdk/blob/8230a46668d007ad1f01d2a892f5378c57f328c6/vtwsclib/1.4/vtwsclib-1.4.pdf) from http://code.vtiger.com