PHPackages                             solutionplus/payable - 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. solutionplus/payable

ActiveLibrary[Payment Processing](/categories/payments)

solutionplus/payable
====================

a laravel package to deal with otas payment handler.

2.1.0(1y ago)23463proprietaryPHP

Since May 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ah-mabrouk/otas_payable_package)[ Packagist](https://packagist.org/packages/solutionplus/payable)[ RSS](/packages/solutionplus-payable/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (18)Used By (0)

Solutionplus/Payable
====================

[](#solutionpluspayable)

solutionplus/payable is a Laravel package for dealing with specific case of payments, it doesn't suit all needs.

Table of Content
----------------

[](#table-of-content)

[Installation](#Installation)

[Usage](#Usage)

[License](#License)

Installation
------------

[](#installation)

You can install the package using composer

```
# cli commands

composer require solutionplus/payable
```

usage
-----

[](#usage)

There is some predefined methods to perform the needed actions:

```
    # create payment request object from payment microservice:
    # `$payableData` should be ['key' => 'value'] pair array which represent inputs in request
    $payable = new Payable($companyReferenceNumber);
    $response = $payable->withHeaders(['X-example' => 'header-value'])->createPaymentRequest($payableData);
```

// `$payableData` validation rules are as the following:

```
    [
        'gateway' => 'required|string|exists:gateways,name',
        'currency' => 'required|string|exists:currencies,iso_code',
        'amount' => 'required|numeric|min:1|max:9999999999',
        'due_date' => 'required|date_format:Y-m-d H:i:s|after:' . now(),
        'payable_reference_number' => 'sometimes|string|min:10|max:25',

        'name' => 'required|string|min:3|max:225',
        'email' => 'required|email',
        'phone' => 'required|min:1|digits_between:9,15',
        'country_code' => 'required_with:phone|min:3|max:5',
        'street' => 'required|string|min:3|max:20',
        'city' => 'required|string|min:3|max:20',
        'state' => 'required|string|min:3|max:20',
        'country' => 'required|string|min:3|max:20',
        'zip' => 'required|numeric|digits:5',
    ];
```

#### Note:

[](#note)

> UNDER CONSTRUCTION.

License
-------

[](#license)

Solutionplus/payable package is limited and proprietary software belongs to Solutionplus.net company.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~28 days

Total

14

Last Release

517d ago

Major Versions

0.2.0 → 1.0.02024-07-17

1.1.2 → 2.0.02024-11-28

### Community

Maintainers

![](https://www.gravatar.com/avatar/ae1caf4ecd93c7c892c1bacb1a4a4915b070f4af8db722eef91795d1ccf997a7?d=identicon)[a.mabrouk](/maintainers/a.mabrouk)

---

Top Contributors

[![ah-mabrouk](https://avatars.githubusercontent.com/u/22894638?v=4)](https://github.com/ah-mabrouk "ah-mabrouk (12 commits)")[![omar-ashraf-s](https://avatars.githubusercontent.com/u/175690905?v=4)](https://github.com/omar-ashraf-s "omar-ashraf-s (10 commits)")[![mhmdahmd2422](https://avatars.githubusercontent.com/u/75953871?v=4)](https://github.com/mhmdahmd2422 "mhmdahmd2422 (2 commits)")[![Habiba-M-Hamed](https://avatars.githubusercontent.com/u/174694460?v=4)](https://github.com/Habiba-M-Hamed "Habiba-M-Hamed (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/solutionplus-payable/health.svg)

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

###  Alternatives

[lemonsqueezy/laravel

A package to easily integrate your Laravel application with Lemon Squeezy.

58596.1k](/packages/lemonsqueezy-laravel)[ssheduardo/redsys-laravel

Package redsys for laravel

100129.5k1](/packages/ssheduardo-redsys-laravel)[duncanmcclean/simple-commerce

A simple, yet powerful e-commerce addon for Statamic.

16313.2k2](/packages/duncanmcclean-simple-commerce)[tsaiyihua/laravel-ecpay

ecpay library for laravel

6416.3k](/packages/tsaiyihua-laravel-ecpay)[alifaraun/laravel-moamalat-pay

Easy - Moamalat Lightbox integration for Laravel.

1914.0k](/packages/alifaraun-laravel-moamalat-pay)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

322.8k](/packages/duncanmcclean-statamic-cargo)

PHPackages © 2026

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