PHPackages                             guavapay/epg - 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. guavapay/epg

ActiveLibrary[Payment Processing](/categories/payments)

guavapay/epg
============

GuavaPay eCommerce SDK for PHP - Integrate eCommerce services to your PHP project easily

1.0.12(2y ago)015Apache-2.0PHPPHP &gt;=8.0.0

Since Jul 18Pushed 2y ago1 watchersCompare

[ Source](https://github.com/GuavaPay/eCommerce-PHP-SDK)[ Packagist](https://packagist.org/packages/guavapay/epg)[ Docs](https://guavapay.com/)[ RSS](/packages/guavapay-epg/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (14)Used By (0)

GuavaPay eCommerce SDK for PHP
==============================

[](#guavapay-ecommerce-sdk-for-php)

[![Total Downloads](https://camo.githubusercontent.com/5d48eaeb82696520bd43beffbbf88913a38fdb12bf7066f0582e77a474ec5968/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f67756176617061792f6570672e7376673f7374796c653d666c6174)](https://packagist.org/packages/guavapay/epg)

The **GuavaPay eCommerce SDK for PHP** makes it easy for developers to integrate [GuavaPay](https://guavapay.com/) Electronic Payment Gateway in their PHP code. You can get started in minutes by installing the SDK through Composer.

Jump To:

- [Getting Started](#getting-started)
- [Examples](#quick-examples)

Getting Started
---------------

[](#getting-started)

1. **Sign up for GuavaPay** – To begin, at first you need to sign up for an GuavaPay merhant account and retrieve your credentials.
2. **Minimum requirements** – To run the SDK, your system will need to meet the minimum requirements including having **PHP &gt;= 8.0**. We highly recommend having it compiled with the cURL extension.
3. **Install the SDK** – Using [composer](https://getcomposer.org/download/) is the recommended way to install the SDK for your application. The SDK is available via [Packagist](https://packagist.org/packages/guavapay/epg). If Composer is installed, you can run the following in the base directory of your project to add the SDK as a dependency: ```
    composer require guavapay/epg

    ```
4. **Using the SDK** – The best way to become familiar with how to use the SDK is to read the User Guide. The Examples section will help you become familiar with the basic concepts.

Quick Examples
--------------

[](#quick-examples)

### Create EPG instance

[](#create-epg-instance)

```
