PHPackages                             koizoinno/worldpay - 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. koizoinno/worldpay

Abandoned → [viralstyle/worldpay-xml](/?search=viralstyle%2Fworldpay-xml)Library[Payment Processing](/categories/payments)

koizoinno/worldpay
==================

Client for using WorldPay stored profile tokenization endpoints.

v1.0(10y ago)036PHPPHP &gt;=5.4.0

Since Sep 2Pushed 10y ago8 watchersCompare

[ Source](https://github.com/koizoinno/worldpay-xml)[ Packagist](https://packagist.org/packages/koizoinno/worldpay)[ RSS](/packages/koizoinno-worldpay/feed)WikiDiscussions master Synced 1w ago

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

worldpay-xml
============

[](#worldpay-xml)

Simple client for using the WorldPay XML API. This library has only been tested with the Stored Profile functions, but should work for any request.

\##Example

```
// Create a client.
$client = new WorldpayClient();

// Pass settings via setupApi method.
$client->setupApi($acctId, $acctSubId, $merchantPin, $encryptionKey);

// Create a request and pass request type (creditcard, ach, etc) and pass in the client.
$request = new WorldpayRequest('creditcard', $client);

// Add fields as required by your request.  You do not need to include any of the fields passed via setupApi() or the request type.  You must include all required fields as indicated in the documentation.
$request->service = WorldPayClient::SERVICE_PROFILE_CREDIT;
$request->amount = 500;

// Add other fields as needed.

// Execute the request.
$response = $request->execute();
```

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

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

4002d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/013f8de27b809d9556c31326f75ec971c743f76bae6b5aa023aac9d8631c3c20?d=identicon)[oblogic7](/maintainers/oblogic7)

---

Top Contributors

[![oblogic7](https://avatars.githubusercontent.com/u/453840?v=4)](https://github.com/oblogic7 "oblogic7 (5 commits)")

### Embed Badge

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

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.7M3.4k](/packages/craftcms-cms)[illuminate/http

The Illuminate Http package.

11938.5M8.2k](/packages/illuminate-http)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5226.7k](/packages/simplestats-io-laravel-client)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1239.7k25](/packages/fleetbase-core-api)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

265.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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