initial commit

This commit is contained in:
ghost 2024-01-30 11:46:07 +02:00
parent 6a3e2b86d7
commit e25e794dc4
4 changed files with 138 additions and 0 deletions

14
composer.json Normal file
View file

@ -0,0 +1,14 @@
{
"name": "yggverse/gemini",
"description": "PHP 8 Library for Gemini Protocol",
"keywords": [ "yggverse", "gemini", "wiki", "dokuwiki", "markdown" ],
"homepage": "https://github.com/yggverse/gemini-php",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Yggverse\\Gemini\\": "src/"
}
},
"require": {}
}