PHPackages                             elephantpink/contact - 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. elephantpink/contact

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

elephantpink/contact
====================

A simple contact package for Laravel 6.

033HTMLCI failing

Since Jul 6Pushed 5y agoCompare

[ Source](https://github.com/Elephantpink/elephantpink-contact)[ Packagist](https://packagist.org/packages/elephantpink/contact)[ RSS](/packages/elephantpink-contact/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

elephantpink-contact
====================

[](#elephantpink-contact)

Install package
---------------

[](#install-package)

```
 composer require elephantpink/contact

```

Database: migrations and seeders
--------------------------------

[](#database-migrations-and-seeders)

```
 php artisan vendor:publish --tag=epink-contact-migrations

```

After this, you'll find the migrations under the main database/migrations folder.

In order to create the required tables run:

```
 php artisan migrate

```

If you want sample data on the database run:

```
 php artisan db:seed --class=ContactSeeder

```

Frontend
--------

[](#frontend)

In order to use these components you'll need to install the following node packages:

To do so execute:

```
 npm install lang.js laravel-mix-svg-vue svg-vue vue vue-template-compiler vue-router vuex

```

You can use directly the components from the vendor folder, or if you need to customize them, simply publish them to the resource folder:

```
 php artisan vendor:publish --tag=epink-contact-assets

```

This will create two separate "contact" folders under resources/js and resources/sass.

#### Router import example:

[](#router-import-example)

```
import contactAdminRoutes from './contact/router'

let routes = [other routes]

routes = routes.concat(contactAdminRoutes [, other router files ])

const router = new VueRouter({
  routes: routes
})

```

#### Store import example:

[](#store-import-example)

```
import Vue from 'vue'
import Vuex from 'vuex'
import contactStore from './contact/store'

Vue.use(Vuex)

const store = new Vuex.Store({
  modules: {
    contact: contactStore,
  },
  ...
})

```

#### Translations import example:

[](#translations-import-example)

```
import Lang from 'lang.js';
import contactTranslations from './contact/translations'

let lang = new Lang();
let fullTranslations = Object.assign({}, contactTranslations [, other translation files ])
lang.setMessages(fullTranslations)

```

#### Icons

[](#icons)

In order to use the svg-vue icons you should add the `laravel-mix-svg-vue` modify your webpack.mix.js file so it has the following content:

```
const mix = require('laravel-mix');
require('laravel-mix-svg-vue');

mix.js('resources/js/app.js', 'public/js')
   .sass('resources/sass/app.scss', 'public/css')
   .svgVue()

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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/d6d521fc53082e5cfa327fb733581910a9266795a18e952a131e06d13253d44f?d=identicon)[DRamirez](/maintainers/DRamirez)

---

Top Contributors

[![dramireztorres](https://avatars.githubusercontent.com/u/54021082?v=4)](https://github.com/dramireztorres "dramireztorres (34 commits)")

### Embed Badge

![Health badge](/badges/elephantpink-contact/health.svg)

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

###  Alternatives

[incoming/incoming

Transform loose and complex input into consistent, strongly-typed data structures

21986.9k](/packages/incoming-incoming)[orchestra/html

HTML Component for Orchestra Platform

40112.6k2](/packages/orchestra-html)[bariew/yii2-event-component

Attaches events to all models

2149.2k](/packages/bariew-yii2-event-component)[orchestra/memory

Memory Component for Orchestra Platform

11150.0k11](/packages/orchestra-memory)[marvinrabe/laravel-wizards

Simple Wizard Controller for Laravel.

301.6k](/packages/marvinrabe-laravel-wizards)[johndoh/swipe

Adds swipe actions to the message list of Roundcube

115.3k](/packages/johndoh-swipe)

PHPackages © 2026

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