PHPackages                             onlinecheckwriter/quickpay - 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. onlinecheckwriter/quickpay

ActiveLibrary[Payment Processing](/categories/payments)

onlinecheckwriter/quickpay
==========================

Streamlined Payment API with Multi-Channel Support: Seamlessly Integrate Checks, eChecks, Virtual Cards, ACH/Direct Deposits, and Wire Transfers into Your Application.

v1.01(2y ago)03191MITPHPPHP ^7.3 || ^8.1

Since Sep 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/onlinecheckwriter/quickpay-php-sdk)[ Packagist](https://packagist.org/packages/onlinecheckwriter/quickpay)[ RSS](/packages/onlinecheckwriter-quickpay/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Onlinecheckwriter - Quick Pay
=============================

[](#onlinecheckwriter---quick-pay)

onlinecheckwriter.com PHP Client is a simple but flexible wrapper for the [onlinecheckwriter.com](https://www.onlinecheckwriter.com) API. See full onlinecheckwriter.com documentation [here](https://apiv3.onlinecheckwriter.com/).

Table of Contents
-----------------

[](#table-of-contents)

- [Getting Started](#getting-started)
    - [Registration](#registration)
    - [Installation](#installation)
    - [Usage](#usage)
- [Examples](#examples)
- Video Explanation
- [API Documentation](#api-documentation)
- [Mail Type explanation](#mail-type)

Getting Started
---------------

[](#getting-started)

-
- Plz watch the video
- and please read the documentation

### Registration

[](#registration)

### Installation

[](#installation)

The recommended way to install onlinecheckwriter.com PHP Client is through [Composer](https://getcomposer.org).

```
// Install Composer
curl -sS https://getcomposer.org/installer | php

// Add onlinecheckwriter.com PHP client as a dependency
composer require onlinecheckwriter/quickpay
```

After installing, you need to require Composer's autoloader:

```
require_once __DIR__ . '/vendor/autoload.php';
```

### Usage

[](#usage)

```
// setToken
// setEnviorment : SANDBOX

use onlinecheckwriter\Quickpay\Index;

$ocw = (new Index());
$ocw->setToken("G5LoP94QISpOvk6i072yXDFBPwSjRS01foqlYPdVdYJ7li2NRkvzuHvYIzif")
$ocw->setEnviorment("SANDBOX");

// setToken
// setEnviorment : LIVE

use onlinecheckwriter\Quickpay\Index;

$ocw = (new Index());
$ocw->setToken("YOUR API TOKEN")
$ocw->setEnviorment("LIVE");

```

Examples
--------

[](#examples)

We've provided various examples for you to try out [here](https://github.com/onlinecheckwriter/quickpay/tree/master/examples).

There are simple scripts to demonstrate how to create all the core onlinecheckwriter objects (checks, sent mail)

API Documentation
-----------------

[](#api-documentation)

- Introduction

=======================

Copyright © 2023 onlinecheckwriter.com

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

979d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/827fc607ec1ef19a4b7272b729d81aa41c7ed977ee5f1c12570cce6a4ee5b0b1?d=identicon)[onlinecheckwriter](/maintainers/onlinecheckwriter)

---

Top Contributors

[![onlinecheckwriter](https://avatars.githubusercontent.com/u/103958814?v=4)](https://github.com/onlinecheckwriter "onlinecheckwriter (18 commits)")

---

Tags

checkachfintechmail-checkwireeCheckonline check writercheck mailingvirtual cardechecksdirect depositonlinecheckwriterzilmoneyCheck Printingdirect deposit apiach apizil moneye-checkvirtual card api

### Embed Badge

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

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

PHPackages © 2026

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