mipotech/yii2-rest

A suite of tools for generating powerful, flexible REST APIs in Yii2

Installs: 5 414

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 2

Open Issues: 0

Type:yii2-extension

1.1.5 2023-03-13 16:03 UTC

This package is auto-updated.

Last update: 2024-04-13 18:13:07 UTC


README

A suite of tools for generating powerful, flexible REST APIs in Yii2

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist mipotech/yii2-rest "*"

or add

"mipotech/yii2-rest": "*"

to the require section of your composer.json file.

Usage

Full documentation is at docs/guide/README.md.