PHPackages                             maq89/faturah-laravel - 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. maq89/faturah-laravel

ActiveLibrary

maq89/faturah-laravel
=====================

Faturah Laravel

010PHP

Since Jul 27Pushed 8y ago1 watchersCompare

[ Source](https://github.com/maq89/faturah-laravel)[ Packagist](https://packagist.org/packages/maq89/faturah-laravel)[ RSS](/packages/maq89-faturah-laravel/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Fatural Laravel
===============

[](#fatural-laravel)

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

[](#installation)

Begin by installing this package through Composer. Just run following command to terminal-

```
composer require maq89/faturah-laravel
```

Once this operation completes, the final step is to add the service provider. Open config/app.php, and add a new item to the providers array.

```
'providers' => [
	...
	Damas\Faturah\FaturahServiceProvider::class,
],
```

Now add the alias.

```
'aliases' => [
	...
	'Faturah' => Damas\Faturah\Facades\FaturahFacade::class,
],
```

### Example:

[](#example)

```
Route::get('/faturah', function () {
    $merchantCode = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx1012';
    $secureKey = 'ece00dc2-9a57-4403-a86b-a2be3eccae53';
    $faturah = Faturah::getInstance($merchantCode, $secureKey);
    $faturah->order->addItem('2', 'Sumsung', 'Sumsung Mobile 6600 Silver Color', '1', 20);
    //$faturah->order->addItem('1', 'Nokia Mobile', 'Nokia Mobile 6600 Silver Color', '1', 10); // Add another Item
    $faturah->order->customerInfo('cutomer name', 'customer@domain.com', '1234567890', 'en');
    //$faturah->order->deliveryCharges(5); // If you want to charge delivery Charges
    $faturah->send();
    return '';
});
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/79251d2ce16740eb1865236069d11687804bf3f0fddd247cec611119547d268e?d=identicon)[maq89](/maintainers/maq89)

---

Top Contributors

[![maq89](https://avatars.githubusercontent.com/u/9713956?v=4)](https://github.com/maq89 "maq89 (5 commits)")

### Embed Badge

![Health badge](/badges/maq89-faturah-laravel/health.svg)

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

PHPackages © 2026

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