thevil / ravandro-api
Get The latest Records of Tehran Stock Exchange
dev-master
2023-06-02 23:01 UTC
Requires
- php: ^7.3|^8.0
- guzzlehttp/guzzle: ^7.0.1
Requires (Dev)
- phpunit/phpunit: ^9
This package is auto-updated.
Last update: 2025-07-31 00:18:04 UTC
README
Official Ravandro API wrapper
• Installation
Latest version: 1.0.0
composer require thevil/ravandro-api
• Ravandro API Documentation
For complete API documentation, up-to-date parameters, responses and errors, please refer to Ravandro API Document .
• Quick Start Example
//1. Create Ravandro Client $client = \Thevil\RavandroApi\RavandroClient("YOUR_TOKEN"); $client->getSymbolList();