PHP code example of nichin79 / meta-php
1. Go to this page and download the library: Download nichin79/meta-php 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/ */
nichin79 / meta-php example snippets
use Nichin79\Meta\Meta;
'https://www.google.com/';
}
$tags = new Meta($url);
print_r($tags->getTags());