https://github.com/diversen/noiphp
Simple client for the no-ip.com API for dynamic IP
https://github.com/diversen/noiphp
noip php
Last synced: 11 months ago
JSON representation
Simple client for the no-ip.com API for dynamic IP
- Host: GitHub
- URL: https://github.com/diversen/noiphp
- Owner: diversen
- Created: 2012-05-17T07:15:55.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T13:34:50.000Z (about 4 years ago)
- Last Synced: 2024-04-14T22:22:39.924Z (about 2 years ago)
- Topics: noip, php
- Language: PHP
- Size: 22.5 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PHP client for the no-ip.com API for auto update a no-ip DNS server to point to a dynamic IP.
Setup, and usage. See:
https://blog.10kilobyte.com/blog/view/21/NO-IP-client-written-in-PHP
## Changelog:
### v0.0.4
Fix log of error
### v0.0.3
'api_ip' => 'https://api.10kilobyte.com/my_ip.php',
// as we use a log with date we need a date format
'date_format_long' => "%d-%b-%Y %T",
Add `date_format_long` to config in order to remove notices about missing timestamps
If upgrading to a newer version of php (e.g. 5.5) you should add this to your
config/config.php file
Add `api_ip` for allowing to set a different url where we can get your current IP,
which is then used to send to the no-ip service. You can just leave this one empty
and the following will be used:
https://api.10kilobyte.com/my_ip.php
### v0.0.4
Change default api URL