PHPackages                             artisticbird-tech/lead-api - 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. artisticbird-tech/lead-api

ActiveLibrary[API Development](/categories/api)

artisticbird-tech/lead-api
==========================

Lead API Package

v1.0.0(yesterday)01↑2900%MITPHP

Since Jun 19Pushed yesterdayCompare

[ Source](https://github.com/Artisticbird-Tech-Pvt-Ltd/LeadApI)[ Packagist](https://packagist.org/packages/artisticbird-tech/lead-api)[ RSS](/packages/artisticbird-tech-lead-api/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

ArtisticBird Lead API
=====================

[](#artisticbird-lead-api)

Simple Laravel package to send leads directly to the ArtisticBird CRM.

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

[](#requirements)

- PHP 8.1+
- Laravel 9, 10, 11, or 12

---

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

[](#installation)

Install the package using Composer:

```
composer require artisticbird-tech/lead-api
```

Publish the configuration file:

```
php artisan vendor:publish --tag=leadapi-config
```

---

Configuration
-------------

[](#configuration)

Add your API key to your `.env` file.

```
LEAD_API_KEY=YOUR_API_KEY
```

> Contact ArtisticBird support to obtain your API key.

---

Usage
-----

[](#usage)

### Basic Example

[](#basic-example)

```
use ArtisticBird\LeadApi\LeadApi;

$response = LeadApi::store([
    'name' => 'John Doe',
    'email' => 'john@example.com',
    'phone' => '9999999999',
]);
```

### Advanced Example

[](#advanced-example)

```
use ArtisticBird\LeadApi\LeadApi;

$response = LeadApi::store([
    'name' => 'John Doe',
    'email' => 'john@example.com',
    'phone' => '9999999999',
    'source' => 'website',
    'priority' => 'cold',
    'status' => 'new',
    'extra' => [
        'company' => 'Example Ltd',
        'message' => 'Interested in your services',
    ],
]);
```

---

Supported Fields
----------------

[](#supported-fields)

FieldTypeRequirednamestringYesemailstringNophonestringNosourcestringNoprioritystringNostatusstringNoextraarrayNo---

Response Example
----------------

[](#response-example)

```
[
    'status' => 200,
    'success' => true,
    'data' => [
        'success' => true,
        'message' => 'Lead stored successfully',
        'lead_id' => 123
    ]
]
```

---

Support
-------

[](#support)

For API key requests or technical support, please contact:

---

License
-------

[](#license)

MIT License

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance100

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity33

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1e2f4e0bb80a7cdcc1da07c4ff58727bf1b1f39f948d57a65c1f4f4752197641?d=identicon)[Artistic-Bird-Tech](/maintainers/Artistic-Bird-Tech)

---

Top Contributors

[![adityasharma-entraenlared](https://avatars.githubusercontent.com/u/229746465?v=4)](https://github.com/adityasharma-entraenlared "adityasharma-entraenlared (4 commits)")

### Embed Badge

![Health badge](/badges/artisticbird-tech-lead-api/health.svg)

```
[![Health](https://phpackages.com/badges/artisticbird-tech-lead-api/health.svg)](https://phpackages.com/packages/artisticbird-tech-lead-api)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)[200mph/tnt-express-connect

TNT ExpressConnect (API) client

2228.2k](/packages/200mph-tnt-express-connect)

PHPackages © 2026

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