Skip to content

Instantly share code, notes, and snippets.

View berlanga2008's full-sized avatar

Miguel berlanga2008

View GitHub Profile
@berlanga2008
berlanga2008 / spintax.php
Created October 21, 2018 16:06 — forked from irazasyed/spintax.php
PHP: Text Spinner Class - Nested spinning supported.
<?PHP
/**
* Spintax - A helper class to process Spintax strings.
* @name Spintax
* @author Jason Davis - https://www.codedevelopr.com/
* Tutorial: https://www.codedevelopr.com/articles/php-spintax-class/
*/
class Spintax
{
public function process($text)