{"id":30620985,"url":"https://github.com/coinpaprika/coinpaprika-api-php-client","last_synced_at":"2025-08-30T14:17:54.410Z","repository":{"id":33034651,"uuid":"150269744","full_name":"coinpaprika/coinpaprika-api-php-client","owner":"coinpaprika","description":"This library provides convenient way to use Coinpaprika.com API in PHP.","archived":false,"fork":false,"pushed_at":"2023-06-02T21:22:09.000Z","size":65,"stargazers_count":24,"open_issues_count":11,"forks_count":11,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-08-28T19:02:09.462Z","etag":null,"topics":["bitcoin","blockchain","coinpaprika","crypto","cryptocurrency","market-capitalization","php"],"latest_commit_sha":null,"homepage":"https://api.coinpaprika.com/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coinpaprika.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-25T13:28:13.000Z","updated_at":"2025-08-25T16:43:54.000Z","dependencies_parsed_at":"2022-08-18T01:55:32.954Z","dependency_job_id":null,"html_url":"https://github.com/coinpaprika/coinpaprika-api-php-client","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/coinpaprika/coinpaprika-api-php-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coinpaprika%2Fcoinpaprika-api-php-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coinpaprika%2Fcoinpaprika-api-php-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coinpaprika%2Fcoinpaprika-api-php-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coinpaprika%2Fcoinpaprika-api-php-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coinpaprika","download_url":"https://codeload.github.com/coinpaprika/coinpaprika-api-php-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coinpaprika%2Fcoinpaprika-api-php-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272858623,"owners_count":25005112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitcoin","blockchain","coinpaprika","crypto","cryptocurrency","market-capitalization","php"],"created_at":"2025-08-30T14:17:53.823Z","updated_at":"2025-08-30T14:17:54.402Z","avatar_url":"https://github.com/coinpaprika.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coinpaprika API PHP Client\n[![Coins](https://img.shields.io/badge/dynamic/json.svg?url=https://api.coinpaprika.com/v1/global\u0026label=coins\u0026query=$.cryptocurrencies_number\u0026colorB=lightgrey\u0026maxAge=3600)](https://coinpaprika.com)\n[![Bitcoin Price USD](https://img.shields.io/badge/dynamic/json.svg?url=https://api.coinpaprika.com/v1/ticker/btc-bitcoin\u0026label=Bitcoin\u0026query=$.price_usd\u0026colorB=brightgreen\u0026prefix=$%20\u0026maxAge=3600)](https://coinpaprika.com)\n\n[![Logo](https://coinpaprika.com/static/files/d6d3c6e3.svg#greywizard/rock-coin-web/assets/coin/img/cp-logo-beta.svg)](https://api.coinpaprika.com/)\n\n[![Latest Stable Version](https://poser.pugx.org/coinpaprika/coinpaprika-api-php-client/v/stable)](https://packagist.org/packages/coinpaprika/coinpaprika-api-php-client)\n[![Build Status](https://scrutinizer-ci.com/g/coinpaprika/coinpaprika-api-php-client/badges/build.png?b=master)](https://scrutinizer-ci.com/g/coinpaprika/coinpaprika-api-php-client/build-status/master)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)\n[![Quality Score](https://img.shields.io/scrutinizer/g/coinpaprika/coinpaprika-api-php-client.svg?style=flat-square)](https://scrutinizer-ci.com/g/coinpaprika/coinpaprika-api-php-client)\n[![Code Coverage](https://scrutinizer-ci.com/g/coinpaprika/coinpaprika-api-php-client/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/coinpaprika/coinpaprika-api-php-client/?branch=master)\n[![Total Downloads](https://poser.pugx.org/coinpaprika/coinpaprika-api-php-client/downloads)](https://packagist.org/packages/coinpaprika/coinpaprika-api-php-client)\n\n## Usage\n\nThis library provides convenient way to use [coinpaprika.com API](https://api.coinpaprika.com/) in PHP.\n\n[Coinpaprika](https://coinpaprika.com) delivers full market data to the world of crypto: coin prices, volumes, market caps, ATHs, return rates and more.\n\n## Requirements\n\n* PHP \u003e= 7.1\n* (optional) PHPUnit to run tests.\n\n## Install\n\nVia Composer:\n\n```bash\n$ composer require coinpaprika/coinpaprika-api-php-client\n```\n\n## Getting started\n\n```php\n\u003c?php\n\n// This file is generated by Composer\nrequire_once __DIR__ . '/vendor/autoload.php';\n\n$client = new \\Coinpaprika\\Client();\n$coins = $client-\u003egetCoins();\n```\nFrom `$client` object, you can access all the endpoints.\n\n## Cache usage\nFor deserialization process it is advised to initiate the `$client` with `$cacheDir` argument.\n ```php\n \u003c?php\n \n // This file is generated by Composer\n require_once __DIR__ . '/vendor/autoload.php';\n \n $client = new \\Coinpaprika\\Client('my/cache/directory');\n $coins = $client-\u003egetTickers();\n ```\n\n## Paid API\nTo use paid version set the api key\n ```php\n \u003c?php\n \n // This file is generated by Composer\n require_once __DIR__ . '/vendor/autoload.php';\n \n $client = new \\Coinpaprika\\Client('my/cache/directory');\n $client-\u003esetApiKey('PROVIDED_API_KEY');\n $coins = $client-\u003egetCoins();\n ```\n\n## Examples\n\nCheck out the [`./examples`](./examples) directory.\n\n\n## License\n\nCoinpaprikaAPI is available under the MIT license. See the [LICENSE file](./LICENSE.md) for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoinpaprika%2Fcoinpaprika-api-php-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoinpaprika%2Fcoinpaprika-api-php-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoinpaprika%2Fcoinpaprika-api-php-client/lists"}