Download the PHP package wanchaik/vtwsclib-php without Composer
On this page you can find all versions of the php package wanchaik/vtwsclib-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wanchaik/vtwsclib-php
More information about wanchaik/vtwsclib-php
Files in wanchaik/vtwsclib-php
Package vtwsclib-php
Short Description Vtiger Web Services PHP Client Library
License MIT
Homepage https://github.com/salaros/vtwsclib-php
Informations about the package vtwsclib-php
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.
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:
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:
- Found a bug? Raise an issue on GitHub.
- Send me a Pull Request with your bug fixes and/or new features.
- Provide feedback and suggestions on enhancements.