Skip to content

Instantly share code, notes, and snippets.

View Yannick243's full-sized avatar
🏠
Working from home

Yannick nsenga Yannick243

🏠
Working from home
View GitHub Profile
@Yannick243
Yannick243 / Math.php
Created May 4, 2017 06:12 — forked from jgrossi/Math.php
Math class from Taylor Otwell. Thanks to @brad ([email protected]) for the class content.
<?php
class Math {
/**
* The base.
*
* @var string
*/
private static $base = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';