https://github.com/pfefferle/webfinger-cli
A WebFinger CLI script
https://github.com/pfefferle/webfinger-cli
cli php webfinger
Last synced: 28 days ago
JSON representation
A WebFinger CLI script
- Host: GitHub
- URL: https://github.com/pfefferle/webfinger-cli
- Owner: pfefferle
- Created: 2015-02-05T19:39:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-08-01T08:10:32.000Z (2 months ago)
- Last Synced: 2025-08-01T10:41:37.742Z (2 months ago)
- Topics: cli, php, webfinger
- Language: PHP
- Homepage: https://packagist.org/packages/pfefferle/webfinger-cli
- Size: 873 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebFinger CLI script
This is a simple CLI script similar to [Unix' finger protocol](https://en.wikipedia.org/wiki/Finger_protocol) to get User informations via WebFinger.
Example:
`$ webfinger acct:pfefferle@notizblog.org`
## Install
Install using Composer
`$ composer global require 'pfefferle/webfinger-cli'`
## Build phar file
To build the phar file, install [Box](https://github.com/box-project/box)
```terminal
$ brew tap humbug/box
$ brew install box
```and run
`$ box compile -v`