rapigo-co/rapigo-sdk-php

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

This package is not auto-updated.

Last update: 2024-09-11 14:21:17 UTC


README

安装

使用Composer包管理器

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;