2017 © Pedro Pelรกez
 

library meta-scraper

Scrape URL's for meta data, like Open Graph, Twitter Cards and more.

image

rugaard/meta-scraper

Scrape URL's for meta data, like Open Graph, Twitter Cards and more.

  • Sunday, January 22, 2017
  • by rugaard
  • Repository
  • 0 Watchers
  • 2 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 350 % Grown

The README.md

Build status Codecov status StyleCI status Latest Stable version License , (*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)

The Versions

22/01 2017

dev-master

9999999-dev https://github.com/rugaard/meta-scraper

Scrape URL's for meta data, like Open Graph, Twitter Cards and more.

  Sources   Download

MIT

The Requires

 

The Development Requires

facebook twitter meta open graph namespaces links scraper rugaard shareable