PHPackages                             mrprompt/silex-sendgrid - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. mrprompt/silex-sendgrid

ActiveLibrary[HTTP &amp; Networking](/categories/http)

mrprompt/silex-sendgrid
=======================

Silex SendGrid Provider

26583PHP

Since Oct 21Pushed 9y agoCompare

[ Source](https://github.com/mrprompt/Silex-Sendgrid)[ Packagist](https://packagist.org/packages/mrprompt/silex-sendgrid)[ RSS](/packages/mrprompt-silex-sendgrid/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Silex SendGrid Provider
=======================

[](#silex-sendgrid-provider)

[![Build Status](https://camo.githubusercontent.com/54e7d4a49b851c9bc941052432aa7e4f05949b83fa4c3ea5489a2e63cab19971/68747470733a2f2f7472617669732d63692e6f72672f53696c6578467269656e64732f53656e64677269642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/SilexFriends/Sendgrid)[![Code Climate](https://camo.githubusercontent.com/ac7548e23584a91deb8dfe664e320b24d8bbeb2feee4f559191f70fa5e4aeb8f/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f53696c6578467269656e64732f53656e64677269642f6261646765732f6770612e737667)](https://codeclimate.com/github/SilexFriends/Sendgrid)[![Test Coverage](https://camo.githubusercontent.com/b063a28d7c69a74a67d7f4fdd109911a2355b0e96c257a87f37db68371afb141/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f53696c6578467269656e64732f53656e64677269642f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/SilexFriends/Sendgrid/coverage)[![Issue Count](https://camo.githubusercontent.com/0490a044b3a94ff96a7150a28671041b1430e00bd0a80c542f0079910a52ecb6/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f53696c6578467269656e64732f53656e64677269642f6261646765732f69737375655f636f756e742e737667)](https://codeclimate.com/github/SilexFriends/Sendgrid)

Install
-------

[](#install)

```
composer require mrprompt/silex-sendgrid

```

Usage
-----

[](#usage)

```
use SilexFriends\SendGrid\SendGrid as SendGridServiceProvider;

$app->register(
    new SendGridServiceProvider(
        $api_name,
        $api_key
    )
);

$app['sendgrid'](
    'foo@bar.bar', // to
    'noreply@foobar', // from
    'template-name', // template name
    ['name' => ['Foo Bar']] // template tags
);

```

Tests
-----

[](#tests)

```
./vendor/bin/phpunit

```

License
-------

[](#license)

MIT

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

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/9d08744966e0d5783569605da853ef945dadac0be0f613f2eba6a052861d937a?d=identicon)[mrprompt](/maintainers/mrprompt)

---

Top Contributors

[![mrprompt](https://avatars.githubusercontent.com/u/166088?v=4)](https://github.com/mrprompt "mrprompt (8 commits)")

### Embed Badge

![Health badge](/badges/mrprompt-silex-sendgrid/health.svg)

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

###  Alternatives

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M317](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M292](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

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