mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-03-31 17:05:29 +00:00
14 lines
401 B
JSON
14 lines
401 B
JSON
{
|
|
"name": "yggverse/gemini",
|
|
"description": "PHP 8 Library for Gemini Protocol",
|
|
"keywords": [ "yggverse", "gemini", "gemini-protocol", "client", "request", "response" ],
|
|
"homepage": "https://github.com/yggverse/gemini-php",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Yggverse\\Gemini\\": "src/"
|
|
}
|
|
},
|
|
"require": {}
|
|
}
|