PHPackages                             coinlore/cruptocurrency-prices - 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. coinlore/cruptocurrency-prices

ActiveLibrary[API Development](/categories/api)

coinlore/cruptocurrency-prices
==============================

Simple library for PHP to use coinlore crypto api

4179PHP

Since Feb 13Pushed 6y ago2 watchersCompare

[ Source](https://github.com/coinlore/PHP-Client-For-CoinLore-API)[ Packagist](https://packagist.org/packages/coinlore/cruptocurrency-prices)[ RSS](/packages/coinlore-cruptocurrency-prices/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Simple API Client for CoinLore
==================================

[](#php-simple-api-client-for-coinlore)

Simple library for NodeJS to use coinlore crypto api [Coinlore.com API](https://www.coinlore.com/cryptocurrency-data-api)

[Coinlore](https://www.coinlore.com) provides original cryptocurrency data, coin prices calculated by own algorithm, market caps, trade volumes and more, information updated every minute or less.

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

[](#installation)

```
composer require coinlore/cruptocurrency-prices
OR
composer require "coinlore/cruptocurrency-prices @dev"
```

Usage
-----

[](#usage)

```
 require_once __DIR__ . '/vendor/autoload.php';

 $client = new \Coinlore\Request();

 //Get Bitcoin Info
 $coins = $client->getcoin(90);

 //Get coins from 0 to 100
 $coins = $client->getcoins(0,100);

 //Get coin markets
 $coins = $client->getcoinmarkets(90);

 //Get exchanges
 $coins = $client->getexchanges();

 //Get exchange
 $coins = $client->getexchange(5);

 //Get social stats
 $coins = $client->getsocialstats(90);

 print_r($coins);
```

License
-------

[](#license)

MIT license

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6112700888c3d3cd3acedb0f9faf9c3f288275f92c00314b72cf77d91c1f8478?d=identicon)[coinlore](/maintainers/coinlore)

---

Top Contributors

[![dnikola90](https://avatars.githubusercontent.com/u/38586376?v=4)](https://github.com/dnikola90 "dnikola90 (8 commits)")

---

Tags

bitcoin-apicryptocryptocurrenciescryptocurrencycryptocurrency-apicryptocurrency-exchangesphpphp-cryptocurrency

### Embed Badge

![Health badge](/badges/coinlore-cruptocurrency-prices/health.svg)

```
[![Health](https://phpackages.com/badges/coinlore-cruptocurrency-prices/health.svg)](https://phpackages.com/packages/coinlore-cruptocurrency-prices)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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