PHPackages                             martin-ro/laravel-instantly - 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. martin-ro/laravel-instantly

ActiveLibrary[API Development](/categories/api)

martin-ro/laravel-instantly
===========================

Client for Laravel that allows you to interact with the Instantly.ai API

v0.0.2(2y ago)06MITPHPPHP ^8.2

Since Aug 31Pushed 2y ago1 watchersCompare

[ Source](https://github.com/martin-ro/laravel-instantly)[ Packagist](https://packagist.org/packages/martin-ro/laravel-instantly)[ RSS](/packages/martin-ro-laravel-instantly/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (4)Used By (0)

Laravel Instantly
=================

[](#laravel-instantly)

Simple Laravel API wrapper for [Instantly.ai](https://instantly.ai/) email marketing tool.

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

[](#installation)

You can install the package via composer:

```
composer require martin-ro/laravel-instantly
```

You can publish the config file with:

```
php artisan vendor:publish --provider="MartinRo\Instantly\InstantlyServiceProvider"
```

This is the contents of the published config file:

```
return [
    'api_key' => env('INSTANTLY_API_KEY'),
];
```

Usage
-----

[](#usage)

Initialize the client:

```
use MartinRo\Instantly\InstantlyClient;

$client = new InstantlyClient();
```

Available methods: [See Instantly docs](https://developer.instantly.ai/campaign).

```
$client->getWorkspace();

$client->listCampaigns();

$client->getCampaignName(string $campaignId);

$client->setCampaignName(string $campaignId, $newName);

$client->getCampaignStatus(string $campaignId);

$client->getCampaignAccounts(string $campaignId);

$client->setCampaignAccounts(string $campaignId, array $accounts);

$client->addCampaignAccount(string $campaignId, string $account);

$client->removeCampaignAccount(string $campaignId, string $account);

$client->launchCampaign(string $campaignId);

$client->pauseCampaign(string $campaignId);

$client->getCampaignSummary(string $campaignId);

$client->getCampaignCount(Carbon $start, Carbon $end);

$client->addLeadsToCampaign(string $campaignId, array $leads, bool $skipIfInWorkspace = true);

$client->getLead(string $email, string $campaignId = null);

$client->deleteLead(array $deleteList, bool $deleteAllFromCompany = false, string $campaignId = null);

$client->updateLeadStatus(string $campaignId, string $email, string $newStatus);

$client->setLeadVariable(string $campaignId, string $email, array $variables);

$client->updateLeadVariable(string $campaignId, string $email, array $variables);

$client->deleteLeadVariable(string $campaignId, string $email, array $variables);

$client->addToBlocklist(array $entries);

$client->deleteFromBlocklist(array $entries);

$client->listAccounts(int $limit = 10, int $skip = 0);

$client->checkAccountVitals(array $accounts);

$client->getAccountStatus(string $email);

$client->enableAccountWarmup(string $email);

$client->pauseAccountWarmup(string $email);

$client->markAccountsFixed(string $email = '');

$client->deleteAccount(string $email);
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Total

2

Last Release

985d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f9dd37cdb7c5679e5d91463b4b5cfded38fbfce46919242560161aa9f95f0166?d=identicon)[martin-ro](/maintainers/martin-ro)

---

Top Contributors

[![martin-ro](https://avatars.githubusercontent.com/u/10107779?v=4)](https://github.com/martin-ro "martin-ro (5 commits)")

---

Tags

phpapiclientsdkinstantly

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/martin-ro-laravel-instantly/health.svg)

```
[![Health](https://phpackages.com/badges/martin-ro-laravel-instantly/health.svg)](https://phpackages.com/packages/martin-ro-laravel-instantly)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[kunalvarma05/dropbox-php-sdk

Dropbox PHP API V2 SDK (Unofficial)

3633.0M18](/packages/kunalvarma05-dropbox-php-sdk)[resend/resend-laravel

Resend for Laravel

1191.4M6](/packages/resend-resend-laravel)[resend/resend-php

Resend PHP library.

564.7M21](/packages/resend-resend-php)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[gemini-api-php/laravel

Gemini API client for Laravel

8915.7k](/packages/gemini-api-php-laravel)

PHPackages © 2026

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