PHPackages                             bozboz/enquire - 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. bozboz/enquire

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

bozboz/enquire
==============

v3.3.6(4y ago)02.3kPHPPHP &gt;=7.0

Since Feb 29Pushed 4y ago3 watchersCompare

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

READMEChangelogDependencies (3)Versions (48)Used By (0)

Enquire Package
===============

[](#enquire-package)

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

[](#installation)

- Install package `composer require bozboz/enquire `
- Add service provider to provider array ```
     Bozboz\Enquire\EnquireServiceProvider',

    ```
- Include form partial in any view you want to be able to display forms ```
     @include('enquire::partials.form')

    ```

Usage
-----

[](#usage)

The default front end route doesn't support newsletter signup functionality due to not being able to anticipate implementation. There is a MailChimpFormController which contains a basic MailChimp signup implementation.

To use this just override the package's frontend route with:

```
Route::post('process-enquiry', [
	'as' => 'process-enquiry',
	'uses' => 'MailChimpFormController@processSubmission'
]);
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity71

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~44 days

Recently: every ~0 days

Total

47

Last Release

1707d ago

Major Versions

v1.1 → v2.0.02016-08-31

v2.11.2 → v3.0.02018-01-22

PHP version history (2 changes)1.0.x-devPHP &gt;=5.4.0

v3.2.1PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c709396f3a6a7048c1c89615c6fce3f8301bd5715c641bf07b48268187727a3?d=identicon)[bozboz](/maintainers/bozboz)

---

Top Contributors

[![samdking](https://avatars.githubusercontent.com/u/1331514?v=4)](https://github.com/samdking "samdking (5 commits)")

### Embed Badge

![Health badge](/badges/bozboz-enquire/health.svg)

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[orchestra/canvas

Code Generators for Laravel Applications and Packages

20917.2M158](/packages/orchestra-canvas)[illuminate/pipeline

The Illuminate Pipeline package.

9346.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)

PHPackages © 2026

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