PHPackages                             abn/armenian-payments - 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. abn/armenian-payments

ActiveLibrary[Payment Processing](/categories/payments)

abn/armenian-payments
=====================

Armenian payment methods in one place

1.1.6(1y ago)018MITPHPPHP ^7.4|^8.0|^8.1|^8.2

Since Sep 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/AshBarseghyan/armenian-payments)[ Packagist](https://packagist.org/packages/abn/armenian-payments)[ Docs](https://github.com/abn/armenian-payments)[ RSS](/packages/abn-armenian-payments/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (17)Used By (0)

A simple package for Armenian payments
======================================

[](#a-simple-package-for-armenian-payments)

> **⚠️ Warning:**
> This package is currently under development. Features and functionality may change, and the package may not be fully stable for production use. Please use with caution and report any issues to the repository.

[![Latest Version on Packagist](https://camo.githubusercontent.com/0b47875d3eecb0cd508c71597d2bccdd7bec1ec166874f6c736ceb1a9b547de2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61626e2f61726d656e69616e2d7061796d656e74732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/abn/armenian-payments)[![Total Downloads](https://camo.githubusercontent.com/8f1f4024f1e44d01e48428f84f2c4dd2939483755d90da50806b36f771db4b59/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f61626e2f61726d656e69616e2d7061796d656e74732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/abn/armenian-payments)

Use this package to integrate Armenian payment gateways in your Laravel application.

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

[](#installation)

You can install the package via composer:

```
composer require abn/armenian-payments
```

Publish assets
--------------

[](#publish-assets)

```
php artisan vendor:publish --tag=public
```

### Usage Instructions

[](#usage-instructions)

#### AmeriaBank Integration

[](#ameriabank-integration)

To integrate AmeriaBank payments using the `abn/armenian-payments` package, follow the steps below:

1. **Add AmeriaBank Credentials**
    Add the AmeriaBank credentials to the `.env` file.

    ```
    AMERIA_CLIENT_ID=your-client-id
    AMERIA_USERNAME=your-username
    AMERIA_PASSWORD=your-password
    ```
2. **Create a New Instance**
    Initialize the payment class with the required parameters such as amount, currency, and bank.

    ```
    use Abn\ArmenianPayments\ArmenianPayments;

    // Create a new instance with AmeriaBank credentials
    $armenianPayments = new ArmenianPayments(100, 'AMD', 'ameria');

    // Initiate a payment
    $payment = $armenianPayments->makePayment();
    ```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Total

16

Last Release

590d ago

PHP version history (2 changes)1.0.0PHP ^7.4|^8.0

1.0.1PHP ^7.4|^8.0|^8.1|^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ed0b8bc3a569d593783734ebc67d034c8ac21d921fd4e37a4ef0c67a8c01574?d=identicon)[AshBarseghyan](/maintainers/AshBarseghyan)

---

Top Contributors

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

---

Tags

abnarmenian-payments

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/abn-armenian-payments/health.svg)

```
[![Health](https://phpackages.com/badges/abn-armenian-payments/health.svg)](https://phpackages.com/packages/abn-armenian-payments)
```

###  Alternatives

[laraveldaily/laravel-invoices

Missing invoices for Laravel

1.5k1.3M4](/packages/laraveldaily-laravel-invoices)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)

PHPackages © 2026

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