msts / trevipay-magento
TreviPay Magento 2 Module
Installs: 3 899
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: >=8.1
- firebase/php-jwt: >=5.4
- guzzlehttp/guzzle: ^6.0 || ^7.3
- magento/framework: ^102.0.3 || 103.0.*
- magento/module-checkout: 100.3.* || 100.4.*
- magento/module-payment: 100.3.* || 100.4.*
- magento/module-sales: ^102.0.3 || 103.0.*
- paragonie/sodium_compat: ^1.17 || ^2.0.0
- ramsey/uuid: ^3.8 || ^4.0
- trevipay/trevipay-php: ^1.0.9
Requires (Dev)
- fakerphp/faker: v1.16.0
- magento/magento-coding-standard: ^31.0
- mockery/mockery: ^1.4
- phpunit/phpunit: ^9.5.6
- squizlabs/php_codesniffer: ^3.7
- dev-main
- 1.1.18
- v1.1.18-beta
- 1.1.17
- v1.1.17-beta
- 1.1.16
- v1.1.16-beta
- 1.1.14
- v1.1.14-beta
- 1.1.13
- v1.1.13-beta
- 1.1.12
- v1.1.12-beta
- 1.1.11
- v1.1.11-beta
- v1.1.11-alpha2
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-develop
This package is auto-updated.
Last update: 2025-01-22 04:19:02 UTC
README
Requirements
- Magento 2
- PHP 7.1 or higher (7.2+ recommended)
Installation
Using Composer
Install the MSTS TreviPayMagento module with the following command:
composer require msts/trevipay-magento
If your php is < 7.2 or does not have libsodium
installed, install the paragonie/sodium_compat
package from composer:
composer require paragonie/sodium_compat
Run the Magento upgrade command:
php ./bin/magento setup:upgrade
Then flush the Magento cache:
php ./bin/magento cache:flush;
php ./bin/magento cache:clean;
If you are running Magento 2 in production mode, you will also be required to run compilation and static content deployment steps:
php ./bin/magento setup:di:compile;
php ./bin/magento setup:static-content:deploy;
How to update
Run the Composer update command:
composer update msts/trevipay-magento
Then flush the Magento cache as above.
Recompile as above if running in production mode.
Testing
Run Tests
./vendor/bin/phpunit