Author: Manuel Lemos
Updated on: 2024-04-04
Posted on: 2024-04-04
Package: PHP RDAP Server
It is a successor of the Whois protocol. RDAP allows query processing using HTTP requests and getting query responses in JSON format.
So, the RDAP server responses are more accessible to parse and process than the WHOIS server responses because, nowadays, it is easy to parse data in JSON format in PHP and many other languages.
This package implements an RDAP server in pure PHP code. It allows any PHP developer to implement the responses to queries about domains and IP addresses they can manage.
About the PHP RDAP Server Package
The package PHP RDAP Server is one of the few PHP packages that was considered notable recently because it does something worth paying attention to.
The basic purpose is: Process RDAP queries about an IP address or domain
Here follows in more detail what it does:
This package can process RDAP queries about an IP address or domain.
It implements an RDAP Web server that can process queries about IP addresses and domains.
The server returns responses in JSON format according to the RDAP protocol specification.
This server supports falling back to Whois queries when performing an RDAP query about an IP address or domain is impossible.
Conclusion
The PHP RDAP Server can be downloaded from download page or be installed using the PHP Composer tool following instructions in the Composer install instructions page.
This package was considered notable for implementing its benefits in a way worth noticing.
Notable PHP packages can often be considered innovative. If this package is creative, it can be nominated for the PHP Innovation Award, and the author may win prizes and recognition for sharing innovative packages.
If you also developed notable or innovative packages, consider sharing them to earn more visibility for your package and excellent prizes.
One nice prize that many PHP developers want and you may like is the PHP elePHPant mascot plush.
You need to be a registered user or login to post a comment
Login Immediately with your account on:
Comments:
No comments were submitted yet.