| 12345678910111213141516171819202122 |
- {
- "name": "linslin/yii2-curl",
- "description": "Easy and nice cURL extension with RESTful support for Yii2",
- "type": "yii2-extension",
- "keywords": ["yii2","extension"," curl", "RESTful"],
- "license": "MIT",
- "authors": [
- {
- "name": "Nils Gajsek",
- "email": "info@linslin.org"
- }
- ],
- "require": {
- "yiisoft/yii2": "*",
- "ext-curl": "*"
- },
- "autoload": {
- "psr-4": {
- "linslin\\yii2\\curl\\": ""
- }
- }
- }
|