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.
- Host: GitHub
- URL: https://github.com/indieweb/rel-me
- Owner: indieweb
- Created: 2014-01-04T19:40:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-10-08T21:07:09.000Z (over 2 years ago)
- Last Synced: 2024-10-29T19:01:57.513Z (7 months ago)
- Language: PHP
- Size: 34.2 KB
- Stars: 10
- Watchers: 16
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).

## Usage
Install using [Composer](https://getcomposer.org) with `./composer.phar require indieweb/rel-me:dev-master`
### Resolve and test a profile URL
```php