PHPackages                             datawow/datawow-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. [HTTP &amp; Networking](/categories/http)
4. /
5. datawow/datawow-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

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

 HTTP RESTFul for calling DataWow APIs

05PHP

Since Feb 28Pushed 7y ago19 watchersCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

Datawow-php
===========

[](#datawow-php)

Datawow-php HTTP RESTFul for calling DataWow 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/datawow-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';
```

APIs explanation
================

[](#apis-explanation)

There are 4 models for calling our APIs and each of its there are 3 operations to use such as *create*, *list data* and *find by id*. We're going to show you what APIs we have .

#### Image model. We have 4 APIs

[](#image-model-we-have-4-apis)

- ImageChoice
- ImageClosedQuestion
- ImageMessage
- ImagePhotoTag

#### Text model. We have 3 APIs

[](#text-model-we-have-3-apis)

- Category
- Conversation
- TextClosedQuestion

#### Video model. We have 1 APIs

[](#video-model-we-have-1-apis)

- VideoClassify

#### Prediction model. We have 1 APIs

[](#prediction-model-we-have-1-apis)

- Predictor

### Model functions

[](#model-functions)

For create data use `create()`

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

For query list of data use `gets()`

```
/**
@param string $token
@param array $params
**/
ImageChoice::gets($token, $params);
```

For find data by ID use `find_id()`

```
/**
@param string $token
@param string|int $id
**/
ImageChoice::find_id($token, $id);
```

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

Demo and Usage
==============

[](#demo-and-usage)

- Image Documentation [link](README/image_docs.md)
- Video Documentation [link](README/video_docs.md)
- Text Documentation [link](README/text_docs.md)
- AI/Prediction Documentation [link](README/ai_docs.md)
- Document verification Documentation [link](README/docs_docs.md)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17987325?v=4)[Ben Lewis](/maintainers/datawow)[@datawow](https://github.com/datawow)

---

Top Contributors

[![NSLog0](https://avatars.githubusercontent.com/u/1640817?v=4)](https://github.com/NSLog0 "NSLog0 (24 commits)")

### Embed Badge

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

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

###  Alternatives

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

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