/truevo-api-php

Truevo api php docs https://docs.swishme.eu

Primary LanguagePHPOtherNOASSERTION

Truevo API PHP

Installation

Use composer package manager

composer require saulmoralespa/truevo-api-php

Bootstrapping autoloader and instantiating

// ... please, add composer autoloader first
include_once __DIR__ . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php';