|
5 | 5 | [](https://plant.treeware.earth/Astrotomic/php-open-graph) |
6 | 6 | [](https://www.larabelles.com/) |
7 | 7 |
|
8 | | -[](https://github.com/Astrotomic/php-open-graph/actions?query=workflow%3Arun-tests) |
9 | | -[](https://styleci.io/repos/82821437) |
| 8 | +[](https://github.com/Astrotomic/php-open-graph/actions?query=workflow%3Apest) |
| 9 | +[](https://github.com/Astrotomic/php-open-graph/actions?query=workflow%3Apint) |
10 | 10 | [](https://packagist.org/packages/astrotomic/php-open-graph) |
11 | 11 |
|
12 | 12 | This package provides a fluent PHP OOP builder for [Open Graph protocol](https://ogp.me) and [Twitter Cards](https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/abouts-cards). |
@@ -44,36 +44,37 @@ echo OpenGraph::website('Example') |
44 | 44 |
|
45 | 45 | #### Global |
46 | 46 |
|
47 | | -- `\Astrotomic\OpenGraph\Types\Website` |
48 | 47 | - `\Astrotomic\OpenGraph\Types\Article` |
49 | | -- `\Astrotomic\OpenGraph\Types\Profile` |
50 | 48 | - `\Astrotomic\OpenGraph\Types\Book` |
| 49 | +- `\Astrotomic\OpenGraph\Types\Profile` |
| 50 | +- `\Astrotomic\OpenGraph\Types\Website` |
51 | 51 |
|
52 | 52 | #### Music |
53 | 53 |
|
54 | 54 | - `\Astrotomic\OpenGraph\Types\Music\Album` |
55 | 55 | - `\Astrotomic\OpenGraph\Types\Music\Playlist` |
56 | | -- `\Astrotomic\OpenGraph\Types\Music\Song` |
57 | 56 | - `\Astrotomic\OpenGraph\Types\Music\RadioStation` |
| 57 | +- `\Astrotomic\OpenGraph\Types\Music\Song` |
58 | 58 |
|
59 | 59 | #### Video |
60 | 60 |
|
61 | | -- `\Astrotomic\OpenGraph\Types\Video\Movie` |
62 | | -- `\Astrotomic\OpenGraph\Types\Video\TvShow` |
63 | 61 | - `\Astrotomic\OpenGraph\Types\Video\Episode` |
| 62 | +- `\Astrotomic\OpenGraph\Types\Video\Movie` |
64 | 63 | - `\Astrotomic\OpenGraph\Types\Video\Other` |
| 64 | +- `\Astrotomic\OpenGraph\Types\Video\TvShow` |
65 | 65 |
|
66 | 66 | #### Twitter |
67 | 67 |
|
68 | | -- `\Astrotomic\OpenGraph\Types\Twitter\Summary` |
69 | | -- `\Astrotomic\OpenGraph\Types\Twitter\SummaryLargeImage` |
| 68 | +- `\Astrotomic\OpenGraph\Types\Twitter\App` |
70 | 69 | - `\Astrotomic\OpenGraph\Types\Twitter\Player` |
| 70 | +- `\Astrotomic\OpenGraph\Types\Twitter\SummaryLargeImage` |
| 71 | +- `\Astrotomic\OpenGraph\Types\Twitter\Summary` |
71 | 72 |
|
72 | 73 | ### Structured Properties |
73 | 74 |
|
| 75 | +- `\Astrotomic\OpenGraph\StructuredProperties\Audio` |
74 | 76 | - `\Astrotomic\OpenGraph\StructuredProperties\Image` |
75 | 77 | - `\Astrotomic\OpenGraph\StructuredProperties\Video` |
76 | | -- `\Astrotomic\OpenGraph\StructuredProperties\Audio` |
77 | 78 |
|
78 | 79 | ## Testing |
79 | 80 |
|
|
0 commit comments