Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/novaway/open-graph
Provide a simple integration of the Open Graph protocol
https://github.com/novaway/open-graph
facebook library open-graph protocol twitter
Last synced: about 5 hours ago
JSON representation
Provide a simple integration of the Open Graph protocol
- Host: GitHub
- URL: https://github.com/novaway/open-graph
- Owner: novaway
- License: mit
- Created: 2016-02-18T07:11:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-18T13:09:10.000Z (about 5 years ago)
- Last Synced: 2024-11-14T11:50:06.345Z (5 days ago)
- Topics: facebook, library, open-graph, protocol, twitter
- Language: PHP
- Homepage:
- Size: 52.7 KB
- Stars: 1
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open Graph
[![Build Status](https://travis-ci.org/novaway/open-graph.svg?branch=master)](https://travis-ci.org/novaway/open-graph)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/novaway/open-graph/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/novaway/open-graph/?branch=master)
[![Latest Stable Version](https://poser.pugx.org/novaway/open-graph/v/stable.png)](https://packagist.org/packages/novaway/open-graph)This component provide a simple integration of the [Open Graph](http://ogp.me) protocol.
## Documentation
* [Installation](doc/installation.md)
* [Use `OpenGraph`](doc/use-open-graph.md)
* Configuration
* [Generate OpenGraph through YAML configuration](doc/use-graph-yaml.md)
* [Generate OpenGraph through annotations](doc/use-graph-annotation.md)
* [Render an OpenGraph in HTML](doc/render-open-graph.md)## License
This library is published under [MIT license](LICENSE)