PHPackages                             useepay/useepay-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. [API Development](/categories/api)
4. /
5. useepay/useepay-php

ActiveLibrary[API Development](/categories/api)

useepay/useepay-php
===================

Official UseePay PHP SDK for payment processing. Supports PHP 5.4+ with comprehensive payment gateway integration.

v1.1.0(5mo ago)097Apache-2.0PHPPHP &gt;=5.4.0

Since Nov 26Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/useepay2020/useepay-php)[ Packagist](https://packagist.org/packages/useepay/useepay-php)[ Docs](https://github.com/useepay2020/useepay-php)[ RSS](/packages/useepay-useepay-php/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (3)Used By (0)

UseePay PHP SDK
===============

[](#useepay-php-sdk)

[![Latest Version](https://camo.githubusercontent.com/442447a7c5545a694d4982d9155c5403c5ac782f74ce4f883dc962528edad1e3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f757365657061792f757365657061792d7068702e737667)](https://packagist.org/packages/useepay/useepay-php)[![PHP Version](https://camo.githubusercontent.com/6a31768cbd412db93c3428249ba9087a329332efb5da31eb72f81436cb529f4e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f757365657061792f757365657061792d7068702e737667)](https://packagist.org/packages/useepay/useepay-php)[![License](https://camo.githubusercontent.com/fea58841886d4ab160ca8b099f4b320183bd8db585dfff9ef4ae90f3fb9dfb39/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f757365657061792f757365657061792d7068702e737667)](https://github.com/useepay2020/useepay-php/blob/main/LICENSE)

Official UseePay PHP SDK for payment processing. Compatible with PHP 5.4+.

Features
--------

[](#features)

- 💳 Complete payment processing integration
- 👥 Customer management
- 🔐 Secure authentication with API keys
- 🌐 Support for multiple environments (Production &amp; Sandbox)
- 📦 Easy integration with Composer
- ✅ PHP 5.4+ compatibility
- 🔒 SSL certificate auto-detection
- ⚡ Configurable timeouts and retries

Requirements
------------

[](#requirements)

- PHP &gt;= 5.4.0
- cURL extension
- JSON extension
- mbstring extension

Installation
------------

[](#installation)

Install via Composer:

```
composer require useepay/useepay-php
```

Quick Start
-----------

[](#quick-start)

### Initialize Client

[](#initialize-client)

```
