PHPackages                             feexpay/feexpay-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. feexpay/feexpay-php

ActiveLibrary[Payment Processing](/categories/payments)

feexpay/feexpay-php
===================

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

1.0.12(1y ago)05.8k↓40.5%1MITPHP

Since Apr 4Pushed 5mo agoCompare

[ Source](https://github.com/La-Vedette-Media/feexpay-php-sdk)[ Packagist](https://packagist.org/packages/feexpay/feexpay-php)[ RSS](/packages/feexpay-feexpay-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (16)Used By (0)

FeexpayPhp
==========

[](#feexpayphp)

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/La-Vedette-Media/feexpay-php-sdk.git

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

    ```
