antom-magento / magento2-core
Antom core module for Magento 2
Installs: 62
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
pkg:composer/antom-magento/magento2-core
Requires
- php: >=7.4
- antom/global-open-sdk-php: ~1.4.7
- magento/framework: >=103.0.2
- magento/module-checkout: >=100.4.2
- magento/module-csp: >=100.4.1
- magento/module-customer: >=103.0.2
- magento/module-payment: >=100.4.2
- magento/module-quote: >=101.2.2
- magento/module-sales: >=103.0.2
- magento/module-store: >=101.1.2
Requires (Dev)
- magento/magento-coding-standard: ^22.0 || ^28.0 || ^31.0 || ^33.0 || ^35.0
- object-calisthenics/phpcs-calisthenics-rules: ^3.5 || ^3.7 || ^3.8 || ^3.9
- php-http/mock-client: ^1.3
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9.5 || ^10.0
This package is auto-updated.
Last update: 2025-11-15 01:30:58 UTC
README
Antom Payment Core Module for Magento 2. This module provides the core functionality for integrating Antom payment gateway with Magento 2.
Features
- Payment gateway integration
- Order status management
- Payment redirect handling
- Logging and error handling
- Configurable payment methods
Requirements
Magento Version Support
- **Magento 2.4.2+: PHP 8.4+ recommended
System Requirements
- PHP: ^7.4 or ^8.0
- MySQL: 5.7+ or 8.0+
- Elasticsearch: 6.x+ (for Magento 2.3.5+)
- Composer: 2.x
Magento Dependencies
- Magento Framework 103.0+ (Magento 2.4.x+)
- Magento Sales Module 103.0+
- Magento Checkout Module 100.4+
- Magento Payment Module 100.4+
- Magento Quote Module 101.2+
- Magento Store Module 101.1+
- Magento Customer Module 102.0+
Installation
Via Composer (Recommended)
composer require ant-intl/plugin-magento2-core
Manual Installation
- Download the module
- Extract to
app/code/Antom/Core - Run:
bin/magento module:enable Antom_Core bin/magento setup:upgrade bin/magento setup:di:compile bin/magento setup:static-content:deploy bin/magento cache:flush
Configuration
Configure the module in Magento Admin:
- Go to Stores > Configuration > Sales > Payment Methods
- Find Antom Payment section
- Configure your API credentials and settings
Compatibility Matrix
| Magento Version | PHP Version | Status |
|---|---|---|
| 2.4.2 - 2.4.3 | 8.0 | ✅ Supported |
| 2.4.4+ | 8.1+ | ✅ Supported |
License
This module is licensed under the MIT License.