Download the PHP package alma/sylius-payment-plugin without Composer

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

Sylius Alma Payment Plugin

Integrate Alma installments and pay later payments with your Sylius shop

Documentation

Installation

  1. Use Composer to install the plugin:

  2. Import routes:

  3. Override Sylius' templates:

  4. Export assets:

  5. Update your shop's translation catalogs:

  6. Finally, clear your cache:

Requirements

Alma currently accepts Euros only; make sure you activate your payment method on channels that use that currency, else you won't see it at checkout.

Your Alma payment methods will only show for eligible carts. Eligibility is mainly based on the purchased amount, which by default should be between 100€ and 2000€; if you want those limits changed, you can talk to your sales representative at Alma, or contact [email protected].

Usage

  1. Go to the Payment Methods admin page and choose to create a new "Alma Payments" method

  2. Grab your API keys from your dashboard and paste them into the appropriate fields

  3. Choose the installments count to apply for this payment method. If you want to offer multiple installments counts to your customers, you can create one Alma payment method per installments count.

  4. Set the API mode to Test if you want to first test the integration with a fake credit card, on your preproduction servers for instance.
    When you're ready for production, set the API mode to Live.

  5. Choose a name for your method in the languages relevant to your shop.

  6. You're done! Save the payment method to start accepting instalments payments on your shop!

All versions of sylius-payment-plugin with dependencies

PHP Build Version
Package Version
Requires php Version ~7.3 || ~7.4 || ~8.0 || ~8.1 || ~8.2
alma/alma-php-client Version >=1.11.2
sylius/sylius Version >=v1.9.0
ext-json Version *
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 alma/sylius-payment-plugin contains the following files

Loading the files please wait ....