Skip to content
View JaydeepGadhiya's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report JaydeepGadhiya

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JaydeepGadhiya/README.md

Hi, I'm Jaydeep Gadhiya 👋

Senior Laravel Developer  •  CI/CD Developer  •  Team Lead

Building scalable Laravel applications, developer security tools, and AI-powered real-time systems.

Profile views GitHub followers


🛠️ Tech Stack


📦 Open Source

🛡️ Laravel Security Packages

A suite of security-focused Laravel packages for detecting vulnerabilities, inspecting application internals, and validating deployment readiness.

guarddog Downloads xray Downloads preflight Downloads

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

🔍 Laravel Developer Tools

Observability and profiling packages for understanding what your Laravel application does at runtime.

time-machine Downloads queue-monitor Downloads

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

⚡ Installation

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-monitor

All 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.


🚀 Featured Projects

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

🤝 Connect

GitHub   LinkedIn   Website   Blog   Email


Building products instead of just projects.

Pinned Loading

  1. laravel-guarddog laravel-guarddog Public

    Laravel security scanner — detects SQL injection, missing auth middleware, XSS risks. Generates HTML vulnerability reports.

    PHP 7

  2. laravel-preflight laravel-preflight Public

    Laravel upgrade compatibility checker — scans PHP files, composer.json, config, and .env for breaking changes across Laravel 8–13.

    PHP 5

  3. laravel-xray laravel-xray Public

    Analyze and understand large Laravel applications through architecture visualization, dead code detection, and dependency mapping. Static analysis for controllers, models, routes, views, middleware…

    PHP 2

  4. toolforge toolforge Public

    Free online developer toolkit with JSON formatter, Base64 encoder/decoder, UUID generator, hash tools, URL encoder, and many more utilities.

    JavaScript 2

  5. github-badges-achievements github-badges-achievements Public

    CSS 2 1

  6. laravel-timemachine laravel-timemachine Public

    Visualize and analyze Laravel's complete request lifecycle with detailed execution timelines and performance insights.

    PHP 33