PHPackages                             hedii/php-crawler - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. hedii/php-crawler

AbandonedArchivedProject[Mail &amp; Notifications](/categories/mail)

hedii/php-crawler
=================

A crawler application written with php and Laravel that finds email addresses on the internets.

2.2.0(7y ago)1361.1k62MITPHPPHP &gt;=7.2.0

Since Mar 9Pushed 5y ago1 watchersCompare

[ Source](https://github.com/hedii/php-crawler)[ Packagist](https://packagist.org/packages/hedii/php-crawler)[ Docs](https://github.com/hedii/php-crawler)[ RSS](/packages/hedii-php-crawler/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (10)Dependencies (13)Versions (15)Used By (0)

php-crawler
===========

[](#php-crawler)

***This repository has not been updated since a long time and I am not using it anymore. Please feel free to fork it and do whatever you want with it.***

[![Build Status](https://camo.githubusercontent.com/0b34fe8952533ec85fdf15a7ccbd96bd0ab823a4a71ada76267bbbe68adfab18/68747470733a2f2f7472617669732d63692e6f72672f68656469692f7068702d637261776c65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/hedii/php-crawler)

A crawler application with a php backend using Laravel, and a js frontend using vuejs, that finds email addresses on the internets.

Given an entry point url, the crawler will search for emails in all the urls available from this entry point domain name. The emails are downloadable as a text file.

Multiple users can start searching for emails without being able see the other users' searches (searches are related to a single user).

Screenshots
-----------

[](#screenshots)

[![Screenshot1](https://user-images.githubusercontent.com/5358048/35198632-c9afcdf2-fef1-11e7-91ec-900b1ff25b62.png)](https://user-images.githubusercontent.com/5358048/35198632-c9afcdf2-fef1-11e7-91ec-900b1ff25b62.png)

[![Screenshot2](https://user-images.githubusercontent.com/5358048/35198634-cddecb44-fef1-11e7-836b-5dbe16a1bb2a.png)](https://user-images.githubusercontent.com/5358048/35198634-cddecb44-fef1-11e7-836b-5dbe16a1bb2a.png)

[![Screenshot3](https://user-images.githubusercontent.com/5358048/35198637-d015a180-fef1-11e7-93a0-9eb72e1c1281.png)](https://user-images.githubusercontent.com/5358048/35198637-d015a180-fef1-11e7-93a0-9eb72e1c1281.png)

[![Screenshot4](https://user-images.githubusercontent.com/5358048/35198638-d20ea1a8-fef1-11e7-8ecf-df3cf2c4c8e1.png)](https://user-images.githubusercontent.com/5358048/35198638-d20ea1a8-fef1-11e7-8ecf-df3cf2c4c8e1.png)

Server requirements
-------------------

[](#server-requirements)

- PHP &gt;= 7.2.0
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension

Installation
------------

[](#installation)

- Create a mysql database (default name: `crawler`)
- Install the project with [composer](https://getcomposer.org/):

```
composer create-project hedii/php-crawler crawler
cd crawler
```

- Open the `.env` file, check the database credentials, and modify it if needed:

```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=crawler
DB_USERNAME=root
DB_PASSWORD=your_password_here

```

- In the `.env` file, set the application url:

```
APP_URL=http://crawler.localhost

```

- Build the crawler application

```
php artisan crawler:build
```

- Point your web server's document / web root to be the public directory: `/some/path/crawler/public`. The index.php in this directory serves as the front controller for all HTTP requests entering your application. [See Laravel documentation](https://laravel.com/docs/master/installation). I highly recommend using [Laravel Valet](https://laravel.com/docs/master/valet) if you are using a Mac. Otherwise, check [Laravel Homestead](https://laravel.com/docs/master/homestead).
- Done

Usage
-----

[](#usage)

- Navigate to your php-crawler website
- Register a new account
- Create a new search
- Create more searches
- Download the found emails

Testing
-------

[](#testing)

```
composer test

```

Contributing
------------

[](#contributing)

**All** contributions are welcome :)

Please write some tests if you are adding or modifying features.

License
-------

[](#license)

php-crawler is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 97.4% 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

Every ~81 days

Recently: every ~92 days

Total

14

Last Release

2714d ago

Major Versions

1.0.7 → 2.0.02018-01-21

PHP version history (2 changes)1.0.0PHP &gt;=5.5.9

2.0.0PHP &gt;=7.2.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/e4a5db1cfc95de95128aba94b6f26a69d543e7f1e95f5f9afcdaf7e1db836fe1?d=identicon)[hedii](/maintainers/hedii)

---

Top Contributors

[![hedii](https://avatars.githubusercontent.com/u/5358048?v=4)](https://github.com/hedii "hedii (76 commits)")[![jackmcdowell](https://avatars.githubusercontent.com/u/12602798?v=4)](https://github.com/jackmcdowell "jackmcdowell (2 commits)")

---

Tags

crawlerlaravelphpphp-crawlervuevuejswebcrawlerwebscraperwebscrapingphplaravelemailcrawlerhediiphp crawler

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hedii-php-crawler/health.svg)

```
[![Health](https://phpackages.com/badges/hedii-php-crawler/health.svg)](https://phpackages.com/packages/hedii-php-crawler)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.6M217](/packages/backpack-crud)[krayin/laravel-crm

Krayin CRM

23.2k33.4k1](/packages/krayin-laravel-crm)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[ronasit/laravel-helpers

Provided helpers function and some helper class.

2082.5k25](/packages/ronasit-laravel-helpers)[martian/spammailchecker

A laravel package that protect users from entering non-existing/spam email addresses.

422.1k](/packages/martian-spammailchecker)

PHPackages © 2026

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