PHPackages                             escudo/api-coin-gecko-test - 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. escudo/api-coin-gecko-test

ActiveLibrary

escudo/api-coin-gecko-test
==========================

0.0.3(5y ago)05PHP

Since Sep 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Escudo7/api-coin-gecko-test)[ Packagist](https://packagist.org/packages/escudo/api-coin-gecko-test)[ RSS](/packages/escudo-api-coin-gecko-test/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

Тестовое задание для Serenity.
------------------------------

[](#тестовое-задание-для-serenity)

Текст задания:
--------------

[](#текст-задания)

Разработать и опубликовать на Composer пакет, который будет обеспечивать интеграцию с сервисом

Идея довольно простая: мы устанавливаем пакет из композера, получаем некоторый класс, который позволяет передать ID криптовалюты (например DASH) и взамен получить ответ от API в RAW формате (обычный массив, который в ответ шлет нам CoinGecko)

Installation
------------

[](#installation)

```
$ composer require escudo/api-coin-gecko-test
```

Usage
-----

[](#usage)

```
use Escudo\CoinGeckoApi;

$api = new CoinGeckoApi('DASH');

$api->getCoin(); //'dash'

$api->getCoinsList();

$api->getData();
$api->getData(['localization' => false]);

$api->getTickers();
$api->getTickers(['order' => 'trust_score_asc ']);

$api->getHistory('30-12-2017');
$api->getHistory('30-12-2017', ['localization' => false]);

$api->getMarketChart('usd', 1);

$api->getMarketChartRange('usd', '1392577232', '1422577232');

$api->getStatusUpdates();
$api->getStatusUpdates(['per_page' => 5, 'page' => 1]);

$api->getOhls('usd', 1);

$api->setCoin('0cash');
$api->getCoin(); //'0cash'
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Every ~0 days

Total

3

Last Release

2074d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/780f2f82d6e71e17b78c4edde5f835731c0b78092d831e9199c8b2501ba52994?d=identicon)[Escudo](/maintainers/Escudo)

---

Top Contributors

[![Escudo7](https://avatars.githubusercontent.com/u/46868747?v=4)](https://github.com/Escudo7 "Escudo7 (5 commits)")

### Embed Badge

![Health badge](/badges/escudo-api-coin-gecko-test/health.svg)

```
[![Health](https://phpackages.com/badges/escudo-api-coin-gecko-test/health.svg)](https://phpackages.com/packages/escudo-api-coin-gecko-test)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k20](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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