ferri/spinner

Spin text, support for flat and nested

v1.0.0 2017-09-27 15:09 UTC

This package is not auto-updated.

Last update: 2024-04-14 03:17:46 UTC


README

Based on http://www.paul-norman.co.uk/2010/09/php-spinner-updated-spin-articles-for-seo.

Install

composer require ferri/spinner

Usage

<?php

$string = '{The|A} {quick|speedy|fast} {brown|black|red} {fox|wolf} {jumped|bounded|hopped|skipped} over the {lazy|tired} {dog|hound}';

echo Ferri\Spinner::detect($string);