Download the PHP package baidouabdellah/cmi-payment-gateway without Composer

On this page you can find all versions of the php package baidouabdellah/cmi-payment-gateway. 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 cmi-payment-gateway

CMI-Payment-Gateway

CMI Payment Gateway for Laravel

Latest Version License PHP Version Laravel Version Total Downloads Contributors Issues Pull Requests GitHub stars

CMI-Payment-Gateway is a simple and secure package for integrating CMI (Centre Monétique Interbancaire) Payment Gateway with Laravel applications. It allows you to process payments in a seamless way by interacting with the CMI API.

Features

Requirements

Installation

To install the package, use Composer:

Publish Configuration

Once installed, publish the configuration file using the following command:

This will create a cmi.php file in your config directory where you can configure your CMI credentials.

Configuration

In the config/cmi.php file, add your CMI Merchant credentials:

You can also add these environment variables to your .env file:

Usage

To process a payment, you can use the provided CMIPayment facade:

  1. First, inject the CMIPayment service into your controller or use the facade.

  2. Example usage in a controller:

Handling Payment Callbacks

In your web.php routes file, you should add a route to handle the CMI callback:

In your PaymentController, handle the callback:

Testing

You can test the integration using CMI's sandbox credentials. Ensure you configure the sandbox environment in the cmi.php configuration file or use different .env variables for testing.

Basic Test Card Numbers

Credit card information cannot be used in test mode. Instead, use any of the following test card numbers, along with a valid future expiration date and any random CVC number, to simulate a successful payment transaction.

Card Type Card Number CVC (Random) Expiration Date (Future)
Visa 4242 4242 4242 4242 3 digits Any future date
Visa (Debit) 4000 0566 5566 5556 3 digits Any future date
Mastercard 5555 5555 5555 4444 3 digits Any future date
Mastercard (Series 2) 2223 0031 2200 3222 3 digits Any future date
Mastercard (Debit) 5200 8282 8282 8210 3 digits Any future date
Mastercard (Prepaid) 5105 1051 0510 5100 3 digits Any future date
American Express 3782 822463 10005 4 digits Any future date
American Express 3714 4963 5398 431 4 digits Any future date
Discover 6011 1111 1111 1117 3 digits Any future date
Discover 6011 0009 9013 9424 3 digits Any future date
Diners Club 3056 9300 0902 0004 3 digits Any future date
JCB 3566 0020 2036 0505 3 digits Any future date

Use these details in your testing environment to verify the successful integration of the CMI payment gateway.

Security

If you discover any security issues, please send an email to [email protected] instead of using the issue tracker.

Support

License

This package is open-sourced software licensed under the MIT license.


All versions of cmi-payment-gateway with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4|^8.0|^8.1|^8.2
spatie/laravel-package-tools Version ^1.9.2
illuminate/support Version ^7.4|^7.5|^8.0|^9.0|^10.0|^11.0
illuminate/contracts Version ^7.4|^7.5|^8.0|^9.0|^10.0|^11.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 baidouabdellah/cmi-payment-gateway contains the following files

Loading the files please wait ....