init composer

This commit is contained in:
yggverse 2024-06-23 14:52:15 +03:00
parent 9a84bb9d69
commit 63d810b9fe
3 changed files with 31 additions and 1 deletions

View file

@ -1,2 +1,11 @@
# gemtext-php
PHP 8 library for text/gemini
PHP 8 library for `text/gemini`
This library is lightweight replacement to [gemini-php](https://github.com/YGGverse/gemini-php)
## Install
``` bash
composer require yggverse/gemtext
```