arnsbomedia/opengraph_parser

A parser for getting open graph data from webpages

0.0.10 2022-04-22 08:31 UTC

README

The headline must be the project name, followed by relevant badges (TravisCI builds, codecoverage, or other relevant badges)

Opengraph parser Build status Code Climate Test Coverage

This parser is meant to parse opengraph content from a page.

Goals

  • easy to use for novice developers
  • easy to extend for experienced developers
  • accurate parsing of og meta tags according to spec
  • 100% code coverage with tests

Requirements

Installation

To use the package add the following to your composer.json

"arnsbomedia/opengraph_parser": "0.0.9",

Alternatively setup the code itself

$ scripts/setup

Test

$ scripts/test

Help

  • please write tests for all your contributions