PHP code example of vergil-lai / laravel-goeasy

1. Go to this page and download the library: Download vergil-lai/laravel-goeasy 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/ */

    

vergil-lai / laravel-goeasy example snippets


'goeasy' => [
    'driver' => 'goeasy',
],

'GoEasy' => \VergilLai\LaravelGoeasy\Facades\GoEasy::class,

GoEasy::otp();
GoEasy::pubsub()->makeAccessToken('your user id', 'channel name', $readable, $writeable),