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.0k3[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 1mo 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

32

—

LowBetter than 72% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

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

791d 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

[synergitech/laravel-postal

This library integrates Postal with the standard Laravel mail framework.

38107.1k](/packages/synergitech-laravel-postal)[martian/spammailchecker

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

422.0k](/packages/martian-spammailchecker)[hafael/azure-mailer-driver

Supercharge your Laravel or Symfony app with Microsoft Azure Communication Services (ACS)! Effortlessly add email, chat, voice, video, and telephony-over-IP for next-level communication. 🚀

14109.2k](/packages/hafael-azure-mailer-driver)[princealikhan/laravel-mautic-api

Free and Open Source Marketing Automation API

415.9k](/packages/princealikhan-laravel-mautic-api)[juanparati/brevosuite

Complete Brevo integration with Laravel

1010.8k](/packages/juanparati-brevosuite)[misma/laravel-mailpeek

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

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

PHPackages © 2026

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