kasperh / php-gratisdns
Alter DNS entries at GratisDNS via php. Administrer dine DNS indstillinger hos GratisDNS via php.
Installs: 566
Dependents: 0
Suggesters: 0
Security: 0
Stars: 16
Watchers: 4
Forks: 7
Open Issues: 2
pkg:composer/kasperh/php-gratisdns
Suggests
- ext-curl: *
This package is auto-updated.
Last update: 2025-09-29 01:31:39 UTC
README
Introduction
This library is for altering your DNS entries at GratisDNS.
Installation
To get started you need to install the library:
composer require kasperhartwich/gratisdns
How to use
See example.php
for how to use this and use dyndns.php
to automatically update a record with a dynamic ip.
Feel free to fork and if you can improve this script please make a pull request. :)
License
Licensed under MIT License.
-- This php script use 'PHP Simple HTML DOM Parser' to parse the HTML. http://simplehtmldom.sourceforge.net I would love to require this thru Packagist, but it is not included.