PHPackages                             mahedimaruf/bikroy - 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. mahedimaruf/bikroy

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

mahedimaruf/bikroy
==================

A PHP library for scraping phone numbers from bikroy.com

1.0(8y ago)017[1 issues](https://github.com/mahedimaruf/bikroy/issues)MITPHPPHP &gt;=5.4.0

Since Feb 6Pushed 8y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Bikroy.com scraper
==================

[](#bikroycom-scraper)

Requirements
------------

[](#requirements)

PHP version 5.4.0 or higher

Installation with composer
--------------------------

[](#installation-with-composer)

It is also possible to install library via composer

`composer require mahedimaruf/bikroy`

Example usage
-------------

[](#example-usage)

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

// import goutte
use Goutte\Client;

// Create new goutte client
$bot = new Client();

//Initialize a Instance "bikroy" class
$bikroy = new Mahedimaruf\Bikroy($bot);
$city = 'dhaka';

// Pass the city to start_page method.It will return the first ad list page link to start scraping
$nextlink = $bikroy->start_page($city);
while ($nextlink) {

//Pass page link. It will return an array with all the name and phone numbers from the ad list page and a link to next page.
    $results = $bikroy->scrap($nextlink);
    var_dump($results['details']);

//Set next page link. So script will continue scraping until there is no next link!
    $nextlink = $results['nextlink'];
}
```

### Enjoy. Just don't abuse too much

[](#enjoy-just-dont-abuse-too-much)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3013d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0fecc94ef37e546ef29168188dc9d5274dc87ffc2ee209a8d8bac8a9d15067f6?d=identicon)[mahedimaruf](/maintainers/mahedimaruf)

---

Top Contributors

[![mahedimaruf](https://avatars.githubusercontent.com/u/18468743?v=4)](https://github.com/mahedimaruf "mahedimaruf (12 commits)")

### Embed Badge

![Health badge](/badges/mahedimaruf-bikroy/health.svg)

```
[![Health](https://phpackages.com/badges/mahedimaruf-bikroy/health.svg)](https://phpackages.com/packages/mahedimaruf-bikroy)
```

###  Alternatives

[raulr/google-play-scraper

A PHP scraper to get app data from Google Play

12892.7k](/packages/raulr-google-play-scraper)[jansenfelipe/cpf-gratis

Com esse pacote você poderá consultar, gratuitamente, CPFs diretamente no site da receita.

1895.9k](/packages/jansenfelipe-cpf-gratis)[bubbstore/correios

Biblioteca que faz cálculo de frete, rastreamento de objetos e consulta de CEP diretamente do Webservice dos Correios.

2589.0k](/packages/bubbstore-correios)[stefanbauer/ignition-laracasts-tab

A tab to retrieve laracasts.com answers

5311.5k](/packages/stefanbauer-ignition-laracasts-tab)[jansenfelipe/cidades-gratis

Com esse pacote você poderá consultar, gratuitamente, Cidades diretamente no site do IBGE.

423.5k](/packages/jansenfelipe-cidades-gratis)

PHPackages © 2026

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