PHPackages                             digitickets/omnipay-pay360-hosted-cashier - 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. digitickets/omnipay-pay360-hosted-cashier

ActiveLibrary[Payment Processing](/categories/payments)

digitickets/omnipay-pay360-hosted-cashier
=========================================

Pay360 Hosted Cashier driver for the Omnipay payment processing library

v1.0.2(4y ago)027.9k↓73.8%MITPHPPHP ^7

Since Aug 25Pushed 4y ago1 watchersCompare

[ Source](https://github.com/digitickets/omnipay-pay360-hosted-cashier)[ Packagist](https://packagist.org/packages/digitickets/omnipay-pay360-hosted-cashier)[ Docs](https://github.com/digitickets/omnipay-pay360-hosted-cashier)[ RSS](/packages/digitickets-omnipay-pay360-hosted-cashier/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (3)Versions (5)Used By (0)

omnipay-pay360-hosted-cashier
=============================

[](#omnipay-pay360-hosted-cashier)

**Redirect gateway driver for Pay360's Hosted Cashier service**

Omnipay implementation of Pay360's Hosted Cashier gateway.

See [Pay360's documentation](https://docs.pay360.com/cards/payments/) for more details.

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

[](#installation)

This driver is installed via [Composer](http://getcomposer.org/). To install, simply add it to your `composer.json` file:

```
{
    "require": {
        "digitickets/omnipay-pay360-hosted-cashier": "^1.0"
    }
}
```

And run composer to update your dependencies:

```
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update

```

What's Included
---------------

[](#whats-included)

This driver allows you to redirect the user to a Pay360 Hosted Cashier page, after passing in customer details from your own forms and a redirect URL. Once the user has paid they will be redirected back to your redirect page. You can then confirm the payment through the driver. You may also pass in a notification URL (webhook) if you don't want to rely on a redirection.

It also supports refunds of partial and full amounts.

It only handles card payments.

What's Not Included
-------------------

[](#whats-not-included)

This driver does not handle any of the other card management operations, such as subscriptions (repeat payments).

It does not support re-use of customer records.

Basic Usage
-----------

[](#basic-usage)

For general Omnipay usage instructions, please see the main [Omnipay](https://github.com/omnipay/omnipay)repository.

### Required Parameters

[](#required-parameters)

You must pass the following parameters into the driver when calling `purchase()`, `refund()` or `completePurchase()`. You will be sent these by the Pay360 onboarding team.

```
installationId
apiUsername
apiPassword

```

Support
-------

[](#support)

If you are having general issues with Omnipay, we suggest posting on [Stack Overflow](http://stackoverflow.com/). Be sure to add the [omnipay tag](http://stackoverflow.com/questions/tagged/omnipay) so it can be easily found.

If you believe you have found a bug in this driver, please report it using the [GitHub issue tracker](https://github.com/digitickets/omnipay-pay360-hosted-cashier/issues), or better yet, fork the library and submit a pull request.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% 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 ~132 days

Total

3

Last Release

1510d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23523887?v=4)[DigiTickets](/maintainers/DigiTickets)[@digitickets](https://github.com/digitickets)

---

Top Contributors

[![jamesgarton](https://avatars.githubusercontent.com/u/83950544?v=4)](https://github.com/jamesgarton "jamesgarton (6 commits)")[![hkwak](https://avatars.githubusercontent.com/u/6288972?v=4)](https://github.com/hkwak "hkwak (1 commits)")

---

Tags

webservicegatewaymerchantomnipayhostedPay360

### Embed Badge

![Health badge](/badges/digitickets-omnipay-pay360-hosted-cashier/health.svg)

```
[![Health](https://phpackages.com/badges/digitickets-omnipay-pay360-hosted-cashier/health.svg)](https://phpackages.com/packages/digitickets-omnipay-pay360-hosted-cashier)
```

###  Alternatives

[omnipay/mollie

Mollie driver for the Omnipay payment processing library

631.8M10](/packages/omnipay-mollie)

PHPackages © 2026

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