2017 © Pedro Peláez
 

library webfinger-cli

Web version of the finger protocol

image

pfefferle/webfinger-cli

Web version of the finger protocol

  • Thursday, August 11, 2016
  • by pfefferle
  • Repository
  • 1 Watchers
  • 2 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

WebFinger CLI script

This is a simple CLI script similar to Unix' finger protocol to get User informations via WebFinger., (*1)

Example:, (*2)

$ webfinger acct:pfefferle@notizblog.org, (*3)

Install

Install using Composer, (*4)

$ composer global require 'pfefferle/webfinger-cli', (*5)

Build phar file

To build the phar file, install Box, (*6)

$ brew tap humbug/box
$ brew install box

and run, (*7)

$ box compile -v, (*8)

The Versions

11/08 2016
22/04 2016
07/02 2015