PHPackages                             anakadote/bamlt-v2 - 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. anakadote/bamlt-v2

ActiveLibrary[API Development](/categories/api)

anakadote/bamlt-v2
==================

Send a lead to the BAM LeadTracker v2 API.

1.0.3(3y ago)091MITPHPPHP &gt;=7.1.0

Since Apr 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/anakadote/bamlt-v2)[ Packagist](https://packagist.org/packages/anakadote/bamlt-v2)[ RSS](/packages/anakadote-bamlt-v2/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

BAM LeadTracker v2 Service Class
================================

[](#bam-leadtracker-v2-service-class)

Send a lead to the BAM LeadTracker v2 API.

Begin by installing this package through Composer via the terminal.

```
composer require anakadote/bamlt-v2

```

Usage
-----

[](#usage)

There is one public method available, **send(array $input)**

```
use Anakadote\BAMLTV2\BAMLTV2;

$bamlt = new BAMLTV2(BAMLT_API_KEY);
$bamlt->send([
    'firstName' => 'Taylor',
    'lastName' => 'Collins',
    'postalCode' => 15243,
    'phone' => '4125551212',
]);

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Every ~114 days

Total

4

Last Release

1133d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2798169?v=4)[Taylor Collins](/maintainers/anakadote)[@anakadote](https://github.com/anakadote)

---

Top Contributors

[![anakadote](https://avatars.githubusercontent.com/u/2798169?v=4)](https://github.com/anakadote "anakadote (8 commits)")

---

Tags

laravel

### Embed Badge

![Health badge](/badges/anakadote-bamlt-v2/health.svg)

```
[![Health](https://phpackages.com/badges/anakadote-bamlt-v2/health.svg)](https://phpackages.com/packages/anakadote-bamlt-v2)
```

###  Alternatives

[rakibdevs/openweather-laravel-api

Laravel package to connect https://openweathermap.org/ to get customized weather data for any location on the globe immediately

7648.2k](/packages/rakibdevs-openweather-laravel-api)

PHPackages © 2026

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