Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akeb/framework-akeb-curlget


https://github.com/akeb/framework-akeb-curlget

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# CurlGet

## Install

composer project akeb/curlget

Composer config

```json
{
"require": {
"akeb/curlget": "^1.1.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/AKEB/Framework-AKEB-curlget"
}
]
}
```

or

```bash
composer require akeb/curlget
```