PHPackages                             adrifkat/cryptopanic - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. adrifkat/cryptopanic

ActiveLibrary[API Development](/categories/api)

adrifkat/cryptopanic
====================

PHP unofficial client to cryptopanic.com API

1.0.0(4y ago)93022MITPHPPHP ^7.4|^8.0

Since Aug 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/adrifkat/cryptopanic)[ Packagist](https://packagist.org/packages/adrifkat/cryptopanic)[ RSS](/packages/adrifkat-cryptopanic/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

PHP unofficial client to CryptoPanic.com API
============================================

[](#php-unofficial-client-to-cryptopaniccom-api)

[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.

Install
-------

[](#install)

```
composer require adrifkat/cryptopanic

```

Usage
-----

[](#usage)

> Get your &lt;AUTH\_TOKEN&gt; from the [cryptopanic API page](https://cryptopanic.com/about/api/).

```
$client = new \Adrifkat\Cryptopanic\Client('');
$postsResponse = $client->getPostsRequest()
	->setCurrencies(['BTC', 'XRP'])
	->setFilter('bearish')
	->send();

$portfolioResponse = $client->send();
```

### Posts Request Methods

[](#posts-request-methods)

- `setFilter(string $value)`: You can use any of UI filters using filter. Available values: rising|hot|bullish|bearish|important|saved|lol
- `setCurrencies(array $currencies)`: Filter by currencies. Example: \['CURRENCY\_CODE1', 'CURRENCY\_CODE2'\]
- `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'\]
- `setKind(string $value)`: Filter by kind. Available values: news|media
- `setFollowing(bool $following)`: Filter only "Following" feed - based on currencies you follow
- `setPublic(bool $public))`: Enable public API

License
=======

[](#license)

MIT

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1719d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e9c9ec1a299dbec12e92dfcb759104b458050ae262a11b9d963521d55c9bc8af?d=identicon)[adrifkat](/maintainers/adrifkat)

---

Top Contributors

[![adrifkat](https://avatars.githubusercontent.com/u/30600227?v=4)](https://github.com/adrifkat "adrifkat (1 commits)")

---

Tags

cryptocurrencycryptocurrency-newscryptocurrency-news-portalcryptopanicnewsapiclientcrypto newscryptocurrenciesaggregatorcryptopanic

### Embed Badge

![Health badge](/badges/adrifkat-cryptopanic/health.svg)

```
[![Health](https://phpackages.com/badges/adrifkat-cryptopanic/health.svg)](https://phpackages.com/packages/adrifkat-cryptopanic)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[resend/resend-php

Resend PHP library.

564.7M21](/packages/resend-resend-php)[crowdin/crowdin-api-client

PHP client library for Crowdin API v2

611.5M5](/packages/crowdin-crowdin-api-client)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[markrogoyski/numverify-api-client-php

Numverify API Client for PHP

1220.9k](/packages/markrogoyski-numverify-api-client-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
