https://github.com/mountpoint/curl
Tiny cURL wrapper
https://github.com/mountpoint/curl
curl php
Last synced: 16 days ago
JSON representation
Tiny cURL wrapper
- Host: GitHub
- URL: https://github.com/mountpoint/curl
- Owner: mountpoint
- License: mit
- Created: 2017-09-20T11:38:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-20T17:00:14.000Z (over 8 years ago)
- Last Synced: 2025-07-30T12:47:15.847Z (6 months ago)
- Topics: curl, php
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A tiny cURL wrapper
========================
v0.1.3
## Installation & loading
cURL wrapper is available via [Composer/Packagist](https://packagist.org/packages/mountpoint/curl) (using semantic versioning), so just add this line to your `composer.json` file:
```json
"mountpoint/curl": "~0.1"
```
or
```sh
composer require mountpoint/curl
```