PHPackages                             zillurcse/paykassa - 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. zillurcse/paykassa

ActiveLibrary

zillurcse/paykassa
==================

Package for Paykassa SCI &amp; API

00PHP

Since Aug 15Pushed 8mo agoCompare

[ Source](https://github.com/zillurcse/paykassa)[ Packagist](https://packagist.org/packages/zillurcse/paykassa)[ RSS](/packages/zillurcse-paykassa/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Paykassa SCI &amp; API
======================

[](#paykassa-sci--api)

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

[](#installation)

```
composer require zillurcse/paykassa

```

Initialization
--------------

[](#initialization)

Get yours Marchant and API credentials from

### PHP

[](#php)

```
$api = new Paykassa\PaykassaApi($api_id, $api_key);
$sci = new Paykassa\PaykassaSci($sci_id, $sci_key);
```

### Laravel

[](#laravel)

```
.env

PAYKASSA_SCI_ID=
PAYKASSA_SCI_KEY=

PAYKASSA_API_ID=
PAYKASSA_API_KEY=

```

```
$api = new Paykassa\PaykassaApi();
$sci = new Paykassa\PaykassaSci();
```

Usage
-----

[](#usage)

### Get Balance (API)

[](#get-balance-api)

```
$balance = $api->getBalance($shop_id)
```

### Make Payment (API)

[](#make-payment-api)

```
$response = $api->makePayment([
    'shop' => 999,
    'system' => 1,
    'number' => 'P123456',
    'amount' => 100,
    'currency' => 'USD',
    'comment' => 'Payment #654',
]);
```

### Get cryptocurrency address (SCI)

[](#get-cryptocurrency-address-sci)

```
$address = $sci->getAddress([
    'system' => 11,
    'currency' => 'BTC',
    'order_id' => 100500,
    'comment' => 'Invoice #100500',
    'amount' => 100
]);
```

### Get invoice (SCI)

[](#get-invoice-sci)

```
$invoice = $sci->getInvoice([
    'system' => 1,
    'currency' => 'USD',
    'order_id' => 100500,
    'comment' => 'Invoice #100500',
    'amount' => 100
]);
```

### Check payment (SCI)

[](#check-payment-sci)

```
$response = $sci->checkPayment($payment_hash);
```

### References

[](#references)

-
-

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance42

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 Bus Factor1

Top contributor holds 71.4% of commits — single point of failure

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5f97982df91b9c8126f6ddae840b97f7892bc7abf1675604a6e55c87b93b8619?d=identicon)[zillurrahman](/maintainers/zillurrahman)

---

Top Contributors

[![selyakovadim](https://avatars.githubusercontent.com/u/4025483?v=4)](https://github.com/selyakovadim "selyakovadim (10 commits)")[![mrbeandev](https://avatars.githubusercontent.com/u/34623886?v=4)](https://github.com/mrbeandev "mrbeandev (2 commits)")[![zillurcse](https://avatars.githubusercontent.com/u/36861551?v=4)](https://github.com/zillurcse "zillurcse (2 commits)")

### Embed Badge

![Health badge](/badges/zillurcse-paykassa/health.svg)

```
[![Health](https://phpackages.com/badges/zillurcse-paykassa/health.svg)](https://phpackages.com/packages/zillurcse-paykassa)
```

PHPackages © 2026

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