Skip to Content.

My Projects

A collection of my open-source projects, experiments, and contributions to the developer community.

Project filter
Active: All
Gibberish Name Detector
Package

Gibberish Name Detector

Catches asdfgh and the like before it hits your database — a gibberish name detector.

Laravel PHP
RenX
Tool

RenX

Renx is a fast, terminal-based bulk file renaming tool built in Rust, with live previews and conflict detection.

TUI
Package

Eloquent Salesforce Objects

A Laravel package that lets you work with Salesforce objects using Eloquent syntax. Built on top of omniphx/forrest for authentication and API communication.

Laravel Salesforce PHP
Frontdoor
Package

Frontdoor

Drop-in passwordless email authentication for Laravel. One-time codes, zero database tables, session-based identity

Laravel PHP
Lightbox for Filament PHP
Package

Lightbox for Filament PHP

Lightbox to preview images in Filament PHP Tables and Information Panels.

Filament TALL Stack Laravel
Scroll for more
Loading more projects...
Gibberish Name Detector
Package

Gibberish Name Detector

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.

Technologies

Laravel PHP

Project Links