saulmoralespa/truevo-api-php

1.0.0 2019-01-21 23:15 UTC

This package is auto-updated.

Last update: 2024-04-22 11:10:08 UTC


README

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';