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

https://github.com/indieweb/rel-me

A set of PHP functions for discovering, consuming and verifying the rel-me microformat.
https://github.com/indieweb/rel-me

Last synced: 6 months ago
JSON representation

A set of PHP functions for discovering, consuming and verifying the rel-me microformat.

Awesome Lists containing this project

README

        

# rel-me

A set of PHP functions for discovering, consuming and verifying the [rel-me](https://microformats.org/wiki/rel-me) microformat. This is mainly useful for implementing [RelMeAuth](https://indieweb.org/relmeauth).

![Build Status](https://github.com/indieweb/rel-me/actions/workflows/main.yml/badge.svg)

## Usage

Install using [Composer](https://getcomposer.org) with `./composer.phar require indieweb/rel-me:dev-master`

### Resolve and test a profile URL

```php