PHPackages                             makaraman/laravel-parampos - 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. makaraman/laravel-parampos

ActiveLibrary[Payment Processing](/categories/payments)

makaraman/laravel-parampos
==========================

Parampos Payment Integration Laravel Package

v1.0.0(3y ago)3107MITPHP

Since Sep 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/makaraman/laravel-parampos)[ Packagist](https://packagist.org/packages/makaraman/laravel-parampos)[ RSS](/packages/makaraman-laravel-parampos/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Laravel Parampos
================

[](#laravel-parampos)

Laravel Parampos Integration

Install Via Composer
--------------------

[](#install-via-composer)

```
composer require makaraman/laravel-parampos

```

Publish Config
--------------

[](#publish-config)

```
php artisan vendor:publish --provider=Makaraman\Parampos\Providers\ParamposServiceProvider --tag=config

```

Usage
-----

[](#usage)

```
// use Makaraman\Parampos\Parampos;

$parampos = new Parampos();
$parampos
    ->setTestMode(true) // DEFAULT FALSE | IT CHANGES BASE API URL
    // ->setApiUrl('string') // (OPTIONAL) | DEFUALT API URL COMES FROM config/parampos.php
    ->setCreditCard([
        'card_owner' => 'Test', // REQUIRED
        'card_number' => '4022774022774026', // REQUIRED | 16 DIGITS
        'card_month' => '12', // REQUIRED | 2 DIGITS
        'card_year' => '26', // REQUIRED | 2 DIGITS
        'card_cvc' => '000', // REQUIRED | 3 DIGITS
    ])
    ->setIpAddress($_SERVER["HTTP_CF_CONNECTING_IP"] ?? $_SERVER['REMOTE_ADDR']) // (REQUIRED)
    ->setOrderId(time()) // (REQUIRED) | Specific Order ID
    ->setOrderDescription('Order Description') // (OPTIONAL) | Order Description
    ->setInstallmentRate('3') // (REQUIRED) | DEFAULT 1
    ->setInstallmentAmount(325) // (REQUIRED) | DEFAULT 0
    ->setTotalAmount(1436.88) // (REQUIRED) | Greater than 0
    ->setSecureType('3D') // (REQUIRED) | 3D (for 3DSECURE) or NS (for NONSECURE)
    ->setSuccessUrl('success-url') // REQUIRED | Return URL
    ->setFailureUrl('failure-url') // REQUIRED | Return URL
    ->send(); // send() -> to make request | debugger() in order to see what are sent in request

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Unknown

Total

1

Last Release

1398d ago

### Community

Maintainers

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

---

Top Contributors

[![makaraman](https://avatars.githubusercontent.com/u/42525116?v=4)](https://github.com/makaraman "makaraman (6 commits)")

### Embed Badge

![Health badge](/badges/makaraman-laravel-parampos/health.svg)

```
[![Health](https://phpackages.com/badges/makaraman-laravel-parampos/health.svg)](https://phpackages.com/packages/makaraman-laravel-parampos)
```

###  Alternatives

[linkxtr/laravel-qrcode

A clean, modern, and easy-to-use QR code generator for Laravel

3720.4k](/packages/linkxtr-laravel-qrcode)

PHPackages © 2026

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