dvomaks/bitcointalk-php-parser

Bitcointalk.org parser

dev-master 2018-03-07 15:23 UTC

This package is auto-updated.

Last update: 2024-04-17 19:33:46 UTC


README

Example

  $user = BitcoinTalk::accountId(<ACCOUNT_ID>);

or

  $user = BitcoinTalk::accountUrl(<ACCOUNT_URL>);
    echo $user->name;
    ...
    echo $user->local_time;
    
    echo $user->signature_code; // html code signature
    echo $user->signature_hash; // md5 hash signature code
    
    echo $user->account; // return array with full info