PHP code example of talam0nal / reading-ease-score

1. Go to this page and download the library: Download talam0nal/reading-ease-score 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/ */

    

talam0nal / reading-ease-score example snippets


use Talam0nal\Readability\Readability;

$readability = new Readability();
$readability->easeScore("Lorem Ipsum is simply dummy text of the printing and typesetting industry");