Dolist 库
该库允许您与 Dolist CRM 的 API 进行交互。
基本文档
安装
只需1步:
使用 composer 下载 Dolist
在 composer.json 中添加 Dolist:
{
"require" : {
"mremi/dolist" : "dev-master"
}
}
现在通过运行命令告诉作曲家下载库:
$ php composer.phar update mremi/dolist
Composer 会将该库安装到您项目的vendor/mremi目录中。
添加/更新联系人
<?php
use Mremi \ Dolist \ Authentication \ AuthenticationManager ;
use Mremi \ Dolist \ Authentication \ Authenticati
评论0
最新资源