PHPackages                             hjmsw/sendgrid-event-api - 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. hjmsw/sendgrid-event-api

ActiveLibrary[API Development](/categories/api)

hjmsw/sendgrid-event-api
========================

017PHP

Since Aug 4Pushed 7y ago1 watchersCompare

[ Source](https://github.com/hjmsw/laravel-sendgrid-event-notification-api)[ Packagist](https://packagist.org/packages/hjmsw/sendgrid-event-api)[ RSS](/packages/hjmsw-sendgrid-event-api/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

SendGrid Event API
==================

[](#sendgrid-event-api)

Description
-----------

[](#description)

A Laravel package that consumes [SendGrid webhook events](https://sendgrid.com/docs/API_Reference/Event_Webhook/event.html)and makes them available via an API interface.

Access via REST API (disabled by default) or access package classes directly.

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

[](#installation)

To get the latest version, simply require the project using [Composer](https://getcomposer.org):

```
$ composer require hjmsw/sendgrid-event-api
```

Database migrations are included in `database/migrations`. To run them, execute:

```
$ php artisan migrate
```

### REST API

[](#rest-api)

REST API access is disabled by default. If you need access to this, first publish the package config file:

```
$ php artisan vendor:publish
```

Select the `Provider: Hjmsw\SendGridEventApi\Providers\SendGridEventProvider` option. You should now have a file named `sendgrid_event_api.php` in your app's `config` directory.

Change the value of `enable_rest_access` to `true` to enable.

You should now be able to access event data by making calls to (get) /events

License
-------

[](#license)

This package is licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2072084?v=4)[James Harding](/maintainers/hjmsw)[@hjmsw](https://github.com/hjmsw)

---

Top Contributors

[![hjmsw](https://avatars.githubusercontent.com/u/2072084?v=4)](https://github.com/hjmsw "hjmsw (9 commits)")

### Embed Badge

![Health badge](/badges/hjmsw-sendgrid-event-api/health.svg)

```
[![Health](https://phpackages.com/badges/hjmsw-sendgrid-event-api/health.svg)](https://phpackages.com/packages/hjmsw-sendgrid-event-api)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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