pel/zohocreator-api
Composer 安装命令:
composer require pel/zohocreator-api
包简介
A class to consume Zoho Creator's API.
关键字:
README 文档
README
About
This is a PHP class to consume Zoho Creator's API.
Usage
Here are the class's public methods. For more information on usage, please visit Zoho Creator's website.
// Initializes the class. $zoho = new Zoho_Creator_API($login_id, $password, $api_key, $application_name); // Initializes an API ticket. $zoho->init_api_ticket(); // Kills an API ticket. $zoho->kill_api_ticket(); // Adds an entry. $zoho->add($form_name, $data_array); // Updates an entry. $zoho->update($form_name, $data_array, $criteria, $reloperator); // Updates if exists, adds if not. $zoho->update_else_add($form_name, $data_array), $criteria);
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-09-20