A module that simplifies calling Magento data structures and provides a SimpleDataPatch class which simplifies writing data patch scripts.
Developer Tools
Debugging, profiling, testing, migrations, code generation
Allows setting and retrieving attribute set codes in Magento 2. Simplifies programmatic access to attribute sets using codes instead of IDs.
Looking for contributors - Help fix build issues
A Magewire showcase to give easy insights on where Magewire could possibly fit in our project.
Looking for contributors - Help fix build issues
Automatically logs in to the admin panel using a configured user. Simplifies access for development environments by bypassing the login screen.
Allows bypassing the Magento 2 full page cache based on a configurable HTTP header. Useful for development, staging, and profiling with tools like Blackfire. Only for the built-in cache.
Provides custom field types and frontend models for system configuration, such as checkbox sets, radio sets, and info boxes. Allows developers to use more flexible input types in Magento 2 configurations.
Disables Magento 2 core logging to improve performance. Reduces unnecessary database writes and file system operations.
This module disables various log attempts of the Magento core, improving performance slightly.
Magento 2 module to enable the template path hints on the fly just by using query strings.
Preserves symlinks when disabling maintenance mode via CLI. Useful for distributed infrastructures where maintenance mode is triggered from a single replica.
Integrates the Tippy.js library into Magento 2. Enables tooltips on elements with the `title` attribute using Tippy.js.
Provides a multi-server lock service, allowing developers to apply mutual exclusion locks to shared resources. Prevents simultaneous access to resources across multiple servers.