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.
- Host: GitHub
- URL: https://github.com/studiointeract/qbank3api-phpwrapper
- Owner: studiointeract
- Created: 2014-12-17T10:23:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-11T13:56:09.000Z (about 11 years ago)
- Last Synced: 2025-01-05T22:26:42.393Z (11 months ago)
- Language: PHP
- Size: 477 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QBank 3 API PHP Wrapper #
[](https://packagist.org/packages/qbnk/qbank3api-phpwrapper)
[](https://packagist.org/packages/qbnk/qbank3api-phpwrapper)
[](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"
}
}