PHPackages                             evodelavega/sendgrid-web - 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. evodelavega/sendgrid-web

ActiveLibrary[API Development](/categories/api)

evodelavega/sendgrid-web
========================

A simple API wrapper, focussed on sendgrid's web api

26531PHP

Since Sep 30Pushed 11y ago1 watchersCompare

[ Source](https://github.com/EVODelavega/sendgrid-web)[ Packagist](https://packagist.org/packages/evodelavega/sendgrid-web)[ RSS](/packages/evodelavega-sendgrid-web/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

sendgrid-web
============

[](#sendgrid-web)

wrapper for the sendgrid web API (get bounce lists, statistics, invalid emails, etc...)

Usage
-----

[](#usage)

Using the api couldn't be simpler: just create a `Config` instance, by passing an array with a `user` and `pass` key (with optional `baseUrl` and `output` keys if required). This object should then be passed to any Api class you need to use. Each class implements the basic API-calls, implemented as methods, and some helper methods. For example, the `Block` api has a `delete` call, which deletes an email address. This wrapper implements a `deleteEmail` method that maps to this call, but also implements a `deleteEmails` method. This method allows you to pass an array of email addresses, instead of having to call the API one by one.

The `example.php` file requires a `example_params.json` file, containing the config you want to use. The json file is added to .gitignore, so no worries about accidental commits there. An example of this json file:

```
{"user": "username", "pass": "MyPassword", "baseUrl": "https://my.sendgrid.url/api/"}
```

Note the format of the baseUrl parameter.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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://www.gravatar.com/avatar/9c73c003b0998db6bb05f9813b2f08c9deb423182f40eefd1407b258791e6a50?d=identicon)[EVODelavega](/maintainers/EVODelavega)

---

Top Contributors

[![EVODelavega](https://avatars.githubusercontent.com/u/647725?v=4)](https://github.com/EVODelavega "EVODelavega (1 commits)")

### Embed Badge

![Health badge](/badges/evodelavega-sendgrid-web/health.svg)

```
[![Health](https://phpackages.com/badges/evodelavega-sendgrid-web/health.svg)](https://phpackages.com/packages/evodelavega-sendgrid-web)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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