# Gemini Foundation PHP library ## How to setup a Gemini Server with the Gemini Foundation PHP library Step one * do it > just do it yoooo ```php $server = new Server(); $server->onRequest(new DocumentServer()); $server->listen(); ``` => https://dweipert.de => test.gmi