PHPackages                             itvisionsy/payfort-php-sdk - 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. itvisionsy/payfort-php-sdk

ActiveLibrary[Payment Processing](/categories/payments)

itvisionsy/payfort-php-sdk
==========================

PayFort PHP SDK

1282PHP

Since Apr 20Pushed 9y ago1 watchersCompare

[ Source](https://github.com/itvisionsy/payfort-php)[ Packagist](https://packagist.org/packages/itvisionsy/payfort-php-sdk)[ RSS](/packages/itvisionsy-payfort-php-sdk/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Payfort payment gateway integration library for PHP
===================================================

[](#payfort-payment-gateway-integration-library-for-php)

1 Setup
=======

[](#1-setup)

1.1 Automatically using composer
--------------------------------

[](#11-automatically-using-composer)

Just require it `composer require itvisionsy/payfort-php`.

1.2 Manually using Composer
---------------------------

[](#12-manually-using-composer)

You will need to add the `ItvisionSy\Payment\PayFort\` as a PSR-4 namespace pointing to the path of the library root, and the `autoload.php` file at the files section. Let us say you have the following structure:

```
-/
