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 1mo ago

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

24

—

LowBetter than 32% of packages

Maintenance43

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity37

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

482d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6fd4de3c14064861bff2010efbca0cf68a5b8b207a70403b3b177b595b2ff996?d=identicon)[cigalpay](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M473](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M186](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M33](/packages/facebook-php-business-sdk)[microsoft/microsoft-graph

The Microsoft Graph SDK for PHP

65723.5M95](/packages/microsoft-microsoft-graph)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

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