arnsbomedia / opengraph_parser
A parser for getting open graph data from webpages
0.0.10
2022-04-22 08:31 UTC
Requires
- guzzlehttp/guzzle: ~7.0
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
- phpunit/phpunit: ~4.7
This package is not auto-updated.
Last update: 2025-04-12 19:40:16 UTC
README
The headline must be the project name, followed by relevant badges (TravisCI builds, codecoverage, or other relevant badges)
Opengraph parser

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