文件名称:sugarcrm-apiwrapper:SugarCRM API包装器,用于需要连接到Sugar的简单门户应用程序开发
文件大小:34KB
文件格式:ZIP
更新时间:2024-05-19 02:16:52
PHP
SugarCRM Api包装器 安装 composer require inetprocess/sugarcrm-apiwrapper 用法 基本请求 一个基本类,可启动Guzzle HTTP Client,并为其他类提供进行SugarCRM API调用的主要方法。 您可以直接使用它,但不建议使用。 您还可以基于该类建立自己的类。 用法示例: <?php require_once 'vendor/autoload.php' ; use InetProcess \ SugarAPI \ BaseRequest ; $ url = 'http://127.0.0.1' ; $ username = 'admin' ; $ password = 'admin' ; $ base = new BaseRequest ( $ url ); $ base -> setUsername ( $ use
【文件预览】:
sugarcrm-apiwrapper-master
----.gitignore(64B)
----README.md(8KB)
----tests()
--------ExceptionsTest.php(1KB)
--------ModuleTest.php(23KB)
--------SugarClientTest.php(7KB)
--------BaseRequestTest.php(8KB)
--------DropdownTest.php(2KB)
----composer.lock(55KB)
----LICENSE(11KB)
----composer.json(801B)
----phpunit.xml.dist(1KB)
----src()
--------Exception()
--------BaseRequest.php(9KB)
--------SugarClient.php(1KB)
--------ClientTrait.php(1KB)
--------BulkRequest.php(2KB)
--------Module.php(9KB)
--------Dropdown.php(1002B)
----build.xml(4KB)