PHPackages                             walisph/merchant - 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. walisph/merchant

ActiveLibrary[Payment Processing](/categories/payments)

walisph/merchant
================

A Merchant library for Walis Applications

015PHP

Since Nov 2Pushed 11y agoCompare

[ Source](https://github.com/walisph/merchant)[ Packagist](https://packagist.org/packages/walisph/merchant)[ RSS](/packages/walisph-merchant/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

WalisPH Merchant library
========================

[](#walisph-merchant-library)

#### Walis Apps for ecommerce preference

[](#walis-apps-for-ecommerce-preference)

---

Information
-----------

[](#information)

- This package have the basic product schema based on the [Product Markup](http://schema.org/Product)
- Includes the DOMPDF Laravel wrapper by barryvdh. [Github](https://github.com/barryvdh/laravel-dompdf)
- Includes the Walis Map package. [Github](https://github.com/walisph/map)
- Includes a invoicing capability.
- Because this package is under development all of the changelog with be viewed [here](CHANGELOG.md)
- SO FAR, this package only works on Laravel 4

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

[](#installation)

Include to your composer.json file

```
"require": {
    ...
    "walisph/merchant": "dev-master"
}

```

#### Configuration

[](#configuration)

Add to your Application providers, usually at `app/config/app.php`

```
'providers' => [
    ...
    'Walisph\Merchant\MerchantServiceProvider',
]

```

If you want to have the default configuration unless you have to change the package configuration, publish the package configuration by running artisan to your root app.

```
php artisan config:publish walisph/merchant

```

Migration
---------

[](#migration)

Publish migration so you can edit the migration file

```
php artisan migrate:publish walisph/merchant

```

or run by running

```
php artisan migrate --package="walisph/merchant"

```

Views
-----

[](#views)

You can also edit your invoice template by running

```
php artisan view:publis walisph/merchant

```

---

###### CREATED AND DEVELOPED BY WALIS PHILIPPINES

[](#created-and-developed-by-walis-philippines)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

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

---

Top Contributors

[![jayaregalinada](https://avatars.githubusercontent.com/u/1170288?v=4)](https://github.com/jayaregalinada "jayaregalinada (34 commits)")

### Embed Badge

![Health badge](/badges/walisph-merchant/health.svg)

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

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