Download the PHP package paypro/magento2 without Composer

On this page you can find all versions of the php package paypro/magento2. 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

PayPro

PayPro Gateways - Magento 2

With this plugin you easily add all PayPro payment gateways to your Magento 2 webshop. Currently the plugin supports the following gateways:

Requirements

Install the module using Composer

Magento 2 uses Composer to manage module dependencies. We can also use Composer to install the module.

  1. Run the following command in your Magento directory:

  2. Run the setup command of Magento:

  3. If you run Magento in production mode make sure to recompile the static files:

Module setup

After installation we need to setup the module correctly to start processing payments.

  1. First go to your Magento admin portal and go to Stores -> Configuration -> Sales -> Payment Methods -> Other Payment Methods

    Here you should see PayPro Gateway and PayPro iDEAL, as well as other PayPro payment methods.

  2. We need to fill in an API key in the PayPro gateway settings. You can find your PayPro API key in your Webshop Koppelen or in API Keys.

    If you want to use Affiliate Marketing or Mastercard and Visa you also have to supply your Product ID.

  3. Enable PayPro iDEAL or any other PayPro payment method by setting Enabled to Yes.

  4. Make sure to click the Save Config button.

  5. That's it! You should now see the enabled payment methods during the checkout process.

Support

If you need help with installing the module, please contact [email protected].

Contributing

If you want to contribute to this project you can fork the repository. Create a new branch, add your feature and create a pull request. We will look at your request and determine if we want to add it.

Bugs

Did you find a bug and want to report it? Create a new issue where you clearly specify what the issue is and how it can be reproduced. Also make sure it is the actual plugin that creates the bug by disabling all unnecessary plugins.

License

MIT license


All versions of magento2 with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
paypro/paypro-php-v1 Version ^1.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 paypro/magento2 contains the following files

Loading the files please wait ....