PHKP: PHP HKP Implementation
PHKP is an implementation of the OpenPGP HTTP Keyserver Protocol (HKP) in PHP. It allows people to serve a PGP keyserver on most webservers, provided that the webserver has GnuPG and PHP with exec() enabled. Searching, requesting and submitting (optional) of keys are all supported.
The development version of PHKP is available in my Git repository:
git clone git://el-tramo.be/phkp
Alternatively, you can download the latest release. Instructions on how to use PHKP can be found in the README of the source tarball.
WARNING: This is software is not production-ready. It probably contains bugs and security leaks. Use at your own risk !!!



[...] I just released some very preliminary code for another toy project, PHKP. PHKP is an implementation of the OpenPGP HTTP Keyserver Protocol (HKP) in PHP. It allows people to serve a PGP keyserver on most webservers, provided that the webserver has GnuPG and PHP with exec() enabled. [...]