Skip to content

Instantly share code, notes, and snippets.

View avosalmon's full-sized avatar

Ryuta Hamasaki avosalmon

View GitHub Profile
<?php
namespace App\Services;
use UnexpectedValueException;
use Firebase\JWT\JWT;
use Illuminate\Support\Facades\Cache;
use Illuminate\Support\Facades\Http;
use Illuminate\Support\Str;