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

https://github.com/libreworks/microformats

A PHP library for rendering structured data as HTML with microformats2 support.
https://github.com/libreworks/microformats

Last synced: about 1 year ago
JSON representation

A PHP library for rendering structured data as HTML with microformats2 support.

Awesome Lists containing this project

README

          

# microformats

A PHP library for rendering structured data as HTML with microformats2 support.

[![Packagist](https://img.shields.io/packagist/v/libreworks/microformats.svg)](https://packagist.org/packages/libreworks/microformats)

## Installation

You can install this library using Composer:

```console
$ composer require libreworks/microformats
```

* The master branch (version 1.0) of this project requires PHP 5.6 and depends on `league/period`.

## Compliance

Releases of this library will conform to [Semantic Versioning](http://semver.org).

Our code is intended to comply with [PSR-1](http://www.php-fig.org/psr/psr-1/), [PSR-2](http://www.php-fig.org/psr/psr-2/), and [PSR-4](http://www.php-fig.org/psr/psr-4/). If you find any issues related to standards compliance, please send a pull request!