PHPackages                             wollito/wollito - 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. wollito/wollito

ActiveLibrary[Payment Processing](/categories/payments)

wollito/wollito
===============

Wollito Payment Gateway

0181[1 PRs](https://github.com/Wollito/wollito/pulls)PHP

Since Aug 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Wollito/wollito)[ Packagist](https://packagist.org/packages/wollito/wollito)[ RSS](/packages/wollito-wollito/feed)WikiDiscussions main Synced 4w ago

READMEChangelogDependenciesVersions (3)Used By (0)

wollito
=======

[](#wollito)

Wollito Payment Gateway

Wollito Payment Gateway
-----------------------

[](#wollito-payment-gateway)

To install the payment gateway we can use composer.
`composer require wollito/wollito:dev-main`

After package installation, you need to include the autoload file in your project.
`require_once "vendor/autoload.php";` \\

Ensure your composer.json includes the following;

`             `

```
    "autoload": {
        "psr-4": {
            "WollitoPackage\\": "vendor/wollito/wollito"
        }
    }

```

#### Introduction:

[](#introduction)

To get start you must instantiate the class, you pass the API Key, API Secret &amp; Currency

Currency options include; GBP, USD, EUR \\

`            $wollito = new \WollitoPackage\Wollito("YOUR KEY HERE", "YOUR SECRET KEY HERE", "STATEMENT DESCRIPTOR", "your SITE URL", "CURRENCY (GBP)");        `
\\

Once you have instantiated the class, you can call function using the `$wollito` variable.

#### Processing Payments:

[](#processing-payments)

The process payment functions, takes the parameters below and can be called like so: Always include the payment=true parameter.

`$data = $wollito->create_charge_link("AMOUNT", "ORDER ID", "Return URL (yoururl.com/returnpage.php?payment=true");`
\\

#### Response:

[](#response)

The call will return a url or false value

#### Webhook:

[](#webhook)

Sometimes payments are returned as pending and therefore will need updating via a webhook.

Webhook calls are posted to webhook.php, to the originating site URL which made the charge request.

Webhooks can be authenticated with the following call, just pass the `$_POST` data variable

`            $wollito->validate_webhook_call($_POST);        `

Examples can be found [Here](https://github.com/Wollito/wollito/tree/main/Example)

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity28

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/0d13fbc1396b0e5738e4f8bf511fb08b68341d9a7f61009d9f0ffa6f5deb6748?d=identicon)[Wollito](/maintainers/Wollito)

---

Top Contributors

[![Wollito](https://avatars.githubusercontent.com/u/93102901?v=4)](https://github.com/Wollito "Wollito (32 commits)")

### Embed Badge

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

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

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