From bf52a58fbdadcbe4266f26d7bb8ec748f80c9ffa Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 8 Jul 2024 05:50:45 +0300 Subject: [PATCH] update readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48d7298..a1ccc7c 100755 --- a/README.md +++ b/README.md @@ -1,8 +1,15 @@ # gemtext-php -PHP 8 library for `text/gemini` +Lightweight, object-oriented PHP 8 library for [Gemtext](https://geminiprotocol.net/docs/gemtext.gmi) -This library is lightweight, object-oriented [Gemtext](https://geminiprotocol.net/docs/gemtext.gmi) replacement to [gemini-php](https://github.com/YGGverse/gemini-php) +## See also + +* [gemini-php](https://github.com/YGGverse/gemini-php) - PHP 8 Client library for Gemini connections + +## Integrations + +* [gemini-dl](https://github.com/YGGverse/gemini-dl) - CLI batch downloader for Gemini protocol +* [Yoda](https://github.com/YGGverse/Yoda) - PHP-GTK Browser for Gemini protocol ## Install