DnsMadeEasy:Dns Made Easy API 的 PHP 包装器

时间:2024-07-10 11:01:41
【文件属性】:

文件名称:DnsMadeEasy:Dns Made Easy API 的 PHP 包装器

文件大小:7KB

文件格式:ZIP

更新时间:2024-07-10 11:01:41

PHP

示例用法 创建 DnsMadeEasy 类的实例 // log into your DNS Made Easy account to generate/obtain your API key and secret key. // specify TRUE for the last parameter if you want to make test API calls. $ dme = new DnsMadeEasy ( 'yourApiKey' , 'yourSecretKey' , TRUE ); 添加域 $ result = $ dme -> domains -> add ( 'foobar.com' ); if ( $ errors = $ result -> errors ()) { print_r ( $ errors ); } else { // outputs th


【文件预览】:
DnsMadeEasy-master
----DnsMadeEasy.php(1KB)
----.gitignore(20B)
----README.md(1KB)
----Records.php(3KB)
----Domains.php(2KB)
----Response.php(2KB)
----composer.json(331B)
----Base.php(3KB)
----Exception.php(143B)
----Secondary.php(2KB)

网友评论