Download the PHP package radicalloop/eodhistoricaldata without Composer
On this page you can find all versions of the php package radicalloop/eodhistoricaldata. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download radicalloop/eodhistoricaldata
More information about radicalloop/eodhistoricaldata
Files in radicalloop/eodhistoricaldata
Download radicalloop/eodhistoricaldata
More information about radicalloop/eodhistoricaldata
Files in radicalloop/eodhistoricaldata
Vendor radicalloop
Package eodhistoricaldata
Short Description Wrapper for eodhistoricaldata.com
License MIT
Package eodhistoricaldata
Short Description Wrapper for eodhistoricaldata.com
License MIT
Please rate this library. Is it a good library?
Informations about the package eodhistoricaldata
EOD Historical Data API Client Wrapper for Laravel/PHP
Installation
To install this package via the composer require
command:
bash $ php artisan vendor:publish --provider="RadicalLoop\Eod\EodServiceProvider" bash return [ 'api_token' => 'put your token here' ];
## Usage
Here you can see an example of just how simple this package is to use.
### Stocks API
To check other Stock API usages, refer [Test Cases](tests/StockTest.php) here.
### Exchanges API
To check other Exchanges API usages, refer [Test Cases](tests/ExchangeTest.php) here.
## PHP
For PHP you can create an object like below.
## Support
Contact: [www.radicalloop.com](https://www.radicalloop.com) — [email protected]
All versions of eodhistoricaldata with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
^7.0.1
illuminate/support Version ^8.0|^9.0|^10.0|^11.0
illuminate/contracts Version ^8.0|^9.0|^10.0|^11.0
illuminate/support Version ^8.0|^9.0|^10.0|^11.0
illuminate/contracts Version ^8.0|^9.0|^10.0|^11.0
The package radicalloop/eodhistoricaldata contains the following files
Loading the files please wait ....