PHPackages                             feexpayme/feexpay-sdk-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. feexpayme/feexpay-sdk-php

ActiveLibrary[Payment Processing](/categories/payments)

feexpayme/feexpay-sdk-php
=========================

Php sdk of Feexpay - Online payment solution by credit card and mobile money"

09[1 PRs](https://github.com/foxinnovs/feexpay-sdk-php/pulls)PHP

Since Aug 9Pushed 2y ago1 watchersCompare

[ Source](https://github.com/foxinnovs/feexpay-sdk-php)[ Packagist](https://packagist.org/packages/feexpayme/feexpay-sdk-php)[ RSS](/packages/feexpayme-feexpay-sdk-php/feed)WikiDiscussions foxinnovs-patch-1 Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

FeexpayPhp
==========

[](#feexpayphp)

**Note:** Replace `Feexpay` `LOUGBEGNON` `https://feexpay.me` `contact@feexpay.me` `Feexpay` `FeexpayPhp` `Php sdk of Feexpay - Online payment solution by credit card and mobile money` with their correct values in [README.md](README.md), [CHANGELOG.md](CHANGELOG.md), [CONTRIBUTING.md](CONTRIBUTING.md), [LICENSE.md](LICENSE.md) and [composer.json](composer.json) files, then delete this line. You can run `$ php prefill.php` in the command line to make all replacements at once. Delete the file prefill.php as well.

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

Feexpay SDK PHP Project - User Guide
------------------------------------

[](#feexpay-sdk-php-project---user-guide)

This guide explains how to use the Feexpay PHP SDK to easily integrate mobile and card payment methods into your PHP or Laravel application. Follow these steps to get started:

### Installation

[](#installation)

1. Install a local server like Xampp or Wamp etc ...
2. Install Composer if not already done.
3. Check that Composer is installed by running the following command:

    ```
    composer --version

    ```

### Usage in a Simple PHP Environment

[](#usage-in-a-simple-php-environment)

1. Create your PHP project.
2. Download the Git repository by opening your terminal and running the following command:

    ```
    git clone https://github.com/foxinnovs/feexpay-sdk-php.git

    ```
3. Create a PHP file, for example, `index.php`.
4. Use the SDK methods in your PHP file:

    ```
