kerryjones/marketdataapp-sdk-php

PHP SDK for MarketData.app

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

This package is auto-updated.

Last update: 2024-11-07 10:19:28 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.