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

AbandonedArchivedLibrary[API Development](/categories/api)

anakadote/bamlt
===============

Send a lead to the default BAM Lead Tracker web service.

01.3kPHP

Since Jul 8Pushed 4y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

BAM Lead Tracker Service Class
==============================

[](#bam-lead-tracker-service-class)

Send a lead to the default BAM Lead Tracker web service.

Begin by installing this package through Composer. Edit your project's `composer.json` file to require `anakadote/bamlt`.

```
"require": {
	"anakadote/bamlt": "dev-master"
}

```

Next, update Composer from the Terminal:

```
composer update

```

Usage
-----

[](#usage)

There is one public method available, **send(string $uri, array $input, $is\_client\_uri = false)**, which takes three parameters:

1. **$uri** - (required) BAM Lead Tracker URI
2. **$input** - (required)
3. **$is\_client\_uri** - true for a Client URI, false for a Store URI

    with(new BAMLT)-&gt;send(BAMLT\_URI, $input);

### Laravel

[](#laravel)

To use with Laravel, add the service provider. Open `config/app.php` and add a new item to the providers array.

```
Anakadote\BAMLT\BAMLTServiceProvider::class

```

This package is also accessible via a Laravel Facade so to use simply call its methods on the Facade "BAMLT":

```
BAMLT::send(env('BAMLT_URI'), $request->all())

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 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/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 (6 commits)")

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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