PHPackages                             lartificer/contactform - 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. lartificer/contactform

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

lartificer/contactform
======================

A contact form component for the lartificer project

223PHP

Since Jan 12Pushed 10y ago2 watchersCompare

[ Source](https://github.com/lartificer/contactform)[ Packagist](https://packagist.org/packages/lartificer/contactform)[ RSS](/packages/lartificer-contactform/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Lartificer Contactform
======================

[](#lartificer-contactform)

A drop in contactform component for Laravel applications. This package is a part of the Lartificer project. Only use it inside a Laravel 5 project.

Documentation
-------------

[](#documentation)

[On the Lartificer website](http://lartificer.com/contactform)

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

[](#installation)

The whole project is available as [Packagist Lartificer project](https://packagist.org/packages/lartificer/contactform) to use with Composer.

To use the contactform package in your Laravel project, first add it to the `composer.json` in your project's root directory.

### Composer

[](#composer)

```
"require": {
		"laravel/framework": "5.1.*",
		...
        "lartificer/contactform": "dev-master"
	},
```

Run composer update afterwards.

### app.php

[](#appphp)

Now you have to register the ContactformServiceProvider in your `app.php` file.

```
'providers' => [

		...

		/*
		 * Lartificer
		 */
		'Lartificer\Contactform\ContactformServiceProvider',

	],
```

How to use?
-----------

[](#how-to-use)

- Install the package
- Create a link on your website to /{{ trans("contactform::links.contact") }}
- Publish the config file and adjust your email address: `php artisan vendor:publish --provider="Lartificer\Contactform\ContactformServiceProvider" --tag="config"`
- You are done, enjoy your contact form :)

License
-------

[](#license)

Copyright (c) 2015 Sopamo GmbH

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.3% 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/2770f12db29ebb2434ff9f1368dc67fe97985260c8c4f1cc4042caf2e2327e96?d=identicon)[Sopamo](/maintainers/Sopamo)

![](https://www.gravatar.com/avatar/4ef1d95dae6676eceed4172929c73fc4fc0adb4d21ae2aa86a6ac092acc2298b?d=identicon)[fabianhenkel](/maintainers/fabianhenkel)

---

Top Contributors

[![Sopamo](https://avatars.githubusercontent.com/u/1202596?v=4)](https://github.com/Sopamo "Sopamo (14 commits)")[![Derfruehevogel](https://avatars.githubusercontent.com/u/210429736?v=4)](https://github.com/Derfruehevogel "Derfruehevogel (1 commits)")

### Embed Badge

![Health badge](/badges/lartificer-contactform/health.svg)

```
[![Health](https://phpackages.com/badges/lartificer-contactform/health.svg)](https://phpackages.com/packages/lartificer-contactform)
```

###  Alternatives

[ericmann/wp-session-manager

Prototype session management for WordPress.

27123.6k1](/packages/ericmann-wp-session-manager)[irazasyed/docgen

Streamline your Laravel package development with automatic facade documentation using Docgen for Laravel

233.8k10](/packages/irazasyed-docgen)

PHPackages © 2026

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