dagar/crawler

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

Installs: 11

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:Blade

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

This package is auto-updated.

Last update: 2025-03-28 18:10:50 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