coinpaprika-api-php-client
coinpaprika-api-php-client copied to clipboard
This library provides convenient way to use Coinpaprika.com API in PHP.
Extending Client class to allow fetching Coin data by id. Extending Coin class to deserialize links, description, type and name from JSON response.
please upgrade to support GuzzleHTTP >= 7
Trying to upgrade to Symfony 5, but receiving the following error: ``` Problem 1 - Root composer.json requires coinpaprika/coinpaprika-api-php-client ^1.1 -> satisfiable by coinpaprika/coinpaprika-api-php-client[v1.1.0]. - coinpaprika/coinpaprika-api-php-client v1.1.0 requires symfony/yaml ^4.1.4...
Update the client so we can use all nested coin calls. https://api.coinpaprika.com/#tag/Coins
https://api.coinpaprika.com/#tag/People/paths/~1people~1{person_id}/get
https://api.coinpaprika.com/#tag/Tags
https://api.coinpaprika.com/#tag/Tickers/paths/~1tickers~1{coin_id}~1historical/get
https://api.coinpaprika.com/#tag/Exchanges