Skip to content

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.

License

Notifications You must be signed in to change notification settings

rugaard/meta-scraper

Repository files navigation

Build status Codecov status StyleCI status Latest Stable version License

📝 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.

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.

⚠️ 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:

composer require rugaard/meta-scraper

Alternatively, you can add the package by editing your projects existing composer.json file:

 {
   "require": {
      "rugaard/meta-scraper": "dev-master"
   }
}

and then afterwards update Composers dependencies by using the following command:

composer update

⚙️ Usage

TODO: Write instructions

🚓 License

Meta scraper is open-sourced software licensed under the MIT license

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages