PHPackages                             audithsoftworks/nexway-merchant-api-php-client - 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. [API Development](/categories/api)
4. /
5. audithsoftworks/nexway-merchant-api-php-client

ActiveLibrary[API Development](/categories/api)

audithsoftworks/nexway-merchant-api-php-client
==============================================

Audith Softworks Nexway Merchant API PHP Client

39PHP

Since Feb 18Pushed 11y ago1 watchersCompare

[ Source](https://github.com/AudithSoftworks/Nexway-Merchant-API-PHP-Client)[ Packagist](https://packagist.org/packages/audithsoftworks/nexway-merchant-api-php-client)[ RSS](/packages/audithsoftworks-nexway-merchant-api-php-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Code Climate](https://camo.githubusercontent.com/2383c7a2f4f3a62637dc7a4fedb89b24f21928c20a1801a3e78ca8fd3fa034da/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f417564697468536f6674776f726b732f4e65787761792d4d65726368616e742d4150492d5048502d436c69656e742f6261646765732f6770612e737667)](https://codeclimate.com/github/AudithSoftworks/Nexway-Merchant-API-PHP-Client)[![Code Quality](https://camo.githubusercontent.com/5a32d7521c381e65db1cc3e3f9effdf844762e273a47018a5aa856c4b2c4753c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f417564697468536f6674776f726b732f4e65787761792d4d65726368616e742d4150492d5048502d436c69656e742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/AudithSoftworks/Nexway-Merchant-API-PHP-Client)[![Latest Stable Version](https://camo.githubusercontent.com/3d3c4214a84a1062b7c9d00f8f82db49f0cca33089beb84bf46aa340a34fb13e/68747470733a2f2f706f7365722e707567782e6f72672f617564697468736f6674776f726b732f6e65787761792d6d65726368616e742d6170692d7068702d636c69656e742f762f737461626c652e737667)](https://packagist.org/packages/audithsoftworks/nexway-merchant-api-php-client)[![Total Downloads](https://camo.githubusercontent.com/0f09aab882a68e5d718cd09e1ce8e97aa3b192bd4acab77f048ad259d607e557/68747470733a2f2f706f7365722e707567782e6f72672f617564697468736f6674776f726b732f6e65787761792d6d65726368616e742d6170692d7068702d636c69656e742f646f776e6c6f6164732e737667)](https://packagist.org/packages/audithsoftworks/nexway-merchant-api-php-client)[![Latest Unstable Version](https://camo.githubusercontent.com/5f7611a847174ff4b5d69d0434df13c3f51d3f630507046915148bbecdcb8b83/68747470733a2f2f706f7365722e707567782e6f72672f617564697468736f6674776f726b732f6e65787761792d6d65726368616e742d6170692d7068702d636c69656e742f762f756e737461626c652e737667)](https://packagist.org/packages/audithsoftworks/nexway-merchant-api-php-client)[![License](https://camo.githubusercontent.com/be7ea6499c5622e2cb928b956b3e315d1f5375addc1aac2e3d1c33c18232f59a/68747470733a2f2f706f7365722e707567782e6f72672f617564697468736f6674776f726b732f6e65787761792d6d65726368616e742d6170692d7068702d636c69656e742f6c6963656e73652e737667)](https://packagist.org/packages/audithsoftworks/nexway-merchant-api-php-client)

Nexway API implementation in PHP (by Shahriyar Imanov at Audith Softworks)
==========================================================================

[](#nexway-api-implementation-in-php-by-shahriyar-imanov-at-audith-softworks)

This library implements Nexway's WSDL/SOAP powered API interface, using PHP's OOP facilities.

What is this repository for?
----------------------------

[](#what-is-this-repository-for)

- Before being able to use this library, you need working Test configuration access token to [Nexway](http://www.nexway.com) WebServices interface. For production environment, you will need the Live configuration token as well.
- Once Nexway's access tokens have been acquired, enter them in `/src/Audith/Providers/Nexway/config.ini` file, in appropriate sections.
- Check out Unit-tests in `/tests` folder for use-cases.

How to run Unit-tests?
----------------------

[](#how-to-run-unit-tests)

Composer configuration file includes `phpunit/phpunit` package for development purposes. Once `composer install` has been executed, PHPUnit library files will be fetched.

Run following command to execute unit-tests: `./vendor/phpunit/phpunit/phpunit --verbose --colors --strict --debug tests/`

How to build Documentation using PHPDocumentor?
-----------------------------------------------

[](#how-to-build-documentation-using-phpdocumentor)

Again, as in the case of PHPUnit, we also have included PHPDocumentor in Composer configuration file. Once libraries are installed, run following command to build Documentation:

`./vendor/phpdocumentor/phpdocumentor/bin/phpdoc.php -d ./src`

Although data-layer of source-code isn't well-documented (i.e. PhpDoc summaries are missing, which are totally not necessary), the *Class Hierarchy Diagram* can prove useful.

**Note:** Please make sure you have PHP's `xsl` extension installed. It's required for PHPDocumentor libraries. If you don't want PHPDocumentor included with your installation, please remove it from `composer.json` file's `require-dev` list, before running `composer install`.

Where to report bugs?
---------------------

[](#where-to-report-bugs)

Use our [JIRA](https://audith.atlassian.net/browse/NEXWAY) instance to report possible bugs.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

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

---

Top Contributors

[![shehi](https://avatars.githubusercontent.com/u/653569?v=4)](https://github.com/shehi "shehi (19 commits)")

### Embed Badge

![Health badge](/badges/audithsoftworks-nexway-merchant-api-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/audithsoftworks-nexway-merchant-api-php-client/health.svg)](https://phpackages.com/packages/audithsoftworks-nexway-merchant-api-php-client)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M453](/packages/google-gax)

PHPackages © 2026

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