PHPackages                             inventas/laravel-contact-support - 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. inventas/laravel-contact-support

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

inventas/laravel-contact-support
================================

Save website support cases and send them to team

1.0.2(2mo ago)014↓90%[4 PRs](https://github.com/Inventas/laravel-contact-support/pulls)MITPHPPHP ^8.3 || ^8.4CI passing

Since Jul 16Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/Inventas/laravel-contact-support)[ Packagist](https://packagist.org/packages/inventas/laravel-contact-support)[ Docs](https://github.com/inventas/laravel-contact-support)[ RSS](/packages/inventas-laravel-contact-support/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (12)Versions (15)Used By (0)

Save website support cases and send them to team
================================================

[](#save-website-support-cases-and-send-them-to-team)

[![Latest Version on Packagist](https://camo.githubusercontent.com/11433e87d51c3d27b1917f607c58dc960f4273ca5649c5a975a31c48daedeefd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e76656e7461732f6c61726176656c2d636f6e746163742d737570706f72742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/inventas/laravel-contact-support)[![GitHub Tests Action Status](https://camo.githubusercontent.com/1ea80d2045c04f632ca88aa2f2e180cbad1716c38185759dcd7166ed961ec410/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f696e76656e7461732f6c61726176656c2d636f6e746163742d737570706f72742f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/inventas/laravel-contact-support/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/d13700a57fa18d0fc891c37297bce2bf5b85b16335314496e5fb51c4cad7dacd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f696e76656e7461732f6c61726176656c2d636f6e746163742d737570706f72742f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/inventas/laravel-contact-support/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/8114041be1845bf210ba5fed49d0e11ff8c928e86659a6ceab4a0371de7d1d0b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e76656e7461732f6c61726176656c2d636f6e746163742d737570706f72742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/inventas/laravel-contact-support)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/9f86045a477de57a94d7dffb3658dee39d338e4fa84d0ea9b2d5b33be3fb71ad/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c61726176656c2d636f6e746163742d737570706f72742e6a70673f743d31)](https://spatie.be/github-ad-click/laravel-contact-support)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require inventas/laravel-contact-support
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="laravel-contact-support-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-contact-support-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laravel-contact-support-views"
```

Usage
-----

[](#usage)

```
$contactSupport = new Inventas\ContactSupport();
echo $contactSupport->echoPhrase('Hello, Inventas!');
```

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)

- [Lennart Fischer](https://github.com/Inventas)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance85

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 66% 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 ~114 days

Recently: every ~247 days

Total

10

Last Release

76d ago

Major Versions

0.0.7 → 1.0.02025-03-06

PHP version history (2 changes)v0.0.1PHP ^8.1

1.0.0PHP ^8.3 || ^8.4

### Community

Maintainers

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

---

Top Contributors

[![LambdaDigamma](https://avatars.githubusercontent.com/u/19361610?v=4)](https://github.com/LambdaDigamma "LambdaDigamma (31 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (10 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (6 commits)")

---

Tags

laravelInventaslaravel-contact-support

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/inventas-laravel-contact-support/health.svg)

```
[![Health](https://phpackages.com/badges/inventas-laravel-contact-support/health.svg)](https://phpackages.com/packages/inventas-laravel-contact-support)
```

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M48](/packages/spatie-laravel-pdf)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

330530.5k30](/packages/codewithdennis-filament-select-tree)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.8k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

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