PHPackages                             dprmc/interactive-data-remote-plus - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. dprmc/interactive-data-remote-plus

ActiveLibrary[HTTP &amp; Networking](/categories/http)

dprmc/interactive-data-remote-plus
==================================

A PHP package that interfaces with the Remote Plus pricing HTTP API by Interactive Data.

v1.09(7y ago)17MITPHP

Since Jul 31Pushed 7y ago1 watchersCompare

[ Source](https://github.com/DPRMC/InteractiveData-RemotePlus)[ Packagist](https://packagist.org/packages/dprmc/interactive-data-remote-plus)[ RSS](/packages/dprmc-interactive-data-remote-plus/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (5)Dependencies (5)Versions (11)Used By (0)

InteractiveData-RemotePlus
==========================

[](#interactivedata-remoteplus)

[![Build Status](https://camo.githubusercontent.com/1f96c170fbf35dfa0aec3214a707185996d94e5c4aba3a6b6cc7a734ab0533fc/68747470733a2f2f7472617669732d63692e6f72672f4450524d432f496e746572616374697665446174612d52656d6f7465506c75732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/DPRMC/InteractiveData-RemotePlus)[![Latest Stable Version](https://camo.githubusercontent.com/36a4eac1213ec25422814f398237f69857ee26ff2bc6907c8b5842bb8a9e510a/68747470733a2f2f706f7365722e707567782e6f72672f6470726d632f696e7465726163746976652d646174612d72656d6f74652d706c75732f762f737461626c65)](https://packagist.org/packages/dprmc/interactive-data-remote-plus)[![Total Downloads](https://camo.githubusercontent.com/41b08dcef4af05ae69de73df1b4b203f6ba6885e44ccbfa48e87d3372b984065/68747470733a2f2f706f7365722e707567782e6f72672f6470726d632f696e7465726163746976652d646174612d72656d6f74652d706c75732f646f776e6c6f616473)](https://packagist.org/packages/dprmc/interactive-data-remote-plus)[![License](https://camo.githubusercontent.com/7d253db2624ebe5bd384eaac006309da3e2da225ec7d7a268bc005d87df6863d/68747470733a2f2f706f7365722e707567782e6f72672f6470726d632f696e7465726163746976652d646174612d72656d6f74652d706c75732f6c6963656e7365)](https://packagist.org/packages/dprmc/interactive-data-remote-plus)[![composer.lock](https://camo.githubusercontent.com/e0c69b5350a760fdfe4b1a37f06c3d1407c9a57d5468eaef3de05e8ae66fe1dd/68747470733a2f2f706f7365722e707567782e6f72672f6470726d632f696e7465726163746976652d646174612d72656d6f74652d706c75732f636f6d706f7365726c6f636b)](https://packagist.org/packages/dprmc/interactive-data-remote-plus)[![Coverage Status](https://camo.githubusercontent.com/a246a6709ad21a1e7e4af60d9fe7dd034456f6d7253f735bf679e0a9f3237543/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f4450524d432f496e746572616374697665446174612d52656d6f7465506c75732f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/DPRMC/InteractiveData-RemotePlus?branch=master)

A php package that interfaces with the Remote Plus pricing HTTP API by Interactive Data.

Usage
-----

[](#usage)

```
use DPRMC\InteractiveData\ClientDailyPriceFixedIncome;

$date = "2017-07-31";
$cusipsToQuery = [
    '38259P508'
];

$client = new ClientDailyPriceFixedIncome('yourInteractiveDataUser',
                                          'yourInteractiveDataPass',
                                          $date,
                                          $cusipsToQuery);

$response = $client->run();

foreach ($response as $cusip => $price):
    echo "CUSIP $cusip had a price of $price on $date";
endforeach;
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity69

Established project with proven stability

 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 ~59 days

Recently: every ~133 days

Total

10

Last Release

2721d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17033570?v=4)[DPRMC](/maintainers/DPRMC)[@DPRMC](https://github.com/DPRMC)

---

Top Contributors

[![michaeldrennen](https://avatars.githubusercontent.com/u/5288190?v=4)](https://github.com/michaeldrennen "michaeldrennen (39 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dprmc-interactive-data-remote-plus/health.svg)

```
[![Health](https://phpackages.com/badges/dprmc-interactive-data-remote-plus/health.svg)](https://phpackages.com/packages/dprmc-interactive-data-remote-plus)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k34](/packages/neuron-core-neuron-ai)[illuminate/http

The Illuminate Http package.

11937.2M6.6k](/packages/illuminate-http)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[akamai-open/edgegrid-client

Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client\_Auth.html

482.6M6](/packages/akamai-open-edgegrid-client)[dreamfactory/df-core

DreamFactory(tm) Core Components

1652.0k38](/packages/dreamfactory-df-core)

PHPackages © 2026

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