kerryjones/marketdataapp-sdk-php

PHP SDK for MarketData.app

Fund package maintenance!
MarketDataApp

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/kerryjones/marketdataapp-sdk-php

v0.1.0-alpha 2024-07-07 19:09 UTC

This package is auto-updated.

Last update: 2025-10-07 12:20:18 UTC


README

Latest Version on Packagist Tests Codecov Total Downloads

This is an unofficial PHP SDK for Market Data. It provides developers with a powerful, easy-to-use interface to obtain real-time and historical financial data. Ideal for building financial applications, trading bots, and investment strategies.

Installation

You can install the package via composer:

composer require kerryjones/marketdataapp-sdk-php

Usage

$client = new MarketDataApp\Client();
$quote = $client->indices->quote('AAPL');

Testing

./vendor/bin/phpunit tests

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

License

The MIT License (MIT). Please see License File for more information.