Adds CLI commands to compare Magento translation CSV files and automatically translate missing strings using the DeepL API. Useful for maintaining Hyva and custom theme translations.
Developer Tools
Debugging, profiling, testing, migrations, code generation
Provides a notification system within the Magento 2 admin panel. Allows administrators to view and manage important system alerts and updates.
Looking for contributors - Help fix build issues
Enables the use of Twig template engine for Magento 2, allowing developers to write templates using the `.twig` file extension. It dispatches events for modifying Twig's loader and environment.
Logs REST API, Elasticsearch, GraphQL, RabbitMQ, and Varnish cache tag bans for debugging. It captures request and response data without overriding core files.
Looking for contributors - Help fix build issues
Logs all REST API requests as text files in the var/log/webapi_rest/ folder. Useful for debugging and auditing API interactions.
Looking for contributors - Help fix build issues
Prevents database version exceptions during code deployments. Facilitates zero-downtime deployments, especially with CI/CD and Docker/Kubernetes.
Archives and removes old entities like logs, unused product images, and old quotes. It uses configurable cleanup rules and can be extended with custom handlers.
Adds the option to re-enable Swagger via configuration. It's disabled in production mode since Magento 2.4.4.
Enables Magento staging functionality for gift sales rules. Provides compatibility between Smile's Gift Sales Rule module and Magento's Sales Rule Staging module.
Looking for contributors - Help fix build issues
Adds a configuration setting to enable or disable Two-Factor Authentication in Magento 2.4. Allows administrators to control 2FA functionality via the admin panel.
A module that simplifies calling Magento data structures and provides a SimpleDataPatch class which simplifies writing data patch scripts.
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