The headline must be the project name, followed by relevant badges (TravisCI builds, codecoverage, or other relevant badges)
This parser is meant to parse opengraph content from a page.
- 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
To use the package add the following to your composer.json
"arnsbomedia/opengraph_parser": "0.0.9",
Alternatively setup the code itself
$ scripts/setup
$ scripts/test
- please write tests for all your contributions