Browse Source

add integration examples

main
yggverse 7 months ago
parent
commit
7951c7c5e5
  1. 14
      README.md

14
README.md

@ -1,9 +1,15 @@
# Titan II # 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/) Simply create online server with native IPv6 support for PHP apps or just static `gemtext`
- [https://gemini.circumlunar.space/](https://gemini.circumlunar.space/)
## 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 ## Install
@ -14,7 +20,7 @@ Gemini Protocol library for PHP 8
## Usage ## Usage
``` ``` php
<?php <?php
$server = new \Yggverse\TitanII\Server(); $server = new \Yggverse\TitanII\Server();

Loading…
Cancel
Save