Search by

crystalanthill / magento2-app-toolkit

tmajka

Crystal Anthill AppToolkit module for Magento 2

Package info

github.com/crystalanthill/magento2-app-toolkit

Type:magento2-module

pkg:composer/crystalanthill/magento2-app-toolkit

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.7 2026-07-17 08:14 UTC

This package is auto-updated.

Last update: 2026-09-17 08:38:40 UTC


README

Latest Version License

What this module provides

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