Download the PHP package bitbag/mollie-plugin without Composer

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

Mollie Payments Plugin for Sylius


Table of Content


Overview


Mollie is the most popular and advanced payment gateway integration with Sylius. This plugin is officially certified by Mollie. The integration currently supports the following payment methods:

  1. Credit Cards (Master Card, VISA, American Express)
  2. PayPal
  3. ApplePay
  4. Klarna
  5. iDEAL
  6. SEPA
  7. SOFORT
  8. EPS
  9. Giropay
  10. KBC/CBC Payment Button
  11. Przelewy24
  12. ING Home'Pay
  13. Belfius Pay Button
  14. Gift cards
  15. Apple Pay Direct

Few words from Mollie: Our mission is to create a greater playing field for everyone. By offering convenient, safe world-wide payment solutions we remove barriers so you could focus on growing your business. Being authentic is our baseline.

Mollie is one of Europe's fastest-growing fin-tech companies. We provide a simple payment API, that enables webshop and app builders to implement more than twenty different payment methods in one go. Our packages and plugins are completely open-source, freely available, and easy to integrate into your current project.

Mollie thrives on innovation. When we started we spearheaded the payments industry by introducing effortless payment products that were easier, cheaper, and more flexible than what the rigid, cumbersome banks could do. Now, more than a decade later, trusted by 70.000+ businesses, Mollie is still building innovative products and working hard to make payments better.

We are here to help

This open-source plugin was developed to help the Sylius community and make Mollie payments platform available to any Sylius store. If you have any additional questions, would like help with installing or configuring the plugin or need any assistance with your Sylius project - let us know by sending an email to [email protected]

Installation


Requirements

We work on stable, supported and up-to-date versions of packages. We recommend you to do the same.

Package Version
PHP ^7.2 || ^8.0
ext-json: *
mollie/mollie-api-php ^2.0
sylius/admin-order-creation-plugin ^0.12 || ^0.13 || v0.14
sylius/refund-plugin ^1.0
sylius/sylius ~1.9.0 || ~1.10.0 || ~1.11.0 || ~1.12.0

For the full installation guide please go to installation

Usage


During configuration first, save the keys to the database and then click "Load methods"

Rendering Mollie credit card form

You can use SyliusMolliePlugin:DirectDebit:_form.html.twig and @SyliusMolliePlugin/Grid/Action/cancelSubscriptionMollie.html.twig templates for adding the form to supplementing the direct debit card data from and cancel the subscription form the Twig UI.

For an example on how to do that, take a look at these source files.

Customization


You can decorate available services and extend current forms.

Run the below command to see what Symfony services are shared with this plugin:

Plugin Development


Instalation

Frontend

Starting server and building assets

Rebuilding assets in your root/SRC directory

CSS & JS files directory you can edit and work with:

Testing

Community


For online communication, we invite you to chat with us & other users on Sylius Slack.

Additional resources for developers


To learn more about our contribution workflow and more, we encourage you to use the following resources:

License


This plugin's source code is completely free and released under the terms of the MIT license.

Contact


If you want to contact us, the best way is to fill the form on our website or send us an e-mail to [email protected] with your question(s). We guarantee that we answer as soon as we can!


All versions of mollie-plugin with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 || ^8.0
sylius/sylius Version ~1.9.0 || ~1.10.0 || ~1.11.0 || ~1.12.0 || ~1.13.0
symfony/messenger Version ^4.4 || ^5.2 || ^6.0
mollie/mollie-api-php Version ^v2.71.0
sylius/refund-plugin Version ^1.0
sylius/admin-order-creation-plugin Version ^0.12 || ^0.13 || v0.14 || v0.15.0
ext-json Version *
willdurand/js-translation-bundle Version ^4.0 || ^5.0
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 bitbag/mollie-plugin contains the following files

Loading the files please wait ....