jworksuk/opengraph

OpenGraph page scrapper.

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/jworksuk/opengraph

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

This package is not auto-updated.

Last update: 2025-10-12 01:42:00 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.