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.
Context Mapper to PHP
Context Mapper to PHP converts Context Mapper Language (CML) models into structured PHP representations. It transforms DDD context maps into code, helping developers bridge architecture and implementation while keeping domain models consistent.
Doctrine Entity Generator
Doctrine Entity Generator converts SQL CREATE TABLE statements into Doctrine entities and ORM mappings. It analyzes existing database schemas and generates corresponding PHP classes automatically, making it easy to reverse engineer databases and quickly integrate them into Doctrine-based applications without manual entity creation.
Packages & Bundles
Open-source libraries and integrations hosted on GitHub.
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.
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.
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.