PHPackages                             miladxandi/paymes-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. [Payment Processing](/categories/payments)
4. /
5. miladxandi/paymes-sdk

ActiveLibrary[Payment Processing](/categories/payments)

miladxandi/paymes-sdk
=====================

Paymes payment gateway PHP SDK

0.0.1.5(2y ago)014MITPHPPHP &gt;=8.0

Since Nov 28Pushed 2y ago1 watchersCompare

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

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

Simple run for Laravel
======================

[](#simple-run-for-laravel)

```
// Enter the details of the payment
$data = [
    'orderId' => '1',
    'price' => '1000',
    'currency' => 'TRY',
    'productName' => "Jascket",
    'buyerName' => "User Name",
    'buyerPhone' => "+1123457890",
    'buyerEmail' => "username@example.com",
    'buyerAddress' => "Temcula Road, California, Los Angeles",
    'create_order_by_kiosk' => false,
];

//set default configurations
$paymes = new OrdersService('PUBLIC_KEY','SECRET_KEY');

//generate payment link
$result = $paymes->create($data);

//redirect to payment page
return redirect($result['returnUrl']);

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

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

6

Last Release

896d 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 (14 commits)")

### Embed Badge

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

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

###  Alternatives

[chargebee/chargebee-php

ChargeBee API client implementation for PHP

768.0M9](/packages/chargebee-chargebee-php)[imdhemy/google-play-billing

Google Play Billing

491.3M5](/packages/imdhemy-google-play-billing)[bitpay/sdk

Complete version of the PHP library for the new cryptographically secure BitPay API

42337.5k4](/packages/bitpay-sdk)[buckaroo/sdk

Buckaroo payment SDK

12189.1k9](/packages/buckaroo-sdk)[contica/facturador-electronico-cr

Un facturador de código libre para integrar facturación electrónica en Costa Rica a un proyecto PHP

2128.8k](/packages/contica-facturador-electronico-cr)[karson/mpesa-php-sdk

172.2k](/packages/karson-mpesa-php-sdk)

PHPackages © 2026

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