initial commit

This commit is contained in:
ghost 2024-01-30 11:46:07 +02:00
parent 6a3e2b86d7
commit e25e794dc4
4 changed files with 138 additions and 0 deletions

View file

@ -1,2 +1,17 @@
# gemini-php
PHP 8 Library for Gemini Protocol
## DokuWiki
### Convert
```
$dokuwiki = new \Yggverse\Gemini\Dokuwiki();
echo $dokuwiki->toGemini(
file_get_contents(
'data/pages/index.txt'
)
);
```