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

ActiveLibrary[API Development](/categories/api)

cigalpay/cigalpay-php-sdk
=========================

PHP SDK for Cigalpay API Integration

1.0.0(1y ago)013MITPHPPHP &gt;=7.4

Since Jan 11Pushed 1y agoCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

cigalpay-php-sdk
================

[](#cigalpay-php-sdk)

CigalPay-PHP-SDK is a robust PHP library for integrating the CigalPay cryptocurrency payment gateway. It simplifies handling transactions, creating invoices, fetching payment statuses, and managing crypto payments with a secure and developer-friendly approach.

Features
--------

[](#features)

- Accept multiple cryptocurrencies including BTC, ETH, LTC, DOGE, DASH, SOL, MATIC and BCH.
- Real-time payment tracking.
- Secure API with AES-256 encryption.
- Easy-to-use PHP SDK with Composer support.

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

[](#installation)

To install the CigalPay PHP SDK using Composer:

```
composer require cigalpay/cigalpay-php-sdk
```

Example Usage
-------------

[](#example-usage)

```
$sdk = new \Cigalpay\CigalpaySDK('https://api.cigalpay.icu', 'your-api-key');
```

```
$response = $sdk->createPayment(0.05, 'LTC', 'order123', 'https://callback.url/ipn', 'https://callback.url/invoice');
```

```
print_r($response);
```

Available Methods
-----------------

[](#available-methods)

- `createPayment(amount, currency, extraId, ipnCallbackUrl, invoiceCallbackUrl)`
- `getInvoiceStatus(invoiceId)`
- `getPaymentStatus(id)`
- `getPaymentsByExtraId(extraId)`
- `getActivePayments()`

License
-------

[](#license)

This project is licensed under the MIT License.

Contributing
------------

[](#contributing)

Contributions are welcome! Feel free to open issues or submit pull requests for improvements.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

538d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/194187561?v=4)[CigalPay](/maintainers/cigalpay)[@cigalpay](https://github.com/cigalpay)

### Embed Badge

![Health badge](/badges/cigalpay-cigalpay-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/cigalpay-cigalpay-php-sdk/health.svg)](https://phpackages.com/packages/cigalpay-cigalpay-php-sdk)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
