Skip to content

koalaboox/api-refarch

Repository files navigation

Koalaboox API reference architecture

This example application is under the MIT license, so you can use it or part of it freely as a base for your own implementation.

Documentation

Installation

Prerequisites: First, you need to create an application in the API dashboard. Copy your application ID and your application password for later use.

Clone the repository:

$ git clone https://github.com/koalaboox/api-refarch.git 
$ cd api-refarch

Install the dependencies:

$ composer install

Edit the .env file:

KOALABOOX_API_URL=https://connect.koalaboox.com
KOALABOOX_API_APP_ID=[YOUR APPLICATION ID]
KOALABOOX_API_APP_SECRET=[YOUR APPLICATION SECRET]

Launch the test server:

$ php artisan serve

About

Koalaboox API reference architecture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published