Do not follow this link

~thirdplace/finger

Finger client library
rename readme
initial commit

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~thirdplace/finger
read/write
git@git.sr.ht:~thirdplace/finger

You can also use your local clone with git send-email.

#Finger

This is a finger client.

#Tutorial

Install

composer require thirdplace/finger

Example

<?php
    $result = Thirdplace\finger('drewdevault.com', 'drew');

    print $result;
Do not follow this link