PHPackages                             repat/weimark-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. repat/weimark-php

ActiveLibrary[API Development](/categories/api)

repat/weimark-php
=================

API Client for weimark.com webservice

10PHP

Since Apr 7Pushed 7y ago1 watchersCompare

[ Source](https://github.com/repat/weimark-php)[ Packagist](https://packagist.org/packages/repat/weimark-php)[ RSS](/packages/repat-weimark-php/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

weimark-php
===========

[](#weimark-php)

[![Latest Version on Packagist](https://camo.githubusercontent.com/bbe3cf3aad9fc1096e1f51ec162d9f932dd90f23d80b6a6e4eff54e812da8b25/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72657061742f7765696d61726b2d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/repat/weimark-php)[![Total Downloads](https://camo.githubusercontent.com/48df99a25c51f2b8414d7f684aa91faccfb9f3150141f58ef8a61f02b11a5151/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72657061742f7765696d61726b2d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/repat/weimark-php)

> 🚧 UNDER CONSTRUCTION 🚧

**weimark-php** is an API client for weimark.com webservice API. It's a private API, you need to contact them. This is an independent project with no official support, especially not from Weimark. You're welcome to open an issue or pull request though.

Based on ruby counterpart [davidred/weimark](https://github.com/davidred/weimark)

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

[](#installation)

`$ composer require repat/weimark-php`

Documentation
-------------

[](#documentation)

### NewApplication

[](#newapplication)

```
// init
$w = new \Repat\Weimark\Client('email@provider.tld', 'secret_password', 'agent@email.tld');

// fill this out
$template = array_flip($w->getApplicationTemplate());
$template['fname'] = 'Joe';
// ...

$response = $w->newApplication($template);

// XML Response parsed as array
print_r($response);
```

### GetApplication

[](#getapplication)

```
// init
$w = new \Repat\Weimark\Client('email@provider.tld', 'secret_password', 'agent@email.tld');
$response = $w->getApplication('application_id');

// XML Response parsed as array
print_r($response);
```

License
-------

[](#license)

- MIT, see [LICENSE](https://github.com/repat/weimark-php/blob/master/LICENSE)

Version
-------

[](#version)

- Version 0.1

Contact
-------

[](#contact)

#### repat

[](#repat)

- Homepage:
- e-mail:
- Twitter: [@repat123](https://twitter.com/repat123 "repat123 on twitter")

[![Flattr this git repo](https://camo.githubusercontent.com/7e3f46a36526479d701ef7f90a0f8c3ac2fbab3087446e2a9fceed75cd1ab802/687474703a2f2f6170692e666c617474722e636f6d2f627574746f6e2f666c617474722d62616467652d6c617267652e706e67)](https://flattr.com/submit/auto?user_id=repat&url=https://github.com/repat/weimark-php&title=weimark-php&language=&tags=github&category=software)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

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://www.gravatar.com/avatar/405dab243007488e7e7851422e5864a9312aee36058d60f1e6d623232c4d3131?d=identicon)[repat](/maintainers/repat)

---

Top Contributors

[![repat](https://avatars.githubusercontent.com/u/516807?v=4)](https://github.com/repat "repat (3 commits)")

### Embed Badge

![Health badge](/badges/repat-weimark-php/health.svg)

```
[![Health](https://phpackages.com/badges/repat-weimark-php/health.svg)](https://phpackages.com/packages/repat-weimark-php)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M19](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k12](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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