thirdplace/finger

Finger client library. port 79 rfc1288

dev-main 2022-03-21 20:40 UTC

This package is not auto-updated.

Last update: 2025-06-25 10:32:37 UTC


README

This is a finger client.

Tutorial

Install

composer require thirdplace/finger

Example

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

    print $result;