PHPackages                             tagmydoc/leadfox-sdk-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. tagmydoc/leadfox-sdk-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tagmydoc/leadfox-sdk-php
========================

LeadFox PHP SDK

0.2.1(2y ago)084MITPHP

Since Apr 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/tagmydoc/leadfox-sdk-php)[ Packagist](https://packagist.org/packages/tagmydoc/leadfox-sdk-php)[ RSS](/packages/tagmydoc-leadfox-sdk-php/feed)WikiDiscussions main Synced yesterday

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

[LeadFox](https://www.leadfox.co) PHP API
=========================================

[](#leadfox-php-api)

A beautiful, extendable API powered by [Saloon](https://github.com/sammyjo20/saloon).

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

[](#installation)

```
composer require tagmydoc/leadfox-sdk-php
```

Usage
-----

[](#usage)

```
use TagMyDoc\LeadFox\LeadFoxClient;

$client = new LeadFoxClient('YOUR_API_KEY', 'YOUR_SECRET_KEY');

// Contacts API
$client->contacts()->all(email: 'example@example.com');
$client->contacts()->get('64400000f00000a0000fffff');
$client->contacts()->create('example@example.com', ['name' => 'John Smith']);
$client->contacts()->update('64400000f00000a0000fffff', ['name' => 'John Smith']);
$client->contacts()->upsert('example@example.com', ['name' => 'John Smith']);
$client->contacts()->delete('64400000f00000a0000fffff');
```

Credits
-------

[](#credits)

- [Alexandre Demers](https://github.com/alexdemers)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

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

Every ~86 days

Total

3

Last Release

988d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1834344?v=4)[Alex Demers](/maintainers/alexdemers)[@alexdemers](https://github.com/alexdemers)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/tagmydoc-leadfox-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/tagmydoc-leadfox-sdk-php/health.svg)](https://phpackages.com/packages/tagmydoc-leadfox-sdk-php)
```

###  Alternatives

[brussens/yii2-maintenance-mode

Maintenance mode component for Yii framework 2.x.x version.

78263.0k5](/packages/brussens-yii2-maintenance-mode)[jdsdev/craft-embedder

Generate video embed code.

6910.4k](/packages/jdsdev-craft-embedder)

PHPackages © 2026

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