Download the PHP package shahariaazam/bd-stock-exchange without Composer
On this page you can find all versions of the php package shahariaazam/bd-stock-exchange. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download shahariaazam/bd-stock-exchange
More information about shahariaazam/bd-stock-exchange
Files in shahariaazam/bd-stock-exchange
Package bd-stock-exchange
Short Description Bangladeshi stock exchange (share market) stock price data fetch with PHP. Get Dhaka Stock Exchange (DSE) and Chittagong Stock Exchange (CSE) stock price data
License MIT
Informations about the package bd-stock-exchange
Bangladesh Stock Exchange
This PHP library provides a simple way to get and parse the stock price for Dhaka Stock Exchange & Chittagong Stock Exchange in real time directly from the official website.
Installation
Install this library via composer
by running the following command
composer require shahariaazam/bd-stock-exchange
Note: This library has been upgraded from it's old (legacy) code and made it as a standard library. if you still want to use legacy (OLD) codes, you can find that in old-legacy-codes branch.
Or you can download OLD codes as zip
. Click here to download old codes.
Usage
After installing you can simply get the latest Dhaka Stock Exchange price data
Get Bangladeshi Stock Exchange Share Price
And you are done. You will get the following output. Array of PricingEntity
Docker Image
You can also use Docker. To use Docker, you can find the image on Docker Hub or you can build Docker image from this repo.
To get the latest Bangladeshi Stock Market price via Docker, run the following command -
If you want to build your own Docker image, run -
Contribution
This is a helpful PHP library for programmers who want to get the latest Bangladesh stock exchange market data in their PHP application.
I always welcome any people who want to contribute to this library if it helps. You can contribute by doing -
- Creating Issue from https://github.com/shahariaazam/DSE-Share-Market-Update/issues/new
- Fixing existing issues from https://github.com/shahariaazam/DSE-Share-Market-Update/issues
-
Extending library by forking and send a pull request to merge. To fork this repository, go to https://github.com/shahariaazam/DSE-Share-Market-Update/fork.
After writing codes to fix issues or extending this library, please send me a pull request and I will be happy to see and merge if everything is OK.
To see all the contributors, please click here
License
MIT
Connect with me
Social: LinkedIn | Twitter | Facebook
Website: blog.shaharia.com | shaharia.com
All versions of bd-stock-exchange with dependencies
ext-curl Version *
symfony/dom-crawler Version ^4.4
nyholm/psr7 Version ^1.2
symfony/http-client Version ^4.4
psr/http-client Version ^1.0