rapigo-co/rapigo-sdk-php

dev-main 2021-02-01 22:36 UTC

This package is not auto-updated.

Last update: 2024-04-24 12:34:26 UTC


README

Installation

Use composer package manager

composer require rapigo-co/rapigo-sdk-php 
// ... please, add composer autoloader first
include_once __DIR__ . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php';

// import client class
use RapigoCo\Rapigo\Client;