Download the PHP package zghraia/magento2-bread-payment without Composer
On this page you can find all versions of the php package zghraia/magento2-bread-payment. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download zghraia/magento2-bread-payment
More information about zghraia/magento2-bread-payment
Files in zghraia/magento2-bread-payment
Package magento2-bread-payment
Short Description Offers Bread Pay financing and checkout tools for your Magento store
License MIT
Informations about the package magento2-bread-payment
Bread Pay Checkout for Magento 2
Helping retailers acquire and convert more customers.
Bread Pay Features
- Full Funnel. Your shoppers can discover, pre-qualify, and check out from anywhere - your homepage, category page, product page, cart, or checkout.
- Real-Time Decision. Pre-qualification is quick and easy. Let your customers learn about their purchase power in seconds without ever leaving your site.
Installation
Install using Zip archive
-
Download repository as zip file
-
Unzip contents into
app/code/Bread/BreadCheckoutfolder - Setup files ( For Canada Merchants )
- Copy file
app/code/Bread/BreadCheckout/etc/adminhtml/system.ca.xmltoapp/code/Bread/BreadCheckout/etc/adminhtml/system.xml - Copy file
app/code/Bread/BreadCheckout/view/adminhtml/web/js/validation.ca.jstoapp/code/Bread/BreadCheckout/view/adminhtml/web/js/validation.js
- Enable module
Install using composer.
-
Navigate to your Magento 2 root folder
-
Install the Bread Checkout module
- For Canada Merchants only
- Copy file
app/code/Bread/BreadCheckout/etc/adminhtml/system.ca.xmltoapp/code/Bread/BreadCheckout/etc/adminhtml/system.xml - Copy file
app/code/Bread/BreadCheckout/view/adminhtml/web/js/validation.ca.jstoapp/code/Bread/BreadCheckout/view/adminhtml/web/js/validation.js
- Enable module
Usage instructions:
For US Merchants
See documentation at https://docs.breadpayments.com/bread-classic/docs/magento-2-integration-steps Contact your Bread Pay representative for login credentials.
For Canada Merchants
See documentation at https://rbcpayplan.readme.io/rbc-onboarding/docs/magento-2-integration-steps Contact your Payplan representative for login credentials.
Development Environment Setup
This guide sets up a local Magento environment using markshust/docker-magento. Refer to the repository for more details, configuration options, and available commands.
1. Create Project Directory & Download Docker Template
2. Configure environment and versions
Open the compose.yaml file and confirm the PHP and DB versions matches your target environment.
For PHP 8.2, ensure the following line is present:
For MySQL, ensure compatible version is used. Magento currently (As of 6/2025) supports:
MySQL 8.0
MySQL 5.7
MariaDB 10.2 – 10.6
2a. Trust Internal Root CA (e.g. Netskope) in Container
If you're on a corporate network that intercepts HTTPS traffic (e.g., via Netskope), you may encounter SSL errors like:
To fix this, you must import your organization's root certificate into the container.
-
Visit https://github.com in Chrome.
-
Click the padlock icon → "Certificate is valid".
-
In the Certification Path tab, select the top-level certificate (e.g., ca.alliancedata.goskope.com).
-
Click View Certificate → Details → Copy to File.
-
Save as Base-64 encoded X.509 (.CER) — name it netskope_root.cer.
-
Place the file in the project root.
-
Run these commands
-
This will copy the cert into the phpfpm container and update the container’s trusted certificate store.
- You should now be able to run bin/download and composer install without SSL errors.
3. Download Magento
Download the Magento version you want (replace 2.4.8 with your desired version):
4. Set Up Magento Environment
Run the following commands to complete setup and install sample data:
Disable Two-Factor Authentication for local development:
5. Install Bread Magento Extension
Clone the Bread extension into app/code and enable the module:
Resetting Your Local Magento Environment
To completely remove your local Magento installation and start fresh:
1. Navigate to the root of your Magento project:
2. Run the cleanup script and delete all files (including hidden ones):
⚠️ Warning: This will permanently delete all files and directories in the current folder. Make sure you’re in the correct location before running this command.