atom.com/atom-php
Composer 安装命令:
composer require atom.com/atom-php
包简介
PHP SDK for the Atom API Implementation
README 文档
README
Here is the PHP implementation of the Atom Apis which can be found in Atom API documentation - https://www.atom.com/api-docs/index.php
Installation
This library supports PHP 5.6 and later
The recommended way to install atom-php is through Composer:
composer require atom-api/atom-php
Clients
Initialize your object using your auth token and user_id:
$aa = new AtomApi('<auth_token>', '<user_id>');
Incase if you are want to create the client object with the environment as the third variable, default is production.
$aa = new AtomApi('<auth_token>', '<user_id>', 'dev');
Auth token for the sandbox and production are different, you should be able to find them from your API Access page in Atom Dashboard.
Seller Apis
Get Domains
$params = array("type" => "premium"); // default is empty array
$domains = $aa->getDomains($params);
Default values of the params are empty and more information can be found in the documentation - https://www.atom.com/api-docs/index.php
For any queries / questions reach out to ramu@atom.com
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2024-06-19