- Tokyo, Japan
- @mpyw
-
-
sqlx Public
Forked from launchbadge/sqlx🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
Rust Apache License 2.0 UpdatedMar 12, 2025 -
laravel-database-mock Public
[Experimental] Database Mocking Library which mocks PDO underlying Laravel Connection classes
-
mockery-pdo Public
[Experimental] BDD-style PDO Mocking Library for Mockery
-
laravel-file-errors Public
A tiny extension that reports validation error details about uploaded files
-
scoped-auth Public
Apply specific scope for user authentication.
-
laravel-local-class-scope Public
A tiny macro that reuse a global scope class as a local scope
-
streamable-console Public
Call interactive artisan command using arbitrary stream instead of STDIN.
-
-
A tiny extension of MySqlConnection that manages session system variables
-
unique-violation-detector Public
Detect primary/unique key or constraint violation errors from PDOException.
-
null-auth Public
Null Guard for Laravel. Designed for Middleware-based authentication and testing.
-
EasyCrypt Public
A class that provides simple interface for decryptable encryption.
-
unclosure Public
Closure unwrapper especially suited for Laravel PDO.
-
Temporarily enable/disable PDO prepared statement emulation
-
sharable-value-objects Public
Share value objects that contain the same primitive value as a singleton
-
Guarantee database stickiness over the same user's consecutive requests
-
-
Advisory Locking Features for Postgres/MySQL/MariaDB on Laravel
-
Fixes assertSame()/assertEquals() serialization errors running in separate processes.
-
compoships-eager-limit Public
topclaudy/compoships + staudenmeir/eloquent-eager-limit
-
-
exceper Public archive
Provides temporary error handler automatically using set_error_handler() and restore_error_handler().
-
-
sqlc-restruct Public
Post-processor for kyleconroy/sqlc
-
hub-purge Public
Clear GitHub image caches on README
-
axios-case-converter Public
Axios transformer/interceptor that converts snake_case/camelCase
-
-
eloquent-has-by-non-dependent-subquery Public archive
Convert has() and whereHas() constraints to non-dependent subqueries.
-
eloquent-has-by-join Public archive
Convert has() and whereHas() constraints to join() ones for single-result relations.