ferri/spinner

旋转文本,支持平面和嵌套

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

This package is not auto-updated.

Last update: 2024-09-15 06:05:09 UTC


README

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

安装

composer require ferri/spinner

用法

<?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);