Provides a framework to manipulate the Magento 2 GraphQL schema before it is used, letting developers remove or alter fields and endpoints added by other extensions.
Developer Tools
Debugging, profiling, testing, migrations, code generation
Enhances Magento's template hints by displaying information for templates, blocks, containers, and UI components. Uses CSS outlines to avoid layout disruption.
Allows us to create PHP Data Patch Files in Magento 2 Admin panel and export them to PHP files which we can add to our code repositories.
Provides tools for testing the Magento 2 checkout process. Simplifies checkout testing and debugging.
Magento module to find all files of a given Magento theme (for example Magento/luma), compare the found files with the parent theme (and/or modules) and return whether there are differences or not.
Looking for contributors - Help fix build issues
Connects Magento to Raygun for PHP crash reporting, real user monitoring, and customer session tracking, with the option to disable reporting on local or dev domains.
Easily create Magento2/AdobeCommerce PHP/XML/JS module's files from a set of templates via the bin/magento command and allows you to create and use your own templates.
Looking for contributors - Help fix build issues
Integrates with the MageSpecialist Chrome Toolbar for enhanced Magento 2 debugging. Provides theme, controller, block, UI component, and profiler information within the toolbar.
Lists configuration values from core_config_data that are overridden on a lower scope, making it clear which settings differ at the website or store-view level.
Enables creation and management of custom entities like Brands or Pictograms. Allows defining entity types and attributes for flexible data management.
Creates custom EAV models for entities, allowing flexible attribute definitions. Enables describing entities with a variable number of properties and parameters.
Displays a developer toolbar in Magento 2 with performance and debugging information. Provides insights into database queries, cache, sessions, modules, and more.
Looking for contributors - Help fix build issues