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.
- Host: GitHub
- URL: https://github.com/libreworks/microformats
- Owner: libreworks
- License: apache-2.0
- Created: 2016-02-04T14:10:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-30T15:52:29.000Z (over 9 years ago)
- Last Synced: 2025-03-07T01:19:56.567Z (over 1 year ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# microformats
A PHP library for rendering structured data as HTML with microformats2 support.
[](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!