andreas-weber / php-dyndns
基于PHP的DynDNS库
dev-master
2014-04-03 22:19 UTC
Requires
- php: >=5.4
Requires (Dev)
- phpunit/phpunit: ~3.7
This package is not auto-updated.
Last update: 2024-09-14 15:28:31 UTC
README
基于PHP的DynDNS库
支持的域名提供商
- Dyn
- SchlundTech(需要访问 XML-Gateway)
需求
库需要PHP >= 5.4和PHP curl扩展
安装
克隆仓库
git clone https://github.com/andreas-weber/php-dyndns.git /path/to/your/folder
安装依赖项
cd /path/to/your/folder
composer update
运行测试
phpunit
路线图
- 实现Strato提供商
- 添加提供商测试
致谢
- 感谢 Martin Lowinski 在他的 仓库 中实现了功能版本的 Schlundtech XML-Gateway,这为我开发这个库提供了基础和灵感。