Download the PHP package wp-pay-gateways/mollie without Composer

On this page you can find all versions of the php package wp-pay-gateways/mollie. 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 mollie

WordPress Pay » Gateway » Mollie

WordPress Pay » Gateway » Mollie

Mollie driver for the WordPress payment processing library.

## Table of contents - [Status](#status) - [Webhook URL](#webhook-url) - [Simulate Requests](#simulate-requests) - [REST API](#rest-api) - [WP-CLI](#wp-cli) - [WordPress Filters](#wordpress-filters) - [Links](#links) - [Documentation](#documentation) ## Status [![Build Status](https://travis-ci.org/wp-pay-gateways/mollie.svg?branch=develop)](https://travis-ci.org/wp-pay-gateways/mollie) [![Coverage Status](https://coveralls.io/repos/wp-pay-gateways/mollie/badge.svg?branch=master&service=github)](https://coveralls.io/github/wp-pay-gateways/mollie?branch=master) [![Latest Stable Version](https://poser.pugx.org/wp-pay-gateways/mollie/v/stable.svg)](https://packagist.org/packages/wp-pay-gateways/mollie) [![Total Downloads](https://poser.pugx.org/wp-pay-gateways/mollie/downloads.svg)](https://packagist.org/packages/wp-pay-gateways/mollie) [![Latest Unstable Version](https://poser.pugx.org/wp-pay-gateways/mollie/v/unstable.svg)](https://packagist.org/packages/wp-pay-gateways/mollie) [![License](https://poser.pugx.org/wp-pay-gateways/mollie/license.svg)](https://packagist.org/packages/wp-pay-gateways/mollie) [![Built with Grunt](http://cdn.gruntjs.com/builtwith.svg)](http://gruntjs.com/) ## Webhook URL Please note that an webhook URL with the host `localhost` or with the TLD `.dev` are not allowed, this library will check on WordPress URL's on `localhost` or on the `.dev` TLD and will not pass the `webhookUrl` parameter to Mollie. If you want to test the Mollie webhook URL on an local development environment you could use a service like [ngrok](https://ngrok.com/). > Beste Remco, > > Ja dit is inderdaad het probleem. .dev URL's worden niet ondersteunt. Deze zal ook niet bereikbaar zijn. > > Als je report URL niet publiekelijk bereikbaar is zou je een service als https://ngrok.com kunnen gebruiken. Dit is een programma die je lokaal draait en als proxy werkt. Misschien heb je er iets aan. > > Met vriendelijke groet, > > Lennard van Gunst > Mollie ## Simulate Requests ### Webhook ## REST API The Pronamic Pay Mollie gateway can handle Mollie webhook requests via the WordPress REST API. **Route:** `/wp-json/pronamic-pay/mollie/v1/webhook` The WordPress REST API Mollie webhook endpoint can be tested with for example cURL: Legacy webhook URL: ## WP-CLI ### What is WP-CLI? For those who have never heard before WP-CLI, here's a brief description extracted from the [official website](https://wp-cli.org/). > **WP-CLI** is a set of command-line tools for managing WordPress installations. You can update plugins, set up multisite installs and much more, without using a web browser. ### Commands ### Command `pronamic-pay mollie customers synchronize` Synchronize Mollie customers to WordPress. ### Command `pronamic-pay mollie customers connect-wp-users` Connect Mollie customers to WordPress users by email. ## WordPress Filters ### `pronamic_pay_mollie_payment_description` #### Description Filters the Mollie payment description. #### Usage #### Parameters **`$description`** | string Mollie payment description. **`$payment`** | [Payment Object](https://github.com/wp-pay/core/blob/2.3.0/src/Payments/Payment.php) The WordPress payment object. #### Examples ### `pronamic_pay_mollie_payment_metadata` #### Description Filters the Mollie payment metadata. #### Usage #### Parameters **`$metadata`** | mixed Mollie payment metadata. **`$payment`** | [Payment Object](https://github.com/wp-pay/core/blob/2.3.0/src/Payments/Payment.php) The WordPress payment object. #### Examples ### `pronamic_pay_mollie_payment_billing_email` #### Description Filters the Mollie payment billing email used for bank transfer payment instructions. #### Usage #### Parameters **`$billing_email`** | string|null The Mollie payment billing email. **`$payment`** | [Payment Object](https://github.com/wp-pay/core/blob/2.3.0/src/Payments/Payment.php) The WordPress payment object. #### Examples ## Links * http://www.mollie.nl/ ## Errors ### The customer id is invalid ## Documentation * [Mollie API](https://www.mollie.nl/files/documentatie/payments-api.html) * [GitHub repository Mollie API client for PHP](https://github.com/mollie/mollie-api-php)

All versions of mollie with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
ext-json Version *
automattic/jetpack-autoloader Version ^3.0
justinrainbow/json-schema Version ^5.2
pronamic/wp-http Version ^1.2
pronamic/wp-mollie Version ^1.6
woocommerce/action-scheduler Version ^3.8
wp-pay/core Version ^4.18
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 wp-pay-gateways/mollie contains the following files

Loading the files please wait ....