{"id":33948830,"url":"https://github.com/adrifkat/cryptopanic","last_synced_at":"2026-03-17T20:15:29.165Z","repository":{"id":56941236,"uuid":"399618872","full_name":"adrifkat/cryptopanic","owner":"adrifkat","description":"PHP unofficial client to CryptoPanic.com API","archived":false,"fork":false,"pushed_at":"2021-08-24T22:20:30.000Z","size":5,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-14T07:42:23.027Z","etag":null,"topics":["cryptocurrency","cryptocurrency-news","cryptocurrency-news-portal","cryptopanic","news"],"latest_commit_sha":null,"homepage":"","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/adrifkat.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":"2021-08-24T22:18:10.000Z","updated_at":"2023-12-18T20:03:32.000Z","dependencies_parsed_at":"2022-08-21T07:20:48.726Z","dependency_job_id":null,"html_url":"https://github.com/adrifkat/cryptopanic","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/adrifkat/cryptopanic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrifkat%2Fcryptopanic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrifkat%2Fcryptopanic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrifkat%2Fcryptopanic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrifkat%2Fcryptopanic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adrifkat","download_url":"https://codeload.github.com/adrifkat/cryptopanic/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrifkat%2Fcryptopanic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30630385,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cryptocurrency","cryptocurrency-news","cryptocurrency-news-portal","cryptopanic","news"],"created_at":"2025-12-12T18:52:20.958Z","updated_at":"2026-03-17T20:15:29.160Z","avatar_url":"https://github.com/adrifkat.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP unofficial client to CryptoPanic.com API\n\n[CryptoPanic.com](https://cryptopanic.com) is a news aggregator platform indicating impact on price and market for traders and cryptocurrency enthusiasts. Users can vote to mark important, bullish or bearish price signals.\n\n## Install\n\n\tcomposer require adrifkat/cryptopanic\n\n## Usage\n\n\u003e Get your \u003cAUTH_TOKEN\u003e from the [cryptopanic API page](https://cryptopanic.com/about/api/).\n\n```php\n\n$client = new \\Adrifkat\\Cryptopanic\\Client('\u003cAUTH_TOKEN\u003e');\n$postsResponse = $client-\u003egetPostsRequest()\n\t-\u003esetCurrencies(['BTC', 'XRP'])\n\t-\u003esetFilter('bearish')\n\t-\u003esend();\n\t\n$portfolioResponse = $client-\u003esend();\t\n\n```\n\n### Posts Request Methods\n\n- `setFilter(string $value)`: You can use any of UI filters using filter. Available values: rising|hot|bullish|bearish|important|saved|lol\n- `setCurrencies(array $currencies)`: Filter by currencies. Example: ['CURRENCY_CODE1', 'CURRENCY_CODE2']\n- `setRegions(array $regions)`: Filter by region. Available regions: en (English), de (Deutsch), nl (Dutch), es (Español), fr (Français), it (Italiano), pt (Português), ru (Русский). Example: ['en', 'nl']\n- `setKind(string $value)`: Filter by kind. Available values: news|media\n- `setFollowing(bool $following)`: Filter only \"Following\" feed - based on currencies you follow\n- `setPublic(bool $public))`: Enable public API\n\n# License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrifkat%2Fcryptopanic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadrifkat%2Fcryptopanic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrifkat%2Fcryptopanic/lists"}