|
1 | | -**THIS DEMO IS CURRENTLY IN DEVELOPMENT, DO NOT USE.** |
2 | | - |
3 | | -# Easily generate Open Graph tags |
4 | | - |
5 | | -[](https://packagist.org/packages/spatie/open-graph) |
6 | | -[](https://travis-ci.org/spatie/open-graph) |
7 | | -[](https://insight.sensiolabs.com/projects/xxxxxxxxx) |
8 | | -[](https://scrutinizer-ci.com/g/spatie/open-graph) |
9 | | -[](https://packagist.org/packages/spatie/open-graph) |
10 | | - |
11 | | - |
12 | | -The [Open Graph protocol](http://ogp.me/) protocol provides a way to add rich social graphs to any webpage. It's used on websites like Facebook, Twitter, Google+ and LinkedIn. |
13 | | - |
14 | | -This package provides a fluent builder for these Open Graph objects as specified in the [official RDF schema](http://ogp.me/ns/ogp.me.ttl). |
15 | | - |
16 | | -## Support us |
17 | | - |
18 | | -Learn how to create a package like this one, by watching our premium video course: |
19 | | - |
20 | | -[](https://laravelpackage.training) |
21 | | - |
22 | | -We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us). |
23 | | - |
24 | | -We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards). |
25 | | - |
26 | | -## Postcardware |
27 | | - |
28 | | -You're free to use this package (it's [MIT-licensed](LICENSE.md)), but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. |
29 | | - |
30 | | -Our address is: Spatie, Samberstraat 69D, 2060 Antwerp, Belgium. |
31 | | - |
32 | | -The best postcards will get published on the open source page on our website. |
33 | | - |
34 | 1 | ## Installation |
35 | 2 |
|
36 | 3 | You can install the package via composer: |
@@ -104,34 +71,3 @@ $openGraphTags = OpenGraphBook::create('My Awesome Website', 'http://www.example |
104 | 71 | ### `OpenGraphVideoTvShow` |
105 | 72 |
|
106 | 73 | ### `OpenGraphVideoOther` |
107 | | - |
108 | | -## Changelog |
109 | | - |
110 | | -Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently. |
111 | | - |
112 | | -## Testing |
113 | | - |
114 | | -``` bash |
115 | | -$ composer test |
116 | | -``` |
117 | | - |
118 | | -## Contributing |
119 | | - |
120 | | -Please see [CONTRIBUTING](CONTRIBUTING.md) for details. |
121 | | - |
122 | | -## Security |
123 | | - |
124 | | -If you discover any security related issues, please email freek@spatie.be instead of using the issue tracker. |
125 | | - |
126 | | -## Credits |
127 | | - |
128 | | -- [Alex Vanderbist](https://github.com/AlexVanderbist) |
129 | | -- [All Contributors](../../contributors) |
130 | | - |
131 | | -## About Spatie |
132 | | - |
133 | | -Spatie is a webdesign agency based in Antwerp, Belgium. You'll find an overview of all our open source projects [on our website](https://spatie.be/opensource). |
134 | | - |
135 | | -## License |
136 | | - |
137 | | -The MIT License (MIT). Please see [License File](LICENSE.md) for more information. |
0 commit comments