mirror of
https://github.com/YGGverse/yggverse.github.io.git
synced 2026-03-31 17:15:36 +00:00
refactor project tree
This commit is contained in:
parent
fd8d5ddf96
commit
f4199191b5
14 changed files with 43 additions and 23 deletions
26
gemini/gemini-php/0.2.0.gmi
Normal file
26
gemini/gemini-php/0.2.0.gmi
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# gemini-php 0.2.0
|
||||
|
||||
Completed Request / Response Client
|
||||
|
||||
This API make TLS socket connection simpler for PHP apps based on Composer
|
||||
|
||||
## Example
|
||||
|
||||
``` php
|
||||
$request = new \Yggverse\Gemini\Client\Request(
|
||||
'gemini://yggverse.cities.yesterweb.org:1965/index.gmi'
|
||||
);
|
||||
|
||||
$response = new \Yggverse\Gemini\Client\Response(
|
||||
$request->getResponse()
|
||||
);
|
||||
|
||||
var_dump(
|
||||
$response->getBody()
|
||||
);
|
||||
```
|
||||
|
||||
## Links
|
||||
|
||||
=> https://github.com/YGGverse/gemini-php/releases/tag/0.2.0 Download gemini-php 0.2.0
|
||||
=> https://github.com/YGGverse/Yo/blob/gemini/src/cli/document/crawl.php Feature in Yo! Crawler branch for Gemini Protocol
|
||||
Loading…
Add table
Add a link
Reference in a new issue