https://github.com/kasperhartwich/php-gratisdns
Alter DNS entries at GratisDNS via php. Administrer dine DNS indstillinger hos GratisDNS via php.
https://github.com/kasperhartwich/php-gratisdns
dns gratisdns php
Last synced: 5 months ago
JSON representation
Alter DNS entries at GratisDNS via php. Administrer dine DNS indstillinger hos GratisDNS via php.
- Host: GitHub
- URL: https://github.com/kasperhartwich/php-gratisdns
- Owner: kasperhartwich
- Created: 2012-02-09T11:26:11.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:20:17.000Z (about 5 years ago)
- Last Synced: 2025-07-16T19:36:07.146Z (11 months ago)
- Topics: dns, gratisdns, php
- Language: PHP
- Homepage: http://gratisdns.dk
- Size: 27.3 KB
- Stars: 16
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# php-gratisdns
## Introduction
This library is for altering your DNS entries at [GratisDNS](https://web.gratisdns.dk/).
## 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.