PHP code example of madeitbelgium / seo-analyzer

1. Go to this page and download the library: Download madeitbelgium/seo-analyzer 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/ */

    

madeitbelgium / seo-analyzer example snippets


"madeitbelgium/seo-analyzer": "^0.9"

use MadeITBelgium\SeoAnalyzer\SeoFacade as SEO;

SEO::analyze('https://www.madeit.be');

use MadeITBelgium\SeoAnalyzer\SeoFacade as SEO;
$html = "<html>....</html>";
SEO::analyze('https://www.madeit.be', $html);