mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-03-31 17:05:29 +00:00
17 lines
No EOL
217 B
Markdown
17 lines
No EOL
217 B
Markdown
# 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'
|
|
)
|
|
);
|
|
``` |