PHPackages                             sinevia/php-library-contact-as-a-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sinevia/php-library-contact-as-a-service

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sinevia/php-library-contact-as-a-service
========================================

PHP Library. Contact as a Service

v1.4.0(5y ago)02321proprietaryPHP

Since Dec 18Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Sinevia/php-library-contact-as-a-service)[ Packagist](https://packagist.org/packages/sinevia/php-library-contact-as-a-service)[ Docs](http://github.com/sinevia/php-library-contact-as-a-service)[ RSS](/packages/sinevia-php-library-contact-as-a-service/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)DependenciesVersions (3)Used By (0)

PHP Library. Contact-as-a-Service
=================================

[](#php-library-contact-as-a-service)

A PHP library to provide contact-as-a-service. Contact form requests are sent to the sender's email address to be verified prior to sending to the final recipient.

Usage
-----

[](#usage)

```
$response = Sinevia\ContactAsAService::send([
   'From' => 'from@test.com',
   'To' => 'to@test.com',
   'Cc' => 'cc@test.com',
   'Bcc' => 'bcc@test.com',
   'Text' => 'Text',
   'Html' => 'Html',
   'Subject' => 'Subject',
   'Origin' => 'Name of Contact Form',
]);

if ($response['status'] == "success") {
    $message = 'Your request was successfully received. Before we process it further, check your email and click the confirmation link we have sent to you!';
} else {
    $message = 'Your request failed to be send. Please try again later!';
}
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 90.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.

###  Release Activity

Cadence

Every ~653 days

Total

2

Last Release

2049d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d935723d26f92caa8fb66c4a44cf1995c488734b54e36f5b616ac290a109ab59?d=identicon)[sinevia](/maintainers/sinevia)

---

Top Contributors

[![Sinevia](https://avatars.githubusercontent.com/u/3450815?v=4)](https://github.com/Sinevia "Sinevia (10 commits)")[![lesichkovm](https://avatars.githubusercontent.com/u/7744963?v=4)](https://github.com/lesichkovm "lesichkovm (1 commits)")

---

Tags

phplibrarycontactsinevia

### Embed Badge

![Health badge](/badges/sinevia-php-library-contact-as-a-service/health.svg)

```
[![Health](https://phpackages.com/badges/sinevia-php-library-contact-as-a-service/health.svg)](https://phpackages.com/packages/sinevia-php-library-contact-as-a-service)
```

PHPackages © 2026

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