2017 © Pedro Peláez
 

library php-api

LBRY API

image

lbryio/php-api

LBRY API

  • Wednesday, February 28, 2018
  • by lyoshenka
  • Repository
  • 19 Watchers
  • 2 Stars
  • 29 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

PHP wrapper for LBRY and LBRYcrd APIs

Installation

composer require lbryio/php-api

Example

<?php

require_once __DIR__.'/vendor/autoload.php';

try
{
  $claims = lbry\DaemonApi::call('claim_list', ['name' => 'bellflower']);
  var_export($claims);
}
catch (lbry\Exception $e)
{
  echo $e->getMessage() . "\n";
}

License

MIT, (*1)

The Versions

28/02 2018

dev-master

9999999-dev https://github.com/lbryio/php-api

LBRY API

  Sources   Download

MIT

The Requires

 

by Alex Grintsvayg

api lbry

23/01 2018

v1.2.2

1.2.2.0 https://github.com/lbryio/php-api

LBRY API

  Sources   Download

MIT

The Requires

 

by Alex Grintsvayg

api lbry

03/03 2017

v1.2.1

1.2.1.0 https://github.com/lbryio/php-api

LBRY API

  Sources   Download

MIT

The Requires

 

by Alex Grintsvayg

api lbry

25/02 2017

v1.2.0

1.2.0.0 https://github.com/lbryio/php-api

LBRY API

  Sources   Download

MIT

The Requires

 

by Alex Grintsvayg

api lbry

27/01 2017

v1.1.0

1.1.0.0 https://github.com/lbryio/php-api

LBRY API

  Sources   Download

MIT

The Requires

 

by Alex Grintsvayg

api lbry

27/01 2017

v1.0.2

1.0.2.0 https://github.com/lbryio/php-api

LBRY API

  Sources   Download

MIT

The Requires

 

by Alex Grintsvayg

api lbry

25/01 2017

v1.0.1

1.0.1.0 https://github.com/lbryio/php-api

LBRY API

  Sources   Download

MIT

The Requires

 

by Alex Grintsvayg

api lbry

24/01 2017

1.0.0

1.0.0.0 https://github.com/lbryio/php-api

LBRY API

  Sources   Download

MIT

The Requires

 

by Alex Grintsvayg

api lbry