https://github.com/mrcgrtz/hyperion
Meta data to JSON.
https://github.com/mrcgrtz/hyperion
json microformats2 opengraph php php-library
Last synced: about 1 year ago
JSON representation
Meta data to JSON.
- Host: GitHub
- URL: https://github.com/mrcgrtz/hyperion
- Owner: mrcgrtz
- License: wtfpl
- Created: 2021-01-29T21:46:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T10:46:54.000Z (over 1 year ago)
- Last Synced: 2024-10-11T14:25:18.739Z (over 1 year ago)
- Topics: json, microformats2, opengraph, php, php-library
- Language: PHP
- Homepage: https://packagist.org/packages/marcgoertz/hyperion
- Size: 67.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Hyperion
> Meta data :arrow_forward: JSON



Super-simple meta data fetching using [php-ogp](https://github.com/mapkyca/php-ogp) and [php-mf2](https://github.com/microformats/php-mf2).
## Installation
I recommend using Composer for installing and using Hyperion:
```bash
composer require marcgoertz/hyperion
```
Of course you can also just require it in your scripts directly.
## Usage
```php
hasMetadata()) {
print $hyperion->toJSON();
}
```
## License
WTFPL © Marc Görtz