, (*1)
๐ Introduction
Meta scraper is a package, that makes it easy to parse an URL and extract all the delicious meta data, that's usually hidden within the source., (*2)
This package also adds support for automatically parsing of Open Graph, Twitter Cards and Facebook Insights. You can also implement your own parser to parse custom namespaces., (*3)
โ ๏ธ Requirements
- PHP 7.0+
- cURL 7.19.4+ (with OpenSSL and zlib) or make sure your
allow_url_fopen is enabled in your systems php.ini
๐ฆ Installation
The recommended way to install this package is through Composer, by using the following command:, (*4)
composer require rugaard/meta-scraper
Alternatively, you can add the package by editing your projects existing composer.json file:, (*5)
{
"require": {
"rugaard/meta-scraper": "dev-master"
}
}
and then afterwards update Composers dependencies by using the following command:, (*6)
composer update
โ๏ธ Usage
TODO: Write instructions, (*7)
๐ License
Meta scraper is open-sourced software licensed under the MIT license, (*8)