jworksuk/opengraph

OpenGraph page scrapper.

dev-master / 1.0.x-dev 2016-06-15 14:36 UTC

This package is not auto-updated.

Last update: 2024-05-11 17:58:33 UTC


README

Latest Version on Packagist Software License Build Status Total Downloads

OpenGraph page scrapper.

Install

Via Composer

$ composer require jworksuk/opengraph

Usage

$opengraph = new JWorksUK\OpenGraph\OpenGraph::fetch(
    'http://www.thingsofmyinterest.com/2013/02/urbance-trailer/'
);

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

TODO

  • Better Readme
  • Parsed data should should be a class
  • Needs to support arrays
  • Malformed meta tags

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email me@jworksuk.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.