PHPackages                             databowl/databowl-vapi - 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. databowl/databowl-vapi

ActiveLibrary[API Development](/categories/api)

databowl/databowl-vapi
======================

A PHP client for the Databowl Validation API (VAPI)

v0.1.5(5y ago)01.5k4[2 PRs](https://github.com/Databowl/databowl-vapi/pulls)MITPHP

Since Nov 9Pushed 3y ago2 watchersCompare

[ Source](https://github.com/Databowl/databowl-vapi)[ Packagist](https://packagist.org/packages/databowl/databowl-vapi)[ Docs](https://github.com/Databowl/databowl-vapi)[ RSS](/packages/databowl-databowl-vapi/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (6)Dependencies (1)Versions (9)Used By (0)

Databowl VAPI PHP Client
========================

[](#databowl-vapi-php-client)

Introduction
------------

[](#introduction)

This package contains a PHP library to communicate with the Databowl's VAPI service.

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

[](#installation)

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

```
composer require databowl/databowl-vapi
```

Example
-------

[](#example)

First create your client:

```
$configArray = [
    'privateKey' => '',
    'publicKey' => '',
];

$config = \Databowl\Vapi\ClientConfig::createFromArray($configArray);
$client = new \Databowl\Vapi\Client($config);
```

Then create your request and send it using the client:

```
$request = new \Databowl\Vapi\Validators\Hlr();
$request->setMobile('your-mobile-number');

$result = $client->sendRequest($request);
```

Further examples are available in the `./examples` folder.

Version History
---------------

[](#version-history)

This library has not yet been tagged for release.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~316 days

Recently: every ~386 days

Total

6

Last Release

1940d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/58311247?v=4)[Tomdarkness](/maintainers/Tomdarkness)[@Tomdarkness](https://github.com/Tomdarkness)

---

Top Contributors

[![pmill](https://avatars.githubusercontent.com/u/3912365?v=4)](https://github.com/pmill "pmill (3 commits)")[![tom-pryor](https://avatars.githubusercontent.com/u/1273529?v=4)](https://github.com/tom-pryor "tom-pryor (3 commits)")[![benjiMediaBowl](https://avatars.githubusercontent.com/u/17124765?v=4)](https://github.com/benjiMediaBowl "benjiMediaBowl (2 commits)")[![iain-databowl](https://avatars.githubusercontent.com/u/60396765?v=4)](https://github.com/iain-databowl "iain-databowl (1 commits)")

---

Tags

phpapiclientdatabowlvapi

### Embed Badge

![Health badge](/badges/databowl-databowl-vapi/health.svg)

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

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k9.5M86](/packages/openai-php-laravel)[resend/resend-php

Resend PHP library.

617.2M38](/packages/resend-resend-php)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[mozex/anthropic-laravel

Laravel integration for the Anthropic API: facade, config publishing, install command, testing fakes, messages, streaming, tool use, thinking, and batches.

74331.3k1](/packages/mozex-anthropic-laravel)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.6M13](/packages/checkout-checkout-sdk-php)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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