Download the PHP package nofrixion/magento2-payments-module without Composer

On this page you can find all versions of the php package nofrixion/magento2-payments-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package magento2-payments-module

Magento 2 Module for Nofrixion Payments

NoFrixion.com online payments for your Magento 2 store.

System Requirements

The NoFrixion payments module is designed to be compatible Magento 2.4.4 onwards (note, support for the 2.4.0-2.4.3 release line ended on November 28, 2022).

For the underlying Magento dependencies, please refer to the Magento system requirements.

Installation, Updates & Removal

It is recommended to use the composer PHP package manager for production magento deployments. composer can be used to install, update and remove the NoFrixion magento 2 module.

Installation

Install the NoFrixion payments module using composer by running the following commands:

* it is also possible to install the module by downloading the ZIP file from github and extracting it to {magento-install-directory/app/code/Nofrixion/Payments. Then run the last four commands in the sequence above to enable the plugin. This method is NOT recommended for production environments.

Note, there are several third-party caching products that may be deployed in your Magento environment and prevent the payments module from appearing in the Magento administration interface. If the Nofrixion Payments module is not visible after following the above steps, most third party caches will be cleared by restarting the apache server.

Updates

If you have installed the payments module using the composer command specified above, you can update the plugin using composer. From a shell session on your magento server, run:

If you are updating a production environment, we recommend placing the store in maintenance mode first.

Removal

To remove the payment module:

Configuration

See the NoFrixion guide on configuring the magento2-payments-module

Known Issues

There is a known issue where PayPal buttons render over the tooltip. This has not been directly fixed in the plugin as it would would involve applying styles to another vendor's module. Affected merchants can resolve this issue by applying the following style to the header section of the Magento storefront theme via Content -> Design -> Configuration.

Troubleshooting

If something goes wrong during installation or during deployment, just follow the typical Magento 2 module installation steps. The NoFrixion Payments module follows all Magento 2 standards and should not be any different.

  1. Switch or make sure you are in developer mode
  2. Remove all temporary files to make sure your latest changes are being applied. This is done by emptying the cache (typically in MAGENTO_ROOT/var/cache or your cache server, like Redis) and the files generated in MAGENTO_ROOT/generated and MAGENTO_ROOT/var/view_preprocessed.
  3. Try again
  4. If this is a production server, make sure you switch back to production mode

All versions of magento2-payments-module with dependencies

PHP Build Version
Package Version
Requires nofrixion/moneymoov-php Version ^2.0.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package nofrixion/magento2-payments-module contains the following files

Loading the files please wait ....