PHPackages                             plutolinks/laravel-loops - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. plutolinks/laravel-loops

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

plutolinks/laravel-loops
========================

v0.1.0(2y ago)610.3k3[1 issues](https://github.com/hosmelq/laravel-loops/issues)[1 PRs](https://github.com/hosmelq/laravel-loops/pulls)MITPHPPHP ^8.1CI failing

Since Mar 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/hosmelq/laravel-loops)[ Packagist](https://packagist.org/packages/plutolinks/laravel-loops)[ RSS](/packages/plutolinks-laravel-loops/feed)WikiDiscussions main Synced 2w ago

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

Laravel Loops
=============

[](#laravel-loops)

Introduction
------------

[](#introduction)

The Laravel Loops SDK provides an expressive interface for interacting with [Loops](https://loops.so)'s API.

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

[](#requirements)

Requires PHP 8.1+

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

[](#installation)

You may install Loops into your project using the Composer package manager:

```
composer require plutolinks/laravel-loops
```

If you wish, you can also publish Loops's configuration file using the `vendor:publish` Artisan command:

```
php artisan vendor:publish --tag="loops-config"
```

Next, you should configure your Loops API key in your application's .env file:

```
LOOPS_API_KEY=your-loops-api-key
```

Usage
-----

[](#usage)

You can use the Loops facade like so:

```
use PlutoLinks\Loops\Laravel\Facades\Loops;

$response = Loops::contacts()->create([
    'email' => 'john@example.com',
    'firstName' => 'John',
]);
```

For usage examples, take a look at the [plutolinks/loops-php](https://github.com/plutolinks/loops-php) repository.

Credits
-------

[](#credits)

- [Hosmel Quintana](https://github.com/hosmelq)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

30

—

LowBetter than 61% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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

890d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/97fd048037c6d5ccfeebf11961838d5db2dca1baca14fefa373230b301389a03?d=identicon)[hosmelq](/maintainers/hosmelq)

---

Top Contributors

[![hosmelq](https://avatars.githubusercontent.com/u/1166143?v=4)](https://github.com/hosmelq "hosmelq (2 commits)")[![dbfx](https://avatars.githubusercontent.com/u/182394?v=4)](https://github.com/dbfx "dbfx (1 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (1 commits)")

---

Tags

emaillaravelloopsmarketingphptransactionalphplaravelemailmarketingtransactionalloopsplutolinks

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/plutolinks-laravel-loops/health.svg)

```
[![Health](https://phpackages.com/badges/plutolinks-laravel-loops/health.svg)](https://phpackages.com/packages/plutolinks-laravel-loops)
```

###  Alternatives

[firefly-iii/data-importer

Firefly III Data Import Tool.

8165.8k](/packages/firefly-iii-data-importer)[martian/spammailchecker

A laravel package that protect users from entering non-existing/spam email addresses.

432.3k](/packages/martian-spammailchecker)[juanparati/brevosuite

Complete Brevo integration with Laravel

1016.0k](/packages/juanparati-brevosuite)[mydnic/laravel-subscribers

Easily Manage Internal Newsletter Subscribers in Laravel — with campaigns, mail sending, and tracking

265.1k](/packages/mydnic-laravel-subscribers)[misma/laravel-mailpeek

MailPeek provides a simple local inbox right in your browser to enable you preview emails being sent from your application.

212.1k](/packages/misma-laravel-mailpeek)

PHPackages © 2026

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