PHPackages                             findforsikring/leadvalidator-clients - 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. findforsikring/leadvalidator-clients

ActiveLibrary

findforsikring/leadvalidator-clients
====================================

Wrapper for Leadvalidator API

1.0.2(8y ago)04.0kPHP

Since May 15Pushed 8y ago4 watchersCompare

[ Source](https://github.com/Findforsikring/LeadValidator-Clients)[ Packagist](https://packagist.org/packages/findforsikring/leadvalidator-clients)[ RSS](/packages/findforsikring-leadvalidator-clients/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (7)Used By (0)

LeadValidator Clients
=====================

[](#leadvalidator-clients)

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

[](#installation)

```
$ composer require findforsikring/leadvalidator-clients

```

Lead source usage
-----------------

[](#lead-source-usage)

```
$client = new \LeadValidator\SourceClient("api token");

// List available campaigns
$campaigns = $client->getCampaigns();

// Detailed campaign info
$campaign = $client->getCampaign(12);

/*
 * Post a lead
 * 1st parameter is campaign ID.
 * 2nd parameter must use keys defined in the campaign
 */
$success = $client->postLead(12, [
    'name' => 'Lead name',
    'phone' => '12345678',
    'email' => 'test@test.com'
]);
```

Lead customer usage
-------------------

[](#lead-customer-usage)

```
$client = new \LeadValidator\CustomerClient("api token");

/*
 * Get all new leads (not delivered yet)
 * Optionally limit by campaign or source
 * Optional pagination
 */
$leads = $client->getNewLeads();

/*
 * Get all leads from a period
 * Limit by creation-time or delivery-time
 * Optionally limit by campaign or source
 * Optional pagination
 */
$leads = $client->getLeadsFromPeriod();
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity67

Established project with proven stability

 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 ~0 days

Total

6

Last Release

3282d ago

Major Versions

0.1.2 → 1.02017-05-15

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6514342?v=4)[Morten Scheel](/maintainers/mortenscheel)[@mortenscheel](https://github.com/mortenscheel)

---

Top Contributors

[![mortenscheel](https://avatars.githubusercontent.com/u/6514342?v=4)](https://github.com/mortenscheel "mortenscheel (7 commits)")

### Embed Badge

![Health badge](/badges/findforsikring-leadvalidator-clients/health.svg)

```
[![Health](https://phpackages.com/badges/findforsikring-leadvalidator-clients/health.svg)](https://phpackages.com/packages/findforsikring-leadvalidator-clients)
```

PHPackages © 2026

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