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. [Database &amp; ORM](/categories/database)
4. /
5. databowl/databowl-php

ActiveLibrary[Database &amp; ORM](/categories/database)

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 3w 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 31% 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

4336d 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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[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)
