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
- Host: GitHub
- URL: https://github.com/lbryio/php-api
- Owner: lbryio
- License: mit
- Created: 2017-01-24T21:38:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T15:50:32.000Z (over 6 years ago)
- Last Synced: 2025-04-05T10:51:14.566Z (2 months ago)
- Language: PHP
- Size: 11.7 KB
- Stars: 10
- Watchers: 16
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)