|
|
|
@ -1,9 +1,15 @@
@@ -1,9 +1,15 @@
|
|
|
|
|
# Titan II |
|
|
|
|
|
|
|
|
|
Gemini Protocol library for PHP 8 |
|
|
|
|
Composer / PHP 8 library for [Gemini Protocol](https://geminiprotocol.net) |
|
|
|
|
|
|
|
|
|
- [gemini://gemini.circumlunar.space/](gemini://gemini.circumlunar.space/) |
|
|
|
|
- [https://gemini.circumlunar.space/](https://gemini.circumlunar.space/) |
|
|
|
|
Simply create online server with native IPv6 support for PHP apps or just static `gemtext` |
|
|
|
|
|
|
|
|
|
## Integrations |
|
|
|
|
|
|
|
|
|
* [β-Doku](https://github.com/YGGverse/bdoku) - DokuWiki Satellite for Gemini Protocol |
|
|
|
|
* [Pulsar](https://github.com/YGGverse/Pulsar) - RSS Aggregator for Gemini Protocol |
|
|
|
|
* [KVAZAR](https://github.com/kvazar-network/geminiapp) - KevaCoin Explorer for Gemini Protocol |
|
|
|
|
* [KevaChat](https://github.com/kevachat/geminiapp) - Chat in BlockChain |
|
|
|
|
|
|
|
|
|
## Install |
|
|
|
|
|
|
|
|
@ -14,7 +20,7 @@ Gemini Protocol library for PHP 8
@@ -14,7 +20,7 @@ Gemini Protocol library for PHP 8
|
|
|
|
|
|
|
|
|
|
## Usage |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
``` php |
|
|
|
|
<?php |
|
|
|
|
|
|
|
|
|
$server = new \Yggverse\TitanII\Server(); |
|
|
|
|