PHPackages                             doitcloud/email-service - 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. doitcloud/email-service

ActiveLaravel-library

doitcloud/email-service
=======================

This package install the controllers to send emails from a connected app in office365

v1.0.1-beta(7mo ago)0985MITPHP

Since Sep 14Pushed 7mo agoCompare

[ Source](https://github.com/DoITCloudConsulting/EmailService)[ Packagist](https://packagist.org/packages/doitcloud/email-service)[ RSS](/packages/doitcloud-email-service/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Doitcloud Email Services
========================

[](#doitcloud-email-services)

A Laravel package that provides email service integrations with configurable API keys, endpoints, and options.

---

🚀 Installation
--------------

[](#-installation)

Require the package via Composer:

```
composer require doitcloud/email-service
```

Publish the config file:

```
php artisan vendor:publish --tag=emailservice-config
```

Set the configuration values in the `config/emailservice.php` file.

📝 Configuration
---------------

[](#-configuration)

The following configuration values are available:

- `tenant_id`
- `client_id`
- `client_secret`
- `scope`
- `login_domain`
- `path`
- `send_email_url`

📝 Usage
-------

[](#-usage)

```
use Doitcloud\EmailService\Http\Controllers\SendEmail;

$sendEmail = new SendEmail();
$sendEmail->send();
```

📝 License
---------

[](#-license)

MIT

📝 Support
---------

[](#-support)

For support, please open an issue on GitHub.

📝 Contributing
--------------

[](#-contributing)

Please submit pull requests for new features and bug fixes.

📝 Credits
---------

[](#-credits)

- [Hugo Hernandez](https://github.com/hugohernandez)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance63

Regular maintenance activity

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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

Unknown

Total

1

Last Release

238d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1db1b61820729ad581078c3b557ca6eff5dac584be258f5cebd48939bf26c067?d=identicon)[hugohernandez](/maintainers/hugohernandez)

---

Top Contributors

[![hugohernandezfcc](https://avatars.githubusercontent.com/u/13458600?v=4)](https://github.com/hugohernandezfcc "hugohernandezfcc (1 commits)")[![joelvegas20](https://avatars.githubusercontent.com/u/94265654?v=4)](https://github.com/joelvegas20 "joelvegas20 (1 commits)")

### Embed Badge

![Health badge](/badges/doitcloud-email-service/health.svg)

```
[![Health](https://phpackages.com/badges/doitcloud-email-service/health.svg)](https://phpackages.com/packages/doitcloud-email-service)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k20](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)

PHPackages © 2026

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