PHP code example of ferri / spinner

1. Go to this page and download the library: Download ferri/spinner library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

ferri / spinner example snippets




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