blob: edc8190b9d35b31026c7d8d24889c38ad13f6599 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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
|