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

https://github.com/studiointeract/qbank3api-phpwrapper

A PHP-Wrapper for QBank 3's API. Provides a simple way to communicate with QBank 3 from PHP.
https://github.com/studiointeract/qbank3api-phpwrapper

Last synced: 10 months ago
JSON representation

A PHP-Wrapper for QBank 3's API. Provides a simple way to communicate with QBank 3 from PHP.

Awesome Lists containing this project

README

          

# QBank 3 API PHP Wrapper #

[![Latest Stable Version](https://poser.pugx.org/qbnk/qbank3api-phpwrapper/v/stable.svg)](https://packagist.org/packages/qbnk/qbank3api-phpwrapper)
[![Latest Unstable Version](https://poser.pugx.org/qbnk/qbank3api-phpwrapper/v/unstable.svg)](https://packagist.org/packages/qbnk/qbank3api-phpwrapper)
[![License](https://poser.pugx.org/qbnk/qbank3api-phpwrapper/license.svg)](https://packagist.org/packages/qbnk/qbank3api-phpwrapper)

## Introduction ##

QBank 3 API PHP Wrapper is a library that makes it easy to use the QBank 3 API directly from PHP. No need to handle the
connections or interpreting the results yourself.

## Installation ##

Install via composer.

{
"require": {
"qbnk/qbank3api-phpwrapper": "dev-master"
}
}