Skip to content

Instantly share code, notes, and snippets.

View Spomky's full-sized avatar
🚀
Stay hungry, stay foolish - SJ

Florent Morselli Spomky

🚀
Stay hungry, stay foolish - SJ
View GitHub Profile
{
"name": "test",
"description": "TOTP test",
"require": {
"spomky-labs/otphp": "~4.0"
}
}
<?php
require_once("vendor/autoload.php");
use Base64Url\Base64Url;
use MIME\Base64URLSafe;
$test = "Hello world";
$time_start = microtime(true);