Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voskobovich/yii2-api-toolkit
New level create API on Yii 2 Framework. Speed, security, flexibility!
https://github.com/voskobovich/yii2-api-toolkit
Last synced: 13 days ago
JSON representation
New level create API on Yii 2 Framework. Speed, security, flexibility!
- Host: GitHub
- URL: https://github.com/voskobovich/yii2-api-toolkit
- Owner: voskobovich
- Created: 2015-11-02T20:47:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T18:27:39.000Z (almost 7 years ago)
- Last Synced: 2024-04-17T19:47:15.920Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 30.3 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yii2 Rest Actions
================================Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer require --prefer-dist voskobovich/yii2-api-toolkit "~1.0"
```or add
```
"voskobovich/yii2-api-toolkit": "~1.0"
```to the require section of your `composer.json` file.