PHPackages                             medyat/parapos - 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. medyat/parapos

ActiveLibrary[API Development](/categories/api)

medyat/parapos
==============

Php client for Parapos API

3.0.0(1mo ago)0819MITPHPPHP ^8.2.0CI failing

Since Oct 22Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/medyat/parapos-php)[ Packagist](https://packagist.org/packages/medyat/parapos)[ RSS](/packages/medyat-parapos/feed)WikiDiscussions production Synced 2w ago

READMEChangelog (10)Dependencies (52)Versions (23)Used By (0)

---

This package provides php client for Parapos API.

> **Requires [PHP 8.2+](https://php.net/releases/)**

> Upgrading a major version? See [UPGRADE.md](UPGRADE.md).

Using your own payment model
----------------------------

[](#using-your-own-payment-model)

Point `config('parapos.model')` at your own Eloquent model (e.g. a uuid-keyed, tenant-aware one). It must `use MedyaT\Parapos\Concerns\InteractsWithParaposPayment` and `implement MedyaT\Parapos\Contracts\PaymentStatus`:

```
// config/parapos.php
'model' => \App\Models\Payment::class,

// Set to false when your app owns the payments schema
// (e.g. uuid primary key) and ships its own migration.
'load_migrations' => false,
```

The bundled (bigint) migration can be published as a starting point:

```
php artisan vendor:publish --tag=parapos-migrations
```

🧹 Keep a modern codebase with **Pint**:

```
composer lint
```

✅ Run refactors using **Rector**

```
composer refacto
```

⚗️ Run static analysis using **PHPStan**:

```
composer test:types
```

✅ Run unit tests using **PEST**

```
composer test:unit
```

🚀 Run the entire test suite:

```
composer test
```

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance93

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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 ~47 days

Recently: every ~21 days

Total

22

Last Release

37d ago

Major Versions

1.0.18 → 2.0.02024-08-21

2.6.0 → 3.0.02026-07-11

### Community

Maintainers

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

---

Top Contributors

[![tasarsu](https://avatars.githubusercontent.com/u/1642706?v=4)](https://github.com/tasarsu "tasarsu (24 commits)")

---

Tags

phpclientparapos

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/medyat-parapos/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M315](/packages/laravel-ai)[illuminate/queue

The Illuminate Queue package.

20433.0M1.8k](/packages/illuminate-queue)[illuminate/validation

The Illuminate Validation package.

18838.8M2.0k](/packages/illuminate-validation)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

265.2k](/packages/aedart-athenaeum)[api-platform/laravel

API Platform support for Laravel

58190.1k21](/packages/api-platform-laravel)

PHPackages © 2026

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