2017 © Pedro Peláez
 

library markitondemand

Zend Framework 2 module for Markit on Demand API

image

rzr/markitondemand

Zend Framework 2 module for Markit on Demand API

  • Wednesday, August 17, 2016
  • by rmayne
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Description

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

Features

  • Symbol lookup
  • Symbol quote data

Installation

  • Composer: composer require rzr/markitondemand
  • Git: git clone https://github.com/rmayne/Markitondemand.git

Usage

  • find the symbol for a company on various markets
    • returns an array of objects
    1. $client = new MarkitondemandClient();
    2. $results = $client->lookupCompany('twit');
  • get a quote for symbol
    • returns a quote object
    1. $company = new Company();
    2. $quote = $company->getQuote('TWTR');
  • update a quote object
    1. $quote = new Quote();
    2. $quote->updateQuote();

Resources

  • API Docs: http://dev.markitondemand.com/MODApis

To Do List

  • singleton behavior for zend client usage
  • better performance

The Versions

17/08 2016

dev-master

9999999-dev https://github.com/rmayne/Markitondemand

Zend Framework 2 module for Markit on Demand API

  Sources   Download

MIT

The Requires

 

zend stock market financial