PHPackages                             rgen3/yii2-json-api-controller - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. rgen3/yii2-json-api-controller

ActiveYii2-extension[Parsing &amp; Serialization](/categories/parsing)

rgen3/yii2-json-api-controller
==============================

Yii2 simple json base controller.

0.0.2(7y ago)119MITPHP

Since Mar 31Pushed 7y ago1 watchersCompare

[ Source](https://github.com/rgen3/yii2-json-api-controller)[ Packagist](https://packagist.org/packages/rgen3/yii2-json-api-controller)[ RSS](/packages/rgen3-yii2-json-api-controller/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

yii2-json-api-controller
========================

[](#yii2-json-api-controller)

Provides a possibility to work with json requests with friendly request validation using native yii2 model rules

Installation
============

[](#installation)

```
composer require rgen3/yii2-json-api-controller

```

NB
==

[](#nb)

You can use this controller with simple json client

Usage example
-------------

[](#usage-example)

Create a request folder and a request class

```
