📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

613 Modules
401 Ready
211 Need Help
🏆 Leaderboard
Actively Maintained v4.8.0

Tokenbase

paradoxlabs/tokenbase

Provides tokenized card storage and abstract components for payment gateway implementations. Enables customer card management in the frontend and admin panel.

161,281
Downloads
Below average
4
GitHub Stars
Below average
1mo ago
Last Release
3
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
1209 warnings
PHPStan Failed

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v4.8.0 on Magento 2.4.8-p3
Jan 15, 2026
v4.7.3 on Magento 2.4.8-p3
Dec 28, 2025

Share This Module's Status

Tokenbase Magento compatibility status badge

README

Loaded from GitHub

Latest Stable Version License Total Downloads

TokenBase is the foundational package for most ParadoxLabs extensions for Magento®. It provides a tokenized card storage mechanism that is similar to but more featureful than Magento_Vault, and abstract components of a payment gateway implementation for Magento built around those stored cards.

Requirements

  • Magento 2.3 or 2.4 (or equivalent version of Adobe Commerce, Adobe Commerce Cloud, or Mage-OS)
  • PHP 7.3, 7.4, 8.0, 8.1, or 8.2
  • composer 1 or 2

Features

  • Tokenized card storage
  • Frontend and Admin Panel customer card management
  • Stored Card service layer
  • REST API coverage
  • SOAP API coverage
  • GraphQL API coverage
  • Separated transaction logging to tokenbase.log
  • Abstract payment method implementation
  • Abstract payment gateway implementation

Installation and Usage

In SSH at your Magento base directory, run:

composer require paradoxlabs/tokenbase
php bin/magento module:enable ParadoxLabs_TokenBase
php bin/magento setup:upgrade

NOTE: This is a shared library for other modules to build upon. It does not provide any functionality of its own and cannot be used without a separate supporting Magento extension such as ParadoxLabs' Authorize.net CIM or CyberSource payment methods for Magento.

Changelog

Please see CHANGELOG.md.

Support

This module is provided free and without support of any kind. You may report issues you've found in the module, and we will address them as we are able, but no support will be provided here.

DO NOT include any API keys, credentials, or customer-identifying in issues, pull requests, or comments. Any personally identifying information will be deleted on sight.

If you need personal support services, please buy an extension support plan from ParadoxLabs, then open a ticket at support.paradoxlabs.com.

Contributing

Please feel free to submit pull requests with any contributions. We welcome and appreciate your support, and will acknowledge contributors.

This module is maintained by ParadoxLabs for use in ParadoxLabs extensions. We make no guarantee of accepting contributions, especially any that introduce architectural changes.

License

This module is licensed under APACHE LICENSE, VERSION 2.0.

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.