mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-03-31 17:05:29 +00:00
initial commit
This commit is contained in:
parent
6a3e2b86d7
commit
e25e794dc4
4 changed files with 138 additions and 0 deletions
15
README.md
15
README.md
|
|
@ -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'
|
||||
)
|
||||
);
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue