An open API service indexing awesome lists of open source software.

https://github.com/fjc0k/curl

a tiny php cURL client
https://github.com/fjc0k/curl

Last synced: 6 months ago
JSON representation

a tiny php cURL client

Awesome Lists containing this project

README

          

#对Curl的简单封装

```php
'user/1',
'headers' => [
'X-FROM' => 'CurlClient'
],
'cookies' => [
'sid' => '1234567890'
]
]);

echo $res;
```