PHPackages                             jobin/engagespot - 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. jobin/engagespot

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

jobin/engagespot
================

EngageSpot Laravel Integration

215PHP

Since Jul 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Jobin-Jas/jobin-engagespot)[ Packagist](https://packagist.org/packages/jobin/engagespot)[ RSS](/packages/jobin-engagespot/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

jobin-engagespot
================

[](#jobin-engagespot)

EngageSpot Laravel Integration

What It Does
------------

[](#what-it-does)

This package allows you to manage your [Engagespot](https://engagespot.co) notifications easly.

### Installation

[](#installation)

1 - You can install the package via composer:

```
composer require jobin/engagespot

```

2 - You will need to manually register Service Provider by adding it in config/app.php providers array.

```
'providers' => [
    //...
    \Jasjbn\Engagespot\EngagespotServiceProvider::class,
]

```

In Laravel 5.5 and above the service provider automatically.

3 - Now publish the config file for engagespot:

```
php artisan vendor:publish --provider="Jasjbn\Engagespot\EngagespotServiceProvider"

```

Getting Started
---------------

[](#getting-started)

1. After package installation now add `X-ENGAGESPOT-API-KEY'` and `X-ENGAGESPOT-API-SECRET` on config\\engagespot.php file or you can directly update in your `.env` file by adding like.

```
X_ENGAGESPOT_API_SECRET = XXXXXXXXXXXXXXXXX
X_ENGAGESPOT_API_KEY' = XXXXXXXXXXXXX

```

### Send Your Notification

[](#send-your-notification)

```
use Jasjbn\Engagespot\Engagespot;

$engagespot = new Engagespot();

$engagespot->title = 'Test Notification';
$engagespot->message = "hey this is a test notification "
$engagespot->recipients = array("user@test.com","userone@test.com")
$engagespot->url = 'https://www.google.com';
$engagespot->icon = 'https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png';
$engagespot->channels = array('email','webPush');
$engagespot->SendGridObject = object(//send grid object)

$engagespot->send();

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/1f5a5826bb27448886fb2fbefb8f9f797b4e74bf16fcfb068c3602185b685770?d=identicon)[jasjbn](/maintainers/jasjbn)

---

Top Contributors

[![Jobin-Jas](https://avatars.githubusercontent.com/u/70318413?v=4)](https://github.com/Jobin-Jas "Jobin-Jas (11 commits)")[![jobin-404](https://avatars.githubusercontent.com/u/129726530?v=4)](https://github.com/jobin-404 "jobin-404 (10 commits)")

---

Tags

engagespotlaravelnotificationsphp

### Embed Badge

![Health badge](/badges/jobin-engagespot/health.svg)

```
[![Health](https://phpackages.com/badges/jobin-engagespot/health.svg)](https://phpackages.com/packages/jobin-engagespot)
```

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)

PHPackages © 2026

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