hiqdev/hiapi
HiAPI Yii2 base project for building API
Installs: 5 658
Dependents: 3
Suggesters: 0
Stars: 5
Watchers: 4
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- vlucas/phpdotenv: ^2.4
- guzzlehttp/psr7: ^1.4
- league/event: ^2.1
- php-amqplib/php-amqplib: ^2.7.2
- psr/container: ^1.0
- hiqdev/yii2-autobus: dev-master
- hiqdev/yii2-data-mapper: dev-master
- ramsey/uuid: ^3.0
- hiqdev/yii-compat: dev-master
Requires (Dev)
- hiqdev/hidev-php: dev-master
- hiqdev/hidev-hiqdev: dev-master
Suggests
- woohoolabs/yin: To work with JsonAPI requests/responses
- aura/router: To use AuraRouterController
README
HiAPI Yii2 base project for building API
HiAPI is a base project for building Yii2 based API.
Installation
The preferred way to install this yii2-extension is through composer.
Either run
php composer.phar require "hiqdev/hiapi"
or add
"hiqdev/hiapi": "*"
to the require section of your composer.json.
License
This project is released under the terms of the BSD-3-Clause license. Read more here.
Copyright © 2017, HiQDev (http://hiqdev.com/)