salaros/vtwsclib-php
最新稳定版本:1.1.0
Composer 安装命令:
composer require salaros/vtwsclib-php
包简介
Vtiger Web Services PHP Client Library
README 文档
README
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:
<?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:
- 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.
More useful resources
统计信息
- 总下载量: 44.45k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 48
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-04
