vtwsclib-php icon indicating copy to clipboard operation
vtwsclib-php copied to clipboard

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

Results 5 vtwsclib-php issues
Sort by recently updated
recently updated
newest added

hello, using these sdk, I have a strange error when I try to recover the documents (Documents module) attached to a comment (ModComments module). From retrieve_related I get this message:...

``` # This patch file was generated by NetBeans IDE # It uses platform neutral UTF-8 encoding and \n newlines. --- a/Entities.php (1 gru 2021, 13:09:39) +++ b/Current File @@...

Hello, Trying to insert Invoice via webservice, but getting "Failed to execute POST call" : ``` require 'vendor/autoload.php'; use Salaros\Vtiger\VTWSCLib\WSClient; $client = new WSClient('http://vtiger.weaccess.pro/', 'admin', 'mypass'); $array = Array( 'subject'=>...