Download the PHP package waffy/module-payment without Composer

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

Waffy Escrow Payment for Magento 2

Packagist Version License PHP

Add Waffy escrow payments to your Magento 2 or Adobe Commerce store. Instead of money moving straight from buyer to seller, payments are held safely by Waffy and released once the order is confirmed — building buyer trust and reducing payment risk for merchants.

Lightweight, native, and built on the official Waffy PHP SDK (bundled — no extra dependencies to install).


Features

Compatibility

Adobe Commerce (Cloud & on-premises) 2.4.x
Magento Open Source 2.4.x
PHP 8.1+

Installation

Install with Composer — works on Adobe Commerce and Magento Open Source, no access keys required:

In production mode also run bin/magento setup:static-content:deploy -f.

📖 Full guide (Adobe Marketplace, Cloud, and manual/offline installs): INSTALL.md

Configuration

You'll need Waffy API credentials — contact [email protected] to get them.

In the admin, go to Stores → Configuration → Sales → Payment Methods → Waffy Escrow Payment:

  1. Set Environment to Sandbox for testing.
  2. Enter your Waffy Client ID / Secret and admin email & password.
  3. Set your Merchant Phone (E.164, e.g. +9665XXXXXXXX).
  4. Copy the Webhook URL shown and send it to the Waffy team to register your store.
  5. Adjust the contract settings, set Enabled → Yes, and Save Config.

Then place a test order and pay with Waffy to confirm the flow end to end. See INSTALL.md for the detailed walkthrough and go-live steps.

How it works

  1. The buyer selects Waffy at checkout and is redirected to the secure Waffy hosted payment page.
  2. Funds are held in escrow by Waffy, protecting both parties.
  3. Waffy notifies your store as the payment is secured and later released, and the Magento order status updates automatically.

Support

License

Licensed under the OSL-3.0 license.


All versions of module-payment with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
ext-json Version *
ext-openssl Version *
magento/framework Version >=103.0 <104
guzzlehttp/guzzle Version ^7.8
psr/log Version ^3.0
ramsey/uuid Version ^4.7
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 waffy/module-payment contains the following files

Loading the files please wait ...