Download the PHP package cloudstek/mollie-php-api without Composer
On this page you can find all versions of the php package cloudstek/mollie-php-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cloudstek/mollie-php-api
More information about cloudstek/mollie-php-api
Files in cloudstek/mollie-php-api
Package mollie-php-api
Short Description Mollie API client library for PHP
License BSD-2-Clause
Homepage https://github.com/cloudstek/mollie-php-api
Informations about the package mollie-php-api
Mollie PHP API client
Simple to use, modern and well-tested PHP API client for Mollie.
Requirements
- PHP 5.3 or newer
- PHP cURL extension (with SSL)
- PHP xdebug extension (optional, for unit tests)
- Composer
- Active website profile at Mollie.com (see: Mollie Documentation)
Features
Currently all API functions that don't require oauth authentication are supported. This means you can use this API client for everything except managing organizations, profiles, permissions and settlements.
- Payments
- Payment methods
- Issuers
- Refunds
- Recurring payments
- Customers
- Mandates
- Subscriptions
Installation
The Mollie PHP API client is available as composer package. Installation is as simple as requiring the package for your project.
You can also manually add the package to your projects composer.json requirements:
Next, require the composer autoloader in your project:
Usage
Below are a few common examples on how to use the Mollie PHP API client. For advanced usage please see the documentation.
Initializing the Mollie API client class
Creating a new customer
Payments
Regular payment
Customer payment
According to the Mollie API documentation, Linking customers to payments enables a number of Mollie Checkout features, including:
- Payment preferences for your customers.
- Enabling your customers to charge a previously used debit or credit card with a single click.
- Improved payment insights in your dashboard.
- Recurring payments.
Recurring payments
Getting a recurring payment mandate
Create a recurring payment
Changelog
See CHANGELOG.md for a complete list of changes.
Contributing
Feel free to make contributions to the code by submitting pull requests and opening issues to express your ideas and feature requests.
If you contribute code, make sure it is covered by unit tests and passes existing tests to prevent regressions.
All versions of mollie-php-api with dependencies
lib-curl Version *
lib-openssl Version *
nategood/httpful Version ^0.2.20