定制 dbx12/yii2-closeio 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

dbx12/yii2-closeio

Composer 安装命令:

composer require dbx12/yii2-closeio

包简介

An extension to connect your closeio / close.com leads to your application

README 文档

README

Connect you Yii2 application with the Close CRM (previously Close.io) API. This project wraps loopline-systems/closeio-api-wrapper in a Yii2 component.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist dbx12/yii2-closeio "*"

or add

"dbx12/yii2-closeio": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, configure it as component in your config files. You will need an API key for your close organization. Read more about API keys and how to get them in the close documentation here.

return [
    'components' => [
        'close' => [
            'class' => \dbx12\closeio\CloseComponent::class,
            'apiKey' => 'api-key-here'
        ],
    ],
];

You can than use it as component, for example, if you want to find the lead lead_aaaaaaaabbbbbbbcccccccdddddddeeeeeeefffffff you could use this snippet to get a LooplineSystems\CloseIoApiWrapper\Model\Lead object.

$shipment = Yii::$app->close->leadApi->getLead('lead_aaaaaaaabbbbbbbcccccccdddddddeeeeeeefffffff');

You can read how to use the different APIs in the documentation of the actual API project here

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-09-16

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固