Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akeb/framework-akeb-curlget
https://github.com/akeb/framework-akeb-curlget
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/akeb/framework-akeb-curlget
- Owner: AKEB
- License: apache-2.0
- Created: 2021-02-18T22:18:35.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T09:09:45.000Z (7 months ago)
- Last Synced: 2024-05-22T10:34:58.342Z (7 months ago)
- Language: PHP
- Size: 153 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```