Building scalable Laravel applications, developer security tools, and AI-powered real-time systems.
A suite of security-focused Laravel packages for detecting vulnerabilities, inspecting application internals, and validating deployment readiness.
| Package | What it does | Packagist | Source |
|---|---|---|---|
| laravel-guarddog | Security scanner for SQL injection, missing auth middleware, and XSS risks | packagist.org | GitHub |
| laravel-xray | Architecture visualization, dead code detection, and dependency mapping for large apps | packagist.org | GitHub |
| laravel-preflight | Upgrade compatibility checker scanning for breaking changes across Laravel 8–13 | packagist.org | GitHub |
Observability and profiling packages for understanding what your Laravel application does at runtime.
| Package | What it does | Packagist | Source |
|---|---|---|---|
| laravel-time-machine | Request profiler and debugger with millisecond timelines, SQL query capture, and a Gantt-style dashboard | packagist.org | GitHub |
| laravel-queue-monitor | Full queue job lifecycle tracking (pending/running/completed/failed) with a web dashboard and Artisan command | packagist.org | GitHub |
Install any package via Composer:
# Security tooling
composer require jaydeep/laravel-guarddog --dev
composer require jaydeep/laravel-xray --dev
composer require jaydeep/laravel-preflight --dev
# Developer tooling
composer require jaydeep/laravel-time-machine --dev
composer require jaydeep/laravel-queue-monitorAll packages support Laravel 8–13 and PHP 7.4–8.4, with zero-config auto-discovery. See each package's README for usage details and available Artisan commands.
| Project | Description | Link |
|---|---|---|
| ToolForge | Free, browser-based developer toolkit — JSON formatter, Base64, UUID generator, hash tools, URL encoder, and more. Runs entirely client-side, no sign-up. | Launch |
| CodeYard | Free, structured frontend learning platform — 20 modules, 121 lessons, 10 portfolio projects, and 9 achievement badges across 7 zones. | Start Learning |
| Snake Puzzle Adventure | HTML5 logic puzzle built with Phaser 3 — 50 BFS-verified solvable levels, solver-backed hints, mobile-ready via Capacitor. | Play |
| GitHub Badges & Achievements | Community guide to unlocking GitHub profile badges the legitimate way, with difficulty ratings and time estimates. | View Guide |
Building products instead of just projects.




