File tree Expand file tree Collapse file tree 1 file changed +32
-3
lines changed
Expand file tree Collapse file tree 1 file changed +32
-3
lines changed Original file line number Diff line number Diff line change 11# Yii 2 Podium API
22
33![ Build] ( https://github.com/yii-podium/yii2-api/workflows/Tests/badge.svg )
4+ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/yii-podium/yii2-api.svg )
5+ [ ![ Total Downloads] ( https://img.shields.io/packagist/dt/yii-podium/yii2-api.svg )] ( https://packagist.org/packages/yii-podium/yii2-api )
6+ ![ License] ( https://img.shields.io/packagist/l/yii-podium/yii2-api.svg )
47
5- ** [ Work In Progress ] **
8+ Yii 2 Forum Engine Module API
69
7- TODO:
8- - Add method's comments in interfaces.
10+ ## Installation
11+
12+ Run console command
13+
14+ ```
15+ composer require yii-podium/yii2-api
16+ ```
17+
18+ Or add the package to your ` composer.json ` file:
19+
20+ ```
21+ {
22+ "require": {
23+ "yii-podium/yii2-api": "^0.1"
24+ }
25+ }
26+ ```
27+
28+ then run ` composer update ` .
29+
30+ ## Configuration And Usage
31+
32+ Please refer to the [ Documentation] ( https://github.com/yii-podium/yii2-api/blob/master/docs/ ) .
33+
34+ ## Podium Packages
35+
36+ - Yii 2 Podium Web Client (WIP)
37+ - Yii 2 Podium Rest Client (WIP)
You can’t perform that action at this time.
0 commit comments