An open API service indexing awesome lists of open source software.

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

LBRY API wrapper
https://github.com/lbryio/php-api

Last synced: about 1 month ago
JSON representation

LBRY API wrapper

Awesome Lists containing this project

README

        

# PHP wrapper for [LBRY](https://github.com/lbryio/lbry) and [LBRYcrd](https://github.com/lbryio/lbrycrd) APIs

## Installation

```
composer require lbryio/php-api
```

## Example

```php
'bellflower']);
var_export($claims);
}
catch (lbry\Exception $e)
{
echo $e->getMessage() . "\n";
}
```

## License

[MIT](https://github.com/lbryio/php-api/blob/master/LICENSE)