Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yii-podium/yii2-api

Yii 2 Forum Module API
https://github.com/yii-podium/yii2-api

api bizley forum hacktoberfest podium yii2 yii2-extension yii2-framework yii2-modules

Last synced: about 2 hours ago
JSON representation

Yii 2 Forum Module API

Awesome Lists containing this project

README

        

# Yii 2 Podium API

![Build](https://github.com/yii-podium/yii2-api/workflows/Tests/badge.svg)
![Latest Stable Version](https://img.shields.io/packagist/v/yii-podium/yii2-api.svg)
[![Total Downloads](https://img.shields.io/packagist/dt/yii-podium/yii2-api.svg)](https://packagist.org/packages/yii-podium/yii2-api)
![License](https://img.shields.io/packagist/l/yii-podium/yii2-api.svg)
[![Infection MSI](https://badge.stryker-mutator.io/github.com/yii-podium/yii2-api/master)](https://infection.github.io)

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](https://github.com/yii-podium/yii2-api/blob/master/docs/).

## Podium Packages

- Yii 2 Podium API Active Record (WIP)
- Yii 2 Podium Web Client (WIP)
- Yii 2 Podium Rest Client (WIP)