PHPackages                             zarulizham/laravel-ambank-autodebit - 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. zarulizham/laravel-ambank-autodebit

ActiveLibrary[Payment Processing](/categories/payments)

zarulizham/laravel-ambank-autodebit
===================================

Laravel wrapper for AmBank AutoDebit (eConsent)

03.4k↓38.9%PHP

Since Jan 14Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/zarulizham/laravel-ambank-autodebit)[ Packagist](https://packagist.org/packages/zarulizham/laravel-ambank-autodebit)[ RSS](/packages/zarulizham-laravel-ambank-autodebit/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel wrapper for AmBank AutoDebit (eConsent)
===============================================

[](#laravel-wrapper-for-ambank-autodebit-econsent)

[![Latest Version on Packagist](https://camo.githubusercontent.com/21c40e5db115bccb4867ce1665e78dcc81566ed52f0fc8d27ff11715ebb1a4f5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a6172756c697a68616d2f6c61726176656c2d616d62616e6b2d6175746f64656269742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zarulizham/laravel-ambank-autodebit)[![GitHub Tests Action Status](https://camo.githubusercontent.com/bcb1f2547c3891e4776ea58a2d2eced02b431ddcd7c8fe5637d6fe729201e20f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7a6172756c697a68616d2f6c61726176656c2d616d62616e6b2d6175746f64656269742f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/zarulizham/laravel-ambank-autodebit/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/b1679b51a005ef04a2d6a694cde758650b5df45f326af9c5bdafbf6d6bc5b2a2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7a6172756c697a68616d2f6c61726176656c2d616d62616e6b2d6175746f64656269742f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/zarulizham/laravel-ambank-autodebit/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/ba259012d7928c06a8c9f224d6d2e2db98de0d674ef19a938cd615044d148da2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7a6172756c697a68616d2f6c61726176656c2d616d62616e6b2d6175746f64656269742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zarulizham/laravel-ambank-autodebit)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/63a51d74964a8ea709d97612bb0c6b0e94dd3ec3558b6b3e916ff46e78110a8e/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c61726176656c2d616d62616e6b2d6175746f64656269742e6a70673f743d31)](https://spatie.be/github-ad-click/laravel-ambank-autodebit)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require zarulizham/laravel-ambank-autodebit
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="laravel-ambank-autodebit-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-ambank-autodebit-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laravel-ambank-autodebit-views"
```

Usage
-----

[](#usage)

```
$autoDebit = new ZarulIzham\AutoDebit();
echo $autoDebit->echoPhrase('Hello, ZarulIzham!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Zarul Zubir](https://github.com/zarulizham)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance52

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 Bus Factor1

Top contributor holds 89.5% 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/ae2768e1d22dfc2cf76094e1bd66c4a156fea41873eada5277bea89d709bd93b?d=identicon)[zarulizham](/maintainers/zarulizham)

---

Top Contributors

[![zarulizham](https://avatars.githubusercontent.com/u/10229855?v=4)](https://github.com/zarulizham "zarulizham (34 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

### Embed Badge

![Health badge](/badges/zarulizham-laravel-ambank-autodebit/health.svg)

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

###  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)
