Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taguz91/yii2-common-rest
Common rest utilities
https://github.com/taguz91/yii2-common-rest
yii2 yii2-rest
Last synced: about 1 month ago
JSON representation
Common rest utilities
- Host: GitHub
- URL: https://github.com/taguz91/yii2-common-rest
- Owner: taguz91
- License: apache-2.0
- Created: 2021-04-04T15:47:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-03T23:23:13.000Z (about 3 years ago)
- Last Synced: 2024-11-10T01:56:48.379Z (about 1 month ago)
- Topics: yii2, yii2-rest
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Common rest
===========
Common rest utilities[![Latest Stable Version](https://poser.pugx.org/taguz91/yii2-common-rest/v)](//packagist.org/packages/taguz91/yii2-common-rest)
[![Total Downloads](https://poser.pugx.org/taguz91/yii2-common-rest/downloads)](//packagist.org/packages/taguz91/yii2-common-rest)
[![Latest Unstable Version](https://poser.pugx.org/taguz91/yii2-common-rest/v/unstable)](//packagist.org/packages/taguz91/yii2-common-rest)
[![License](https://poser.pugx.org/taguz91/yii2-common-rest/license)](//packagist.org/packages/taguz91/yii2-common-rest)Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
composer require --prefer-dist taguz91/yii2-common-rest
```or add
```
"taguz91/yii2-common-rest": "^1.0.0"
```to the require section of your `composer.json` file.
Usage
-----Once the extension is installed, simply use it in your code by: