PHP code example of swimtobird / blue-flash

1. Go to this page and download the library: Download swimtobird/blue-flash library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

swimtobird / blue-flash example snippets


use Swimtobird\BlueFlash;

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

//var_dump($mobile);