e96/yii-restclient Rest client for E96 projects

Установка

Composer

{
    "require" : {
        "e96/yii-restclient" : "~1.1"
    },
    "repositories" : [
        {
            "type" : "vcs",
            "url" : "git@github.com:holycheater/yii-curl.git"
        },
        {
            "type" : "vcs",
            "url" : "git@github.com:E96/yii-restclient.git"
        }
    ]
}

App config

<?php
return [
    'components' => [
        'restSorcery' => [
            'class' => 'RestClient',
            'baseUrl' => '<api_url>',
        ],
    ]
]

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



1.1.0 is the latest of 2 releases



MIT license
Stats
0 github stars & 0 github forks
0 downloads in the last day
0 downloads in the last 30 days
17 total downloads