PHP code example of tuyenlaptrinh / seo-analyzer
1. Go to this page and download the library: Download tuyenlaptrinh/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/ */
tuyenlaptrinh / seo-analyzer example snippets
"tuyenlaptrinh/seo-analyzer": "^0.8"
use Tuyenlaptrinh\SeoAnalyzer\SeoFacade as SEO;
SEO::analyze('https://www.youtube.com');
use Tuyenlaptrinh\SeoAnalyzer\SeoFacade as SEO;
$html = "<html>....</html>";
SEO::analyze('https://www.youtube.com', $html);