This project is a very simple implementation of WebFinger. WebFinger is defined by RFC7033 and describes a simple protocol to find out information about resources.
To use this project, take a look at example.php
in the root of this project.
All that's required is to implement a callback, that returns an instance of
ResourceInterface
.
To be compliant with WebFinger, you should run your server on
/.well-known/webfinger
.
Make sure you have composer installed, and then run:
composer require sabre/webfinger
branch | status |
---|---|
master |
Head over to the sabre/dav mailinglist, or you can also just open a ticket on GitHub.
This library is being developed by fruux. Drop us a line for commercial services or enterprise support.