Gibberish Name Detector
Catches asdfgh and the like before it hits your database — a gibberish name detector.
A collection of my open-source projects, experiments, and contributions to the developer community.
Catches asdfgh and the like before it hits your database — a gibberish name detector.
Renx is a fast, terminal-based bulk file renaming tool built in Rust, with live previews and conflict detection.
A Laravel package that lets you work with Salesforce objects using Eloquent syntax. Built on top of omniphx/forrest for authentication and API communication.
Drop-in passwordless email authentication for Laravel. One-time codes, zero database tables, session-based identity
MCP server for Rybbit Analytics. Pull site stats, dig into user sessions, track funnels and goals
Lightbox to preview images in Filament PHP Tables and Information Panels.
Clean up unused assets in your Laravel projects.
A package that scores how likely a name field is keyboard-mashing (asdfgh, xkjqwz) or fake bot generated names instead of a real name. It runs a logistic-regression classifier over n-gram and structural features, entirely in PHP — no ML runtime, no extensions, no network calls — and returns a calibrated probability you can use to fail validation, soft-warn, or flag for review. A Bloom-filter gazetteer of ~92k names across many locales keeps real (including non-Anglo) names from being flagged. Ships with validation rules, a facade, and an artisan command.