Search by

thirdplace / finger

thirdplace

Finger client library. port 79 rfc1288

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

This package is not auto-updated.

Last update: 2026-09-16 16:23:46 UTC


README

This is a finger client.

Tutorial

Install

composer require thirdplace/finger

Example

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

    print $result;