An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Hyperion

> Meta data :arrow_forward: JSON

![Packagist Version](https://img.shields.io/packagist/v/marcgoertz/hyperion)
![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/marcgoertz/hyperion)
![Packagist License](https://img.shields.io/packagist/l/marcgoertz/hyperion)

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