dagar/crawler

a production ready crawler for logs, error, reqests, quries and more.

Maintainers

Package info

github.com/dagar-in/crawler

Language:Blade

pkg:composer/dagar/crawler

Statistics

Installs: 11

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2022-11-28 12:36 UTC

This package is auto-updated.

Last update: 2026-02-28 20:24:41 UTC


README

The packages tries to provide 100% coverage for debugging your application by logging request, response, quires and application logs in one location and providing you one dashboard to look at all the things.

Dashboard Screenshot

Dashboard Info

Installation

composer install dagar/crawler
php artisan migrate

Usage

Goto http://localhost:8000/crawl to open dashboard and start debugging.

The url and all other features can be configured from config file.

Security

  • IP Whitelist
  • Useragent Whitelist
  • Refer Header Whitelist

License

MIT