Download the PHP package gene/module-braintree without Composer

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

Braintree Payments

Module Magento\Braintree implements integration with the Braintree payment system.

Overview

This module overwrites the original Magento Braintree module, to provide additional features and bug fixes.

Available Payment Methods

Additional Features

M1 to M2 Stored Card migration tool

If you are looking to migrate to M2 and want to offer the best experience for existing customers by migrating their stored credit cards, this is now possible with the new console command.

To use the new command, ensure that

Run the following command on your M2 server

bin/magento braintree:migrate --host=<HOSTNAME_OR_IP> --dbname=<DB_NAME>

You will be prompted for the DB Username and Password and after that, the tool will query your M1 DB, find any stored cards and locate them in your Braintree account (this is why you must run it with Braintree in Production mode). Any matching records that are found are then queried in your M2 database, and the card details* are stored for that customer.

Custom Fields

If you would like to add Custom Fields to your Braintree transactions, we provide an example module here that can be used to create a custom module for your store to add these fields.


All versions of module-braintree with dependencies

PHP Build Version
Package Version
Requires magento/module-customer Version 101.0.*||102.0.*
magento/module-config Version 101.0.*||101.1.*
magento/module-sales Version 101.0.*||102.0.*
magento/module-directory Version 100.2.*||100.3.*
magento/module-payment Version 100.2.*||100.3.*
magento/module-checkout Version 100.2.*||100.3.*
magento/module-backend Version 100.2.*||101.0.*
magento/module-vault Version 101.0.*||101.1.*
magento/module-catalog Version 102.0.*||103.0.*
magento/module-quote Version 101.0.*||101.1.*
magento/module-paypal Version 100.2.*||100.3.*
magento/module-theme Version 100.2.*||101.0.*
magento/module-ui Version 101.0.*||101.1.*
magento/module-multishipping Version 100.2.*||100.3.*
ext-json Version *
ext-simplexml Version *
php Version >=7.3.0
league/iso3166 Version ^2.1
msp/recaptcha Version ^2.2.3
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 gene/module-braintree contains the following files

Loading the files please wait ....