PHPackages                             miladxandi/intellectmoney-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. miladxandi/intellectmoney-sdk

ActiveLibrary[API Development](/categories/api)

miladxandi/intellectmoney-sdk
=============================

Intellectmoney PHP SDK

0.0.3.2(2y ago)011MITPHPPHP &gt;=8.0

Since Dec 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/miladxandi/intellectmoney-sdk)[ Packagist](https://packagist.org/packages/miladxandi/intellectmoney-sdk)[ RSS](/packages/miladxandi-intellectmoney-sdk/feed)WikiDiscussions main Synced 1mo ago

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

Intellectmoney gateway
======================

[](#intellectmoney-gateway)

Generate a secretKey:
---------------------

[](#generate-a-secretkey)

1. Go here:  and generate credentials and set all of them in your code by `\Intellectmoney\Configurations::` static propertes.
2. Then go here and select your shop for change:
3. Now put the secretKey in the "Connecting the store" tab, in its related input field.

Do Pay
------

[](#do-pay)

```
try{
    \Intellectmoney\Configurations::$eshopId = 111111;
    \Intellectmoney\Configurations::$secretKey = "111111";
    $gateway = new \Intellectmoney\Merchant\Payment();

    $url = "https://www.example.com/";
    $email = "info@example.com";
    $orderId = 145; //Random number or string generated by your internal system
    $amount = 2000;

    $invoiceId = $gateway->createInvoice(
        $orderId,
        $amount,
        $email,
        resultUrl: $url,
    )->Result->InvoiceId;

    if ($invoiceId!=null){
        $paymentLink = $gateway->pay($invoiceId)->Result->PaymentLink;
        header("Location: ".$paymentLink);
    }
} catch (\GuzzleHttp\Exception\GuzzleException $e) {
    var_dump($e->getMessage());
}

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

###  Release Activity

Cadence

Every ~0 days

Total

7

Last Release

886d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c7b2c7b1714ca42f4ca9f58fc910522c6fadb9d18f79b4ce7185cc3fddfa3ad1?d=identicon)[miladxandi](/maintainers/miladxandi)

---

Top Contributors

[![miladxandi](https://avatars.githubusercontent.com/u/14123220?v=4)](https://github.com/miladxandi "miladxandi (7 commits)")

### Embed Badge

![Health badge](/badges/miladxandi-intellectmoney-sdk/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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