swimtobird/blue-flash

There is no license information available for the latest version (v1.0.3) of this package.

v1.0.3 2020-12-05 01:11 UTC

This package is auto-updated.

Last update: 2024-05-05 08:16:30 UTC


README

Installation

composer require swimtobird/blue-flash

HOW TO USE

use Swimtobird\BlueFlash;

$blueFlash = new BlueFlash('BULE_APP_ID','BULE_APP_KEY','token');
$mobile = $blueFlash->getMobile();

//var_dump($mobile);