PHPackages                             rzr/markitondemand - 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. rzr/markitondemand

ActiveLibrary[API Development](/categories/api)

rzr/markitondemand
==================

Zend Framework 2 module for Markit on Demand API

10PHP

Since Aug 17Pushed 9y ago1 watchersCompare

[ Source](https://github.com/rmayne/Markitondemand)[ Packagist](https://packagist.org/packages/rzr/markitondemand)[ RSS](/packages/rzr-markitondemand/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Description
===========

[](#description)

- This module provides OOP access to Markit On Demand's Market Data API in Zend Framework 2

Features
--------

[](#features)

- Symbol lookup
- Symbol quote data

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

[](#installation)

- Composer: composer require rzr/markitondemand
- Git: git clone

Usage
-----

[](#usage)

- find the symbol for a company on various markets
    - returns an array of objects

    1. $client = new MarkitondemandClient();
    2. $results = $client-&gt;lookupCompany('twit');
- get a quote for symbol
    - returns a quote object

    1. $company = new Company();
    2. $quote = $company-&gt;getQuote('TWTR');
- update a quote object
    1. $quote = new Quote();
    2. $quote-&gt;updateQuote();

Resources
---------

[](#resources)

- API Docs:

To Do List
----------

[](#to-do-list)

- singleton behavior for zend client usage
- better performance

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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://avatars.githubusercontent.com/u/12460152?v=4)[rmayne](/maintainers/rmayne)[@rmayne](https://github.com/rmayne)

### Embed Badge

![Health badge](/badges/rzr-markitondemand/health.svg)

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

###  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)[emartech/emarsys-magento2-extension

Magento2 integration for the Emarsys Marketing Platform

14273.9k](/packages/emartech-emarsys-magento2-extension)

PHPackages © 2026

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