2017 © Pedro Peláez
 

library bitcointalk-php-parser

Bitcointalk.org parser

image

dvomaks/bitcointalk-php-parser

Bitcointalk.org parser

  • Wednesday, March 7, 2018
  • by dvomaks
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Simple bitcointalk.org account information parser

Example

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

or, (*1)

  $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

The Versions

07/03 2018

dev-master

9999999-dev

Bitcointalk.org parser

  Sources   Download

MIT

The Requires

 

by Avatar dvomaks