PHPackages                             datawow/posmoni-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. datawow/posmoni-php

ActiveLibrary[API Development](/categories/api)

datawow/posmoni-php
===================

 HTTP RESTFul for calling POSMONI API

032PHPCI failing

Since May 13Pushed 6y ago13 watchersCompare

[ Source](https://github.com/datawowio/posmoni-php)[ Packagist](https://packagist.org/packages/datawow/posmoni-php)[ RSS](/packages/datawow-posmoni-php/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Posmoni-php
===========

[](#posmoni-php)

Posmoni-php HTTP RESTFul for calling Posmoni APIs

###### support or question

[](#support-or-question-supportdatawowio)

Requirements
============

[](#requirements)

- php 5.4 or above
- Built-in libcurl support.

Installation
============

[](#installation)

#### Composer

[](#composer)

You can install library via [Compose](https://getcomposer.org/). Please check you have installed Composer on your machine and copy below code to your `composer.json` If you don't have composer then click on the link Official website to install

- [Installation Composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx)

Copy below code to your composer.json

```
"datawow/posmoni-php": "dev-master"
```

Run composer install

```
php composer.phar install

```

or (Global setup)

```
composer install

```

After you run composer install then you will have folder `vendor/` to store your libs. Now you can load those libs via

```
require_once dirname(__FILE__).'/vendor/autoload.php';
```

API explanation
===============

[](#api-explanation)

There is model for calling our API and each of its there are 2 operations to use such as *create* and *get*

#### moderation model.

[](#moderation-model)

- Moderation

### Model functions

[](#model-functions)

For create data use `create()`

```
/**
@param string $token
@param array $params
**/
Moderation::create($token, $params);
```

For query list of data use `get()`

```
/**
@param string $token
@param array $params => array("query" => "")
**/
Moderation::get($token, $params);
```

Every function that being used must have `$token` which is a project token and `$params` is a parameter that required for each model. For `$params` we're going to explanation in a usage section

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 66.7% 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/17987325?v=4)[Ben Lewis](/maintainers/datawow)[@datawow](https://github.com/datawow)

---

Top Contributors

[![zaoldreck](https://avatars.githubusercontent.com/u/5462210?v=4)](https://github.com/zaoldreck "zaoldreck (2 commits)")[![jsice](https://avatars.githubusercontent.com/u/31514338?v=4)](https://github.com/jsice "jsice (1 commits)")

### Embed Badge

![Health badge](/badges/datawow-posmoni-php/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

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

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/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)
