PHPackages                             linkage/sendgrid-marketing-campaign-api-client - 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. linkage/sendgrid-marketing-campaign-api-client

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

linkage/sendgrid-marketing-campaign-api-client
==============================================

simple php client for sendgrid marketing campaign apis

v1.3.0(3mo ago)016.0k↓67.7%2[1 PRs](https://github.com/77web/sendgrid-marketing-campaign-api-php-client/pulls)MITPHPPHP ^8.3CI passing

Since Nov 14Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/77web/sendgrid-marketing-campaign-api-php-client)[ Packagist](https://packagist.org/packages/linkage/sendgrid-marketing-campaign-api-client)[ RSS](/packages/linkage-sendgrid-marketing-campaign-api-client/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (11)Versions (6)Used By (0)

simple php client for sendgrid marketing campaign apis
======================================================

[](#simple-php-client-for-sendgrid-marketing-campaign-apis)

installation
------------

[](#installation)

```
composer require linkage/sendgrid-marketing-campaign-api-client
```

usage
-----

[](#usage)

```
$apiKey = 'get your api key from sendgrid admin screen';

$sendgridClient = new \Linkage\SendgridMarketingCampaignApiClient\Client(
    new \Linkage\SendgridMarketingCampaignApiClient\SendgridApiRequester($apiKey),
);
try {
    $sendgridClient->createContactList(
        new \Linkage\SendgridMarketingCampaignApiClient\ContactList\CreateContactListRequest('my new contact list'),
    );
} catch (\Linkage\SendgridMarketingCampaignApiClient\SendgridApiClientException $e) {
    // handle client error
} catch (\Linkage\SendgridMarketingCampaignApiClient\SendgridApiServerException $e) {
    // handle server error
}
```

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance82

Actively maintained with recent releases

Popularity27

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~289 days

Total

4

Last Release

95d ago

PHP version history (2 changes)v1.0.0PHP ^8.2

v1.3.0PHP ^8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/144969384?v=4)[nanaweb](/maintainers/nanaweb)[@nanaweb](https://github.com/nanaweb)

---

Top Contributors

[![77web](https://avatars.githubusercontent.com/u/296615?v=4)](https://github.com/77web "77web (67 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/linkage-sendgrid-marketing-campaign-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/linkage-sendgrid-marketing-campaign-api-client/health.svg)](https://phpackages.com/packages/linkage-sendgrid-marketing-campaign-api-client)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M737](/packages/sylius-sylius)[api-platform/core

Build a fully-featured hypermedia or GraphQL API in minutes!

2.6k51.2M339](/packages/api-platform-core)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M577](/packages/shopware-core)

PHPackages © 2026

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