amaxlab / yandex-pdd-api
yandex pdd api 的客户端
v0.1
2017-08-11 05:14 UTC
Requires
- php: >=5.4
- netresearch/jsonmapper: ^1.2
Requires (Dev)
- phpunit/phpunit: ^4.7
- ptrofimov/xpmock: ^1.1
This package is not auto-updated.
Last update: 2024-09-15 04:05:31 UTC
README
yandex pdd api 的客户端
要求
- php >= 5.4
- netresearch/jsonmapper >= 1.2
安装
composer require amaxlab/yandex-pdd-api
使用方法
获取 API 的管理员令牌 链接
<?php include __DIR__.'/vendor/autoload.php'; $client = new \AmaxLab\YandexPddApi\Client('ADMIN TOKEN'); $dnsManager = $client->getDnsManager(); $records = $dnsManager->getRecords('domain.com');
文档
待办事项
域名管理器DNS 管理器邮箱管理器- 域名标志管理器
- 邮件列表管理器
- 邮件导入管理器
- DKIM 管理器
- 管理员管理器
许可证
此库根据 MIT 许可证 发布