2017 © Pedro Peláez
 

yii2-extension yii2-rest

Yii2 REST Client

image

zhuravljov/yii2-rest

Yii2 REST Client

  • Sunday, January 8, 2017
  • by Zhuravljov
  • Repository
  • 22 Watchers
  • 103 Stars
  • 3,048 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 18 Forks
  • 4 Open issues
  • 5 Versions
  • 13 % Grown

The README.md

Yii2 REST Client

Latest Stable Version Build Status, (*1)

What is this?

Screen, (*2)

Installation

The preferred way to install this extension is through composer., (*3)

Add, (*4)

"zhuravljov/yii2-rest": "*",
"yiisoft/yii2-httpclient": "@dev"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply modify your application configuration as follows:, (*6)

return [
    'bootstrap' => ['rest-client'],
    'modules' => [
        'rest-client' => [
            'class' => 'zhuravljov\yii\rest\Module',
            'name' => 'My Rest Client',
            'baseUrl' => 'http://localhost/api/v1',
        ],
    ],
];

You can then access Rest Client through the following URL:, (*7)

http://localhost/path/to/index.php?r=rest-client

or if you have enabled pretty URLs, you may use the following URL:, (*8)

http://localhost/path/to/index.php/rest-client

The Versions

08/01 2017

dev-master

9999999-dev

Yii2 REST Client

  Sources   Download

BSD-3-Clause

The Requires

 

by Roman Zhuravlev

rest yii2 module

12/08 2016

1.0.3

1.0.3.0

Yii2 REST Client

  Sources   Download

BSD-3-Clause

The Requires

 

by Roman Zhuravlev

rest yii2 module

28/09 2015

1.0.2

1.0.2.0

Yii2 REST Client

  Sources   Download

BSD-3-Clause

The Requires

 

by Roman Zhuravlev

rest yii2 module

18/09 2015

1.0.1

1.0.1.0

Yii2 REST Client

  Sources   Download

BSD-3-Clause

The Requires

 

by Roman Zhuravlev

rest yii2 module

06/09 2015

1.0.0

1.0.0.0

Yii2 REST Client

  Sources   Download

BSD-3-Clause

The Requires

 

by Roman Zhuravlev

yii2 rest client