thirdplace/finger

Finger client library. port 79 rfc1288

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

This package is not auto-updated.

Last update: 2024-05-29 05:21:04 UTC


README

This is a finger client.

Tutorial

Install

composer require thirdplace/finger

Example

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

    print $result;