Laravel

Install and configure glaezz/okeconnect-php for Laravel framework

Create Project

Start by creating a new Laravel project using composer

Install Library

Install library using composer

Publish okeconnect config

This will add okeconnect.php to your laravel config folder

Edit .env file

Add this configuration to your .env file

Start using it

Load your config, place this loader code where the function is first accessed by user (ex. create transaction)
create-transaction.php