PHPackages                             vincent-tarrit/infomaniak-newsletter-laravel - 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. vincent-tarrit/infomaniak-newsletter-laravel

ActiveLibrary[API Development](/categories/api)

vincent-tarrit/infomaniak-newsletter-laravel
============================================

A laravel package to use the newsletter product of infomaniak

010PHP

Since Jul 23Pushed 2y ago1 watchersCompare

[ Source](https://github.com/vincent-tarrit/infomaniak-newsletter-laravel)[ Packagist](https://packagist.org/packages/vincent-tarrit/infomaniak-newsletter-laravel)[ RSS](/packages/vincent-tarrit-infomaniak-newsletter-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

A laravel package to use the newsletter product of infomaniak
=============================================================

[](#a-laravel-package-to-use-the-newsletter-product-of-infomaniak)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3ff6f7eec823fcb570a2f1ec8eb6648356fa047513a8234ffe86ef71c5ddd6f1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f76696e63656e742d7461727269742f696e666f6d616e69616b2d6e6577736c65747465722d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vincent-tarrit/infomaniak-newsletter-laravel)[![GitHub Tests Action Status](https://camo.githubusercontent.com/63ff95362e2e38f44e5885fb89dde3c14e258a787d53e19cc5fd41d416adcf92/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f76696e63656e742d7461727269742f696e666f6d616e69616b2d6e6577736c65747465722d6c61726176656c2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/vincent-tarrit/infomaniak-newsletter-laravel/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/b3422852ae428dbc35027529091463e9f7e38fe6e95824013516bb6c075bae7d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f76696e63656e742d7461727269742f696e666f6d616e69616b2d6e6577736c65747465722d6c61726176656c2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/vincent-tarrit/infomaniak-newsletter-laravel/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/e00063e6ac5d2dcef9ee678586e55e4edec8b06fdaec478b48fed897476cae7c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f76696e63656e742d7461727269742f696e666f6d616e69616b2d6e6577736c65747465722d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vincent-tarrit/infomaniak-newsletter-laravel)

This package is under development.

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

[](#installation)

You can install the package via composer:

```
composer require vincent-tarrit/infomaniak-newsletter-laravel
```

You can publish the config file with:

```
php artisan vendor:publish --tag="infomaniak-newsletter-laravel-config"
```

This is the contents of the published config file:

```
return [
    'default_domain_id' => env('INFOMANIAK_NEWSLETTER_DEFAULT_DOMAIN_ID'),
    'client' => env('INFOMANIAK_NEWSLETTER_CLIENT'),
    'secret' => env('INFOMANIAK_NEWSLETTER_SECRET'),
    'test_email' => env('INFOMANIAK_NEWSLETTER_TEST_EMAIL'),
];
```

Usage
-----

[](#usage)

```
$campaign = Newsletter::campaigns()
  ->make()
  ->subject("test")
  ->content("test")
  ->emailFromName('NAME')
  ->emailFromAddr('username')
  ->lang('fr')
  ->groups([123456])
  ->send();
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [vincent-tarrit](https://github.com/vincent-tarrit)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 Bus Factor1

Top contributor holds 93.9% 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/22bc0f6c9aa1e3afd6b09879df8741d56a34ee00b0364f1b0aff260bd0d65c24?d=identicon)[vincent-tarrit](/maintainers/vincent-tarrit)

---

Top Contributors

[![vincent-tarrit](https://avatars.githubusercontent.com/u/91567748?v=4)](https://github.com/vincent-tarrit "vincent-tarrit (31 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/vincent-tarrit-infomaniak-newsletter-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/vincent-tarrit-infomaniak-newsletter-laravel/health.svg)](https://phpackages.com/packages/vincent-tarrit-infomaniak-newsletter-laravel)
```

###  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)
