PHPackages                             neher-halder/inquiry - 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. [Database &amp; ORM](/categories/database)
4. /
5. neher-halder/inquiry

ActiveLibrary[Database &amp; ORM](/categories/database)

neher-halder/inquiry
====================

It can save a inquiry in database as well as it sends en email to admin.

07PHP

Since Jun 24Pushed 7y agoCompare

[ Source](https://github.com/NeherHalder/inquiry)[ Packagist](https://packagist.org/packages/neher-halder/inquiry)[ RSS](/packages/neher-halder-inquiry/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Simple Inquiry Form
-------------------

[](#simple-inquiry-form)

It can save a inquiry in database as well as it send an email to admin.

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

[](#installation)

Install the package through [Composer](http://getcomposer.org/).

Run the Composer require command from the Terminal:

```
composer require neher-halder/inquiry

```

If you're using Laravel 5.5 or upper version, this is all there is to do.

Should you still be on version 5.4 of Laravel, the final steps for you are to add the service provider of the package. To do this open your `config/app.php` file.

Add a new line to the `providers` array:

```
Neher\Inquiry\InquiryServiceProvider::class

```

Now you're ready to start using the Simple Inquiry Form in your application.

Uses
----

[](#uses)

Create a `layout` (master) file in view directory

```
layouts\frontend\app.blade.php

```

Create `yield` in `app.blade.php` file

```
@yield('content')

```

Migrate database

```
php artisan migrate

```

Create a url in your page

```
Show Inquiry Form

```

Email Configuration
-------------------

[](#email-configuration)

After submitting the form it also send an email. You shound change the email address from `config\inquiry.php`

```
Change the .env
MAIL_DRIVER=log

```

Publishing Vendor
-----------------

[](#publishing-vendor)

After publishing you can find the configuration file in `config\inquiry.php` and views are `views\vendor\inquiry` directory

```
php artisan vendor:publish --provider="Neher\Inquiry\InquiryServiceProvider::class"

```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 57.1% 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/5eb09c71d9aeb8f93743d003c988248f3ef61c89475f464405c9f20fe11e8814?d=identicon)[NeherHalder](/maintainers/NeherHalder)

---

Top Contributors

[![neher267](https://avatars.githubusercontent.com/u/35034200?v=4)](https://github.com/neher267 "neher267 (4 commits)")[![NeherHalder](https://avatars.githubusercontent.com/u/30210000?v=4)](https://github.com/NeherHalder "NeherHalder (3 commits)")

### Embed Badge

![Health badge](/badges/neher-halder-inquiry/health.svg)

```
[![Health](https://phpackages.com/badges/neher-halder-inquiry/health.svg)](https://phpackages.com/packages/neher-halder-inquiry)
```

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k116.5M113](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[pgvector/pgvector

pgvector support for PHP

198628.3k10](/packages/pgvector-pgvector)

PHPackages © 2026

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