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 today

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 13% 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

947d 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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[chargebee/chargebee-php

ChargeBee API client implementation for PHP

758.5M9](/packages/chargebee-chargebee-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[imdhemy/google-play-billing

Google Play Billing

491.5M5](/packages/imdhemy-google-play-billing)

PHPackages © 2026

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