PHPackages                             bcscoder/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. [Admin Panels](/categories/admin)
4. /
5. bcscoder/contact

ActiveAsgard-module[Admin Panels](/categories/admin)

bcscoder/contact
================

0.0.2(9y ago)031[1 issues](https://github.com/yusidabcs/contact/issues)[1 PRs](https://github.com/yusidabcs/contact/pulls)PHPPHP &gt;=5.4

Since Feb 7Pushed 8y ago1 watchersCompare

[ Source](https://github.com/yusidabcs/contact)[ Packagist](https://packagist.org/packages/bcscoder/contact)[ RSS](/packages/bcscoder-contact/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (5)Versions (4)Used By (0)

Contact Module Asgardcms
========================

[](#contact-module-asgardcms)

Instalasi
---------

[](#instalasi)

```
composer require bcscoder/contact

```

1. Activate permission from setting page.
2. Config Recaptcha login and create new website to :

Input your site key and secret key to Setting &gt; Contact

3. Add Recaptcha Js &lt;script src='[https://www.google.com/recaptcha/api.js'&gt;&lt;/script&gt;](https://www.google.com/recaptcha/api.js'>)

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

[](#how-to-use)

Create form for contact us and add sample code below

```
{!! Form::open( ['url' => route('contact.send'), 'method' => 'post'] ) !!}

```

add recaptcha

```
@if(setting('contact::security') == 1)

        Human verification

@endif

```

Required field

1. `first_name`
2. `last_name`
3. `email`
4. `phone`
5. `message`

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

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.

###  Release Activity

Cadence

Every ~166 days

Total

3

Last Release

3052d ago

Major Versions

0.0.2 → 2.0.x-dev2018-01-05

### Community

Maintainers

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

---

Top Contributors

[![yusidabcs](https://avatars.githubusercontent.com/u/4271647?v=4)](https://github.com/yusidabcs "yusidabcs (14 commits)")[![suryaherdiyanto](https://avatars.githubusercontent.com/u/28683066?v=4)](https://github.com/suryaherdiyanto "suryaherdiyanto (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[bpocallaghan/titan

Core framework for laravel projects (Laravel Admin Starter).

5811.2k1](/packages/bpocallaghan-titan)[wecodemore/current-admin-info

Displays info about the current admin screen and its globals, contextual hooks, etc.

852.7k](/packages/wecodemore-current-admin-info)

PHPackages © 2026

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