Skip to content

Commit 6dfa8ce

Browse files
author
Bizley
committed
Readme
1 parent 2c2e6e7 commit 6dfa8ce

File tree

1 file changed

+32
-3
lines changed

1 file changed

+32
-3
lines changed

README.md

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,37 @@
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)

0 commit comments

Comments
 (0)