PHPackages                             linepayamak/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. [Payment Processing](/categories/payments)
4. /
5. linepayamak/laravel

ActiveLaravel-package[Payment Processing](/categories/payments)

linepayamak/laravel
===================

A Laravel package for interacting with LinePayamak service.

016PHP

Since Dec 15Pushed 6y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

LinePayamak Laravel Support
===========================

[](#linepayamak-laravel-support)

A Laravel package for interacting with [LinePayamak](http://linepayamak.ir) service.

PHP Requirements
================

[](#php-requirements)

```
- SOAP Extension (source php.ini)

```

How to provide in laravel project?
==================================

[](#how-to-provide-in-laravel-project)

First of all you need to add a new requirement to laravel project with below command.

```
composer require linepayamak/laravel

```

After that, Update autoloader comopser file with this command.

```
composer update && composer dump-autoload

```

Now, Update service provider list at `config/app.php` like this.

```
    /*
    * Package Service Providers...
    */
    LinePayamak\Support\Laravel\ServiceProvider::class,
```

Add config file to your project with this command.

```
php artisan vendor:publish --provider="LinePayamak\Support\Laravel\ServiceProvider"

```

Finally, check out the `config/linepayamak.php` file.

How to use in laravel project?
==============================

[](#how-to-use-in-laravel-project)

In controllers or any where.

```
$SMS = resolve('LinePayamak');
echo $SMS->GetCredit();

```

OR use facade.

```
use LinePayamak\Support\Laravel\Facade as SMS;
echo SMS::GetCredit();

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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/ca061896f48ca5122cf9622ed8856ed32c3d9bbf8b342924aa50704a33abbbbf?d=identicon)[hajhassanghani](/maintainers/hajhassanghani)

---

Top Contributors

[![hajhassanghani](https://avatars.githubusercontent.com/u/58631623?v=4)](https://github.com/hajhassanghani "hajhassanghani (1 commits)")

---

Tags

composerlaravel-packagephp

### Embed Badge

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

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

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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