Kyzegs' Tools

Practical tools for real development

A collection of tools designed to simplify development, automate repetitive work, and bridge the gap between ideas and implementation.

Interactive Tools

Standalone web utilities linking to their respective interfaces.

Packages & Bundles

Open-source libraries and integrations hosted on GitHub.

prunable

Prunable is a lightweight Laravel package that provides a safer alternative to the default pruning behavior. Instead of force-deleting records, it allows models to be pruned without permanent deletion, making it easier to manage data cleanup while preserving recoverability.

PHPLaravel
View Repository

laracord

Laracord is a lightweight Discord API wrapper for Laravel that simplifies building Discord integrations using familiar Laravel patterns. It provides a basic foundation for interacting with the Discord API within Laravel applications, enabling developers to create bots and features more easily.

PHPLaravelDiscord
View Repository

laravel-queues

Laravel Queues provides a simple foundation for working with Laravel's queue system using JavaScript or TypeScript. It shows how to handle background jobs and asynchronous tasks outside of PHP, allowing developers to offload processes like emails or integrations while improving performance and scalability.

JavaScriptTypeScriptLaravel
View Repository