PHPackages                             kayac/appotapay - 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. kayac/appotapay

ActiveLibrary[Payment Processing](/categories/payments)

kayac/appotapay
===============

Integrate appotapay into lumen

1.1.0(9y ago)027MITPHP

Since Jan 23Pushed 9y agoCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

Integrate appotapay to lumen or laravel
=======================================

[](#integrate-appotapay-to-lumen-or-laravel)

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

[](#installation)

1. Run

    ```
    composer require kayac/appotapay

    ```
2. Add service provider into **config/app.php** file.

For laravel: config/app.php

```
Kayac\AppotaPay\AppotapayServiceProvider::class

```

For lumen: bootstrap/app.php

```
$app->register(\Kayac\AppotaPay\AppotapayServiceProvider::class);
$app->configure('appotapay');

```

- add config to .env

```
#appota pay config
APPOTA_VERSION=v1
APPOTA_LANG=vi
APPOTA_SECRET_KEY=kBMSHd9gCOF6o8qi
APPOTA_API_KEY=A180326-1CLONJ-F8630E75A39ACE88
APPOTA_APP_URL=https://api.appotapay.com/
APPOTA_SANDBOX=true

```

3 . publish appotapay.php to config folder

```
php artisan vendor:publish --provider="Kayac\AppotaPay\AppotapayServiceProvider" --tag=config

```

or copy file /vendor/kayac/appotapay/config/appotapay.php to config folder

\##Author Hà Anh Mận

\##Document Document appotapay

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

2

Last Release

3395d ago

### Community

Maintainers

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

---

Tags

lumenpaymentappotaappotapay

### Embed Badge

![Health badge](/badges/kayac-appotapay/health.svg)

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

###  Alternatives

[alexanderpoellmann/paymentfont

PaymentFont - A sleek webfont for your favourite payment operators and methods

1.6k1.1k](/packages/alexanderpoellmann-paymentfont)[lucassmacedo/omnipay-mercadopago

MercadoPago gateway for OmniPay

154.6k](/packages/lucassmacedo-omnipay-mercadopago)

PHPackages © 2026

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