kerryjones / marketdataapp-sdk-php
PHP SDK for MarketData.app
Fund package maintenance!
MarketDataApp
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7.8
- nesbot/carbon: ^3.6
Requires (Dev)
- phpunit/phpunit: ^10.3.2
This package is auto-updated.
Last update: 2024-11-07 10:19:28 UTC
README
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.