j3j5 / webfinger

WebFinger server implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sabre/webfinger

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.

Installation

Make sure you have composer installed, and then run:

composer require sabre/webfinger

Build status

branch status
master Build Status

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.

About

WebFinger server implementation

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 100.0%