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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package bd-stock-exchange

Code Checks Build Code Coverage Code Rating Code Intellegence

Dhaka Stock Exchange & Chittagong Stock Exchange Pricing Data Library in PHP

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 -

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

PHP Build Version
Package Version
Requires ext-json Version *
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package shahariaazam/bd-stock-exchange contains the following files

Loading the files please wait ....