php-gopher (ver 0.1) Freeware php-gopher is a stream wrapper implementing Gopher support in PHP 5.3. HOW DO I USE IT? ---------------- There's a demo file called demo.php, but the short version is: include GopherStream.php and open something with a Gopher URL. There's even opendir() support, although it's kind of useless. There's also quite a bit of inline documentation. You can run phpDocumentor over GopherStream.php to extract it, if you like, although you probably don't need to.