Download the PHP package monext/sylius-plugin without Composer

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

Monext Sylius Plugin


Table of Content

Overview

This plugin allows you to use the Monext payment system with a Sylius ecommerce application.

Features

This plugin integrate with native Sylius orders' workflow and provides the following features:

Note: This plugin does not use features from Sylius Plus.

Supported payment methods

This plugin supports the following payment methods:

You can also check our documentation for more information about other supported payment methods.

Installation

Requirements

Package Version
PHP ^8.3
ext-json: *
sylius/resource-bundle ^1.10
sylius/sylius ^1.12
symfony/messenger ^5.4 or ^6.4

Important note: This plugin makes heavy use of the details field in the sylius_payment entity. Make sure you don't use this field or please contact us to see how we can work around this.

Installation process

  1. Simply add the plugin to your project:

  2. Add plugin dependencies to your config/bundles.php file by adding this line to the end of the array (if it does not already exist) :

  3. Then add this line to templates/bundles/SyliusShopBundle/Checkout/SelectPayment/_choice.html.twig:

  4. Finally, in config/packages/_sylius.yaml add this to the imports section:

  5. Clear cache and run migrations:

  6. Log into the Sylius admin area, then click on the left menu item "CONFIGURATION > Payment methods". There you can add a new payment method of type "Monext".

Configuration

Here are the main configuration fields for the payment method:


Additional resources for developers

To learn more about how the API used by the plugin and how to modify or use Sylius with it to fit your needs:

License

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

Contact and support

If you want to contact us, the best way is through this page on our website and send us your question(s).

We guarantee that we answer as soon as we can!

If you need support you can also directly check our FAQ section and contact us on the support page.


All versions of sylius-plugin with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
sylius/sylius Version ^1.12
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 monext/sylius-plugin contains the following files

Loading the files please wait ....