crystalanthill / magento2-app-toolkit
Crystal Anthill AppToolkit module for Magento 2
Package info
github.com/crystalanthill/magento2-app-toolkit
Type:magento2-module
pkg:composer/crystalanthill/magento2-app-toolkit
1.0.7
2026-07-17 08:14 UTC
Requires
- php: >=8.1.0
- magento/framework: >=103.0.0
- magento/module-backend: >=102.0.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
What this module provides
- Abstract data patch for adding products attribute sets
- AttributeSetAssigner
- Abstract data patch to add options to product attribute AddProductAttributeOptions
- Add attribute to use in cart catalog_attributes.xml
next:
- AddressAttributeAbstract
- CustomerAttributeAbstract
- ProductTaxAbstract
- Data patch for adding a new store
- Data patch for adding new tax rates
Installation
composer require crystalanthill/magento2-app-toolkit bin/magento module:enable CrystalAnthill_AppToolkit bin/magento setup:upgrade
Usage for module developers
1. Declare the dependency
etc/module.xml:
<module name="Vendor_YourModule"> <sequence> <module name="CrystalAnthill_AppToolkit"/> </sequence> </module>
composer.json:
"require": { "crystalanthill/magento2-app-toolkit": "^1.0" }
Compatibility
| Platform | Version |
|---|---|
| Magento Open Source | 2.4.4 — 2.4.x |
| Adobe Commerce | 2.4.4 — 2.4.x |
| MageOS | 2.4.6+ |
| PHP | 8.1+ |
License
Open Software License 3.0 (OSL-3.0)
Built by Crystal Anthill Software Development