Skip to content

Instantly share code, notes, and snippets.

View m0pfin's full-sized avatar
:octocat:
Working from home

m0pfin

:octocat:
Working from home
View GitHub Profile
@m0pfin
m0pfin / spintax.php
Created June 19, 2020 23:14 — forked from irazasyed/spintax.php
PHP: Text Spinner Class - Nested spinning supported.
<?PHP
/**
* Spintax - A helper class to process Spintax strings.
*
* @author Jason Davis - https://www.codedevelopr.com/
*
* Tutorial: https://www.codedevelopr.com/articles/php-spintax-class/
*
* Updated with suggested performance improvement by @PhiSYS.