Download the PHP package mmrtonmoybd/bd-payments without Composer

On this page you can find all versions of the php package mmrtonmoybd/bd-payments. 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 bd-payments

Aimeos logo

Aimeos Bangladeshi payment extension

Aimeos Bangladeshi extension for additional payment methods and their service provider. Some of them may have beta quality and improvements or contributions are always welcome!

Installation

As every Aimeos extension, the easiest way is to install it via composer. If you don't have composer installed yet, you can execute this string on the command line to download it:

Add the cache extension name to the "require" section of your file:

You should use a stable release if you don't want to add code or improve the implementation. The available stable versions can be found on Packagist.

Afterwards you only need to execute the composer update command on the command line:

These commands will install the Aimeos extension into the extension directory and it will be available immediately.

Configuration

Payment options are configured via the shop administration interface in the "Service" tab and you can add as many payment options as you need to the list for each site. They will be shown on the payment page in the checkout process. In the detail view of a new payment option, you have to enter some values:

Aimeos payment detail view

Make sure you set the status to "enabled" and the type to "Payment". Use an unique code for the payment option, idealy it should be readable and consist only of characters a-z, 0-9 and a few special characters like "-", "_" or ".". The value for the field "Provider" must be the last part of the class name of the payment service provider. Each of the following sections will tell you how it must be named. The last input field influences the position of the payment option within the list of payment options and you should use zero for the top position and greater values for the next payment options.

In the right side of the panel you can add the configuration settings that are specifically required for each payment provider. The list of available settings for each payment provider can be found in the service documentation.

License

The Aimeos Bangladeshi payments extension is licensed under the terms of the LGPLv3 Open Source license and is available for free.

Links


All versions of bd-payments with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
aimeos/aimeos-core Version 2024.10.*
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 mmrtonmoybd/bd-payments contains the following files

Loading the files please wait ....