PHPackages                             kilylabs/datamobile-soap-srv-php - 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. kilylabs/datamobile-soap-srv-php

ActiveLibrary[API Development](/categories/api)

kilylabs/datamobile-soap-srv-php
================================

DataMobile PHP implementation of SOAP server for DataMobile application

0.3(5y ago)3142MITPHP

Since Dec 24Pushed 5y ago1 watchersCompare

[ Source](https://github.com/kilylabs/datamobile-soap-srv-php)[ Packagist](https://packagist.org/packages/kilylabs/datamobile-soap-srv-php)[ RSS](/packages/kilylabs-datamobile-soap-srv-php/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (5)Versions (5)Used By (0)

DataMobile SOAP server
======================

[](#datamobile-soap-server)

DataMobile PHP implementation of SOAP server for DataMobile application

Installation
------------

[](#installation)

The recommended way to install it is through [Composer](http://getcomposer.org):

```
$ composer require kilylabs/datamobile-soap-srv-php

```

Usage
-----

[](#usage)

Ones installed using composer run SOAP server:

```
$ cd datamobile-soap-srv-php
$ php vendor/kilylabs/datamobile-soap-srv-php/bin/server.php
Listening on http://0.0.0.0:8080

```

It will run SOAP server on

After, setup your Android DataMobile device to use SOAP API device see what's happening.

There is also console client to emulate device requests:

```
$ php bin/client.php -w http://127.0.0.1:8080/datamobile.wsdl -d '{"SN":"123","UserName":"Dummy","DocOutID":"1"}' ClearDoc
object(stdClass)#7 (1) {
  ["return"]=>
  bool(true)
}

```

After playing a lot, implement your own Provider by extending [AbstractProvider](https://github.com/kilylabs/datamobile-soap-srv-php/blob/develop/src/SOAP/Provider/AbstractProvider.php). A good starting point is the [Dummy provider](https://github.com/kilylabs/datamobile-soap-srv-php/blob/develop/src/SOAP/Provider/Dummy.php). And don't forget to give some feedback! :-)

TODO
----

[](#todo)

Implement fully working service with data storing and manipulation based on SQLite or MongoDB.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

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

Every ~17 days

Total

3

Last Release

1985d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/223025b69de050a14f15a1368506e86c200b7b0749e08d1e4f701d46dce2abbd?d=identicon)[kilylabs](/maintainers/kilylabs)

---

Tags

datamobile

### Embed Badge

![Health badge](/badges/kilylabs-datamobile-soap-srv-php/health.svg)

```
[![Health](https://phpackages.com/badges/kilylabs-datamobile-soap-srv-php/health.svg)](https://phpackages.com/packages/kilylabs-datamobile-soap-srv-php)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[algolia/algoliasearch-client-php

API powering the features of Algolia.

69735.1M160](/packages/algolia-algoliasearch-client-php)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[keboola/storage-api-client

Keboola Storage API PHP Client

10405.9k40](/packages/keboola-storage-api-client)[flowwow/cloudpayments-php-client

cloudpayments api client

21101.2k](/packages/flowwow-cloudpayments-php-client)[webit/w-firma-api

wFirma.pl API

1822.0k](/packages/webit-w-firma-api)

PHPackages © 2026

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