PHPackages                             first\_pay\_wsdl/firstpaysdk - 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. first\_pay\_wsdl/firstpaysdk

ActiveLibrary[API Development](/categories/api)

first\_pay\_wsdl/firstpaysdk
============================

Package generated from http://localhost/firstpay\_integration/public/FapxConnect.xml using wsdltophp/packagegenerator

01PHP

Since Nov 24Pushed 6y ago1 watchersCompare

[ Source](https://github.com/babatundeodaniel/FapxPhpSdk)[ Packagist](https://packagist.org/packages/first_pay_wsdl/firstpaysdk)[ RSS](/packages/first-pay-wsdl-firstpaysdk/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

FapxPhpSdk
==========

[](#fapxphpsdk)

 'http://localhost/firstpay\_integration/public/FapxConnect.xml', \* \\WsdlToPhp\\PackageBase\\AbstractSoapClientBase::WSDL\_TRACE =&gt; true, \* \\WsdlToPhp\\PackageBase\\AbstractSoapClientBase::WSDL\_LOGIN =&gt; 'you\_secret\_login', \* \\WsdlToPhp\\PackageBase\\AbstractSoapClientBase::WSDL\_PASSWORD =&gt; 'you\_secret\_password', \* ); \* etc.... \*/ require\_once \_\_DIR\_\_ . '/vendor/autoload.php'; /\*\* \* Minimal options \*/ $options = array( \\WsdlToPhp\\PackageBase\\AbstractSoapClientBase::WSDL\_URL =&gt; 'http://localhost/firstpay\_integration/public/FapxConnect.xml', \\WsdlToPhp\\PackageBase\\AbstractSoapClientBase::WSDL\_CLASSMAP =&gt; ClassMap::get(), ); /\*\* \* Samples for Get ServiceType \*/ $get = new \\ServiceType\\Get($options); $get-&gt;setSoapHeaderXHeader(new \\StructType\\XHeader()); /\*\* \* Sample call for GetTransactionUpdateXml operation/method \*/ if ($get-&gt;GetTransactionUpdateXml(new \\StructType\\GetTransactionUpdateXml()) !== false) { print\_r($get-&gt;getResult()); } else { print\_r($get-&gt;getLastError()); } /\*\* \* Sample call for GetTransactionUpdateList operation/method \*/ if ($get-&gt;GetTransactionUpdateList(new \\StructType\\GetTransactionUpdateList()) !== false) { print\_r($get-&gt;getResult()); } else { print\_r($get-&gt;getLastError()); } /\*\* \* Sample call for GetTransaction operation/method \*/ if ($get-&gt;GetTransaction(new \\StructType\\GetTransaction()) !== false) { print\_r($get-&gt;getResult()); } else { print\_r($get-&gt;getLastError()); } /\*\* \* Samples for Send ServiceType \*/ $send = new \\ServiceType\\Send($options); $send-&gt;setSoapHeaderXHeader(new \\StructType\\XHeader()); /\*\* \* Sample call for SendPaymentList operation/method \*/ if ($send-&gt;SendPaymentList(new \\StructType\\SendPaymentList()) !== false) { print\_r($send-&gt;getResult()); } else { print\_r($send-&gt;getLastError()); } /\*\* \* Sample call for SendTransactionsList operation/method \*/ if ($send-&gt;SendTransactionsList(new \\StructType\\SendTransactionsList()) !== false) { print\_r($send-&gt;getResult()); } else { print\_r($send-&gt;getLastError()); } /\*\* \* Sample call for SendTransaction operation/method \*/ if ($send-&gt;SendTransaction(new \\StructType\\SendTransaction()) !== false) { print\_r($send-&gt;getResult()); } else { print\_r($send-&gt;getLastError()); } /\*\* \* Sample call for SendTransactionsData operation/method \*/ if ($send-&gt;SendTransactionsData(new \\StructType\\SendTransactionsData()) !== false) { print\_r($send-&gt;getResult()); } else { print\_r($send-&gt;getLastError()); } /\*\* \* Sample call for SendTransactionsXml operation/method \*/ if ($send-&gt;SendTransactionsXml(new \\StructType\\SendTransactionsXml()) !== false) { print\_r($send-&gt;getResult()); } else { print\_r($send-&gt;getLastError()); } /\*\* \* Sample call for SendTransactionsPostAsBulk operation/method \*/ if ($send-&gt;SendTransactionsPostAsBulk(new \\StructType\\SendTransactionsPostAsBulk()) !== false) { print\_r($send-&gt;getResult()); } else { print\_r($send-&gt;getLastError()); }

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

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://avatars.githubusercontent.com/u/5265643?v=4)[Babatunde Daniel](/maintainers/babatundeodaniel)[@babatundeodaniel](https://github.com/babatundeodaniel)

---

Top Contributors

[![babatundeodaniel](https://avatars.githubusercontent.com/u/5265643?v=4)](https://github.com/babatundeodaniel "babatundeodaniel (1 commits)")

### Embed Badge

![Health badge](/badges/first-pay-wsdl-firstpaysdk/health.svg)

```
[![Health](https://phpackages.com/badges/first-pay-wsdl-firstpaysdk/health.svg)](https://phpackages.com/packages/first-pay-wsdl-firstpaysdk)
```

###  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.1M452](/packages/google-gax)

PHPackages © 2026

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