PHPackages                             nadimtuhin/dse-scrapper - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. nadimtuhin/dse-scrapper

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nadimtuhin/dse-scrapper
=======================

Dhaka Stock Exchange Scrapper

12264PHP

Since Apr 14Pushed 9y ago1 watchersCompare

[ Source](https://github.com/nadimtuhin/dse-scrapper)[ Packagist](https://packagist.org/packages/nadimtuhin/dse-scrapper)[ RSS](/packages/nadimtuhin-dse-scrapper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Dhaka Stock Exchange Scrapper
=============================

[](#dhaka-stock-exchange-scrapper)

Scrapping Dhaka Stock Exchange (DSE) data were never easier. Easy to use API. Pull requests, bug reports, feature requests are welcome.

Disclaimer:
-----------

[](#disclaimer)

This software is to be used `For Educational Purposes Only` . If this software is used against the Terms and Conditions stated in `dsebd.org` the author would not be responsible.

Install
-------

[](#install)

install using composer

```
{
    "require": {
        "nadimtuhin/dse-scrapper": "0.1.*@dev"
    }
}
```

Usage
-----

[](#usage)

```
require_once('vendor/autoload.php');

$scrapper = new NadimTuhin\DSE\DseScrapper();
$data = $scrapper->scrap();

print_r($data);
```

Data Structure
--------------

[](#data-structure)

```
array:321 [▼
  0 => array:10 [▼
    "trading_code" => "1JANATAMF"
    "ltp" => "4.1"
    "high" => "4.3"
    "low" => "4.1"
    "closep" => "4.1"
    "ycp" => "4.3"
    "change" => "-0.2"
    "trade" => "80"
    "value" => "1.187"
    "volume" => "283,615"
  ]
  1 => array:10 [▼
    "trading_code" => "1STICB"
    "ltp" => "1,105"
    "high" => "1,105"
    "low" => "1,103.9"
    "closep" => "1,104"
    "ycp" => "1,075"
    "change" => "30"
    "trade" => "5"
    "value" => "0.05"
    "volume" => "45"
  ]
  2 => array:10 [▶]
  3 => array:10 [▶]
  4 => array:10 [▶]
  5 => array:10 [▶]
  6 => array:10 [▶]
  7 => array:10 [▶]
  8 => array:10 [▶]
  9 => array:10 [▶]
  10 => array:10 [▶]
  11 => array:10 [▶]
  12 => array:10 [▶]
  13 => array:10 [▶]
  ....
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ce9596ab07b33a8d3f990aaa9a47945c110fbcf8eb6e0428b3ad1e483b6c02e?d=identicon)[nadimtuhin](/maintainers/nadimtuhin)

---

Top Contributors

[![nadimtuhin](https://avatars.githubusercontent.com/u/3125771?v=4)](https://github.com/nadimtuhin "nadimtuhin (26 commits)")

### Embed Badge

![Health badge](/badges/nadimtuhin-dse-scrapper/health.svg)

```
[![Health](https://phpackages.com/badges/nadimtuhin-dse-scrapper/health.svg)](https://phpackages.com/packages/nadimtuhin-dse-scrapper)
```

###  Alternatives

[dmore/chrome-mink-driver

Mink driver for controlling chrome without selenium

7514.5M345](/packages/dmore-chrome-mink-driver)[kalessil/production-dependencies-guard

Prevents adding of development packages into require-section (should be require-dev).

851.2M2](/packages/kalessil-production-dependencies-guard)[nikic/include-interceptor

Intercept PHP includes

6967.4k2](/packages/nikic-include-interceptor)[artgris/maintenance-bundle

Symfony Bundle to place your Symfony website in maintenance mode

2697.5k](/packages/artgris-maintenance-bundle)[wemersonrv/input-mask

A Laravel Nova custom field text with masks on input

1196.4k](/packages/wemersonrv-input-mask)[daveawb/understated

A PHP Finite State Machine for Laravel 5+

302.0k](/packages/daveawb-understated)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
