GitHub - sabre-io/webfinger: WebFinger server implementation (original) (raw)
sabre/webfinger
This project is a very simple implementation of WebFinger. WebFingeris 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 ofResourceInterface
.
To be compliant with WebFinger, you should run your server on/.well-known/webfinger
.
Installation
Make sure you have composer installed, and then run:
composer require sabre/webfinger
Build status
branch | status |
---|---|
master |
Questions?
Head over to the sabre/dav mailinglist, or you can also just open a ticket on GitHub.
Made at fruux
This library is being developed by fruux. Drop us a line for commercial services or enterprise support.