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

ActiveLibrary

databowl/databowl-php
=====================

Databowl PHP Library

0.1.1(11y ago)027[1 issues](https://github.com/Databowl/databowl-php/issues)BSDPHP

Since Aug 19Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Databowl/databowl-php)[ Packagist](https://packagist.org/packages/databowl/databowl-php)[ RSS](/packages/databowl-databowl-php/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Databowl PHP Library
====================

[](#databowl-php-library)

PHP Library for interacting with the Databowl Leadgen Platform.

Requirements
------------

[](#requirements)

- PHP 5.4+

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

[](#installation)

We recommend you use [Composer](http://getcomposer.org) to install the library.

```
# Install Composer
curl -sS https://getcomposer.org/installer | php
```

Then, add the Databowl Library to your project's composer.json:

```
{
    "require": {
        "databowl/databowl-php": "0.1.*"
    }
}
```

Examples
--------

[](#examples)

### Submitting Leads

[](#submitting-leads)

```
/* Create a client, passing the name of the instance to use */
$client = new Databowl\Client('instance-name');
/* Create a new Lead with a campaign ID of 1 and a supplier ID of 5 */
$lead = new Databowl\Leads\Lead(1, 5);

/* Create an array of lead data in the format  =>  */
$data = [
    'f_18_title' => '[title]',
    'f_19_firstname' => '[firstname]',
    'f_20_lastname' => 'Jones',
    'f_17_email' => '[email]',
];

/* Set the lead data */
$lead->getData()->exchangeArray($data);

/* Submit the lead, it returns a new lead */
$newLead = $client->submitLead($lead);

/* Fetch the lead ID and result */
$leadId = $newLead->getLeadId();
$result = $newLead->getResult()->getMessage();
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4290d ago

### Community

Maintainers

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

---

Top Contributors

[![tom-pryor](https://avatars.githubusercontent.com/u/1273529?v=4)](https://github.com/tom-pryor "tom-pryor (1 commits)")

### Embed Badge

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

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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