PHPackages                             pmovil/ipx-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. pmovil/ipx-client

ActiveLibrary

pmovil/ipx-client
=================

IPX (Netsize) WebServices stubs

v0.0.1(10y ago)03461PHP

Since Oct 6Pushed 10y ago3 watchersCompare

[ Source](https://github.com/Pmovil/ipx-client)[ Packagist](https://packagist.org/packages/pmovil/ipx-client)[ RSS](/packages/pmovil-ipx-client/feed)WikiDiscussions master Synced 1mo ago

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

Synopsis
========

[](#synopsis)

Ready-to-use automatic-generated stub classes for IPX WebServices (Netsize)

Code Example
============

[](#code-example)

```
use Pmovil\Ipx\Sms\SmsApiService;
use Pmovil\Ipx\Sms\SendRequest;

$service = new SmsApiService();
$request = new SendRequest(
    uniqid(),               //correlationId
    '1122334455',           //originatingAddress
    1,                      //originatorTON
    '5544332211'            //destinationAddress
    'Helo',                 //userData
    '',                     //userDataHeader
    0x01,                   //DCS
    0x00,                   //PID
    '',                     //relativeValidityTime
    '',                     //deliveryTime
    0,                      //statusReportFlags
    'IPXACC',               //accountName
    'TF',                   //tariffClass
    3.20,                   //VAT
    '0',                    //referenceId
    'MyService',            //serviceName
    'MyCategory',           //serviceCategory
    'MyServiceData',        //serviceMetaData
    'MyChampaignName',      //campaignName
    'MyUsername',           //username
    'MyPassword'           //password
);
$response = $service->send($request);
echo $response->getResponseCode();
```

Motivation
==========

[](#motivation)

A composer-powered project with an OO aprouch to use IPX WebServices

\#Installing

```
composer require pmovil/ipx-client

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

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

3877d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f06edde0c549726665a77c7dc0632c3dcefbc552f2087e950c1de64146346ded?d=identicon)[stoiev](/maintainers/stoiev)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pmovil-ipx-client/health.svg)

```
[![Health](https://phpackages.com/badges/pmovil-ipx-client/health.svg)](https://phpackages.com/packages/pmovil-ipx-client)
```

PHPackages © 2026

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