yii-podium / yii2-api
Yii 2 Forum Module API.
Fund package maintenance!
bizley
Installs: 33
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 2
Open Issues: 1
Type:yii2-extension
Requires
- php: ^7.4|^8.0
- yiisoft/yii2: ^2.0.19
Requires (Dev)
- infection/infection: *
- phpstan/phpstan: *
- phpunit/phpunit: ^9.3
- roave/security-advisories: dev-master
This package is auto-updated.
Last update: 2024-10-29 10:02:22 UTC
README
Yii 2 Forum Engine Module API
Installation
Run console command
composer require yii-podium/yii2-api
Or add the package to your composer.json
file:
{
"require": {
"yii-podium/yii2-api": "^0.1"
}
}
then run composer update
.
Configuration And Usage
Please refer to the Documentation.
Podium Packages
- Yii 2 Podium API Active Record (WIP)
- Yii 2 Podium Web Client (WIP)
- Yii 2 Podium Rest Client (WIP)