PHPackages                             pardalsalcap/linter-leads - 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. pardalsalcap/linter-leads

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

pardalsalcap/linter-leads
=========================

Linter Lead Manager

v5.0.0(2mo ago)0761MITPHPPHP ^8.2CI passing

Since Dec 1Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/pardalsalcap/linter-leads)[ Packagist](https://packagist.org/packages/pardalsalcap/linter-leads)[ Docs](https://github.com/pardalsalcap/linter-leads)[ RSS](/packages/pardalsalcap-linter-leads/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (31)Versions (10)Used By (0)

Linter Leads
============

[](#linter-leads)

Small leads module for projects built with `pardalsalcap/linter`.

This package provides:

- Lead storage and basic lead scoring
- Spam blacklist management
- Lead configuration management
- Filament resources for managing leads from the CMS

Compatibility
-------------

[](#compatibility)

- `v3.x`: compatible with Filament 3
- `main`: compatible with Filament 5

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

[](#installation)

Install the package with Composer:

```
composer require pardalsalcap/linter-leads
```

Publish the config file and migrations:

```
php artisan vendor:publish --tag="linter-leads-config"
php artisan vendor:publish --tag="linter-leads-migrations"
```

Run the migrations:

```
php artisan migrate
```

Run the installation command:

```
php artisan linter-leads:install
```

The installation command can:

- Populate the spam blacklist
- Populate the default lead configuration
- Copy the package models to `app/Models`
- Copy the Filament resources to `app/Filament/Resources`

Configuration
-------------

[](#configuration)

After publishing the config, you can adjust these values in [config/linter-leads.php](/Users/pardalsalcap/Development/pardalsalcap/packages/linter/linter-leads/config/linter-leads.php):

- Available lead statuses
- Field mappings for supported form types
- Notification email and name for lead management
- Spam score threshold

Default mappings included:

- `contact`: `email`, `phone`, `name`, `message`
- `newsletter`: `email`

Typical Setup Flow
------------------

[](#typical-setup-flow)

```
composer require pardalsalcap/linter-leads
php artisan vendor:publish --tag="linter-leads-config"
php artisan vendor:publish --tag="linter-leads-migrations"
php artisan migrate
php artisan linter-leads:install
```

Development
-----------

[](#development)

Run tests:

```
composer test
```

Run static analysis:

```
composer analyse
```

License
-------

[](#license)

The MIT License (MIT). See [LICENSE.md](LICENSE.md).

###  Health Score

45

—

FairBetter than 92% of packages

Maintenance87

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

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 ~139 days

Recently: every ~176 days

Total

7

Last Release

66d ago

Major Versions

v0.0.5 → v3.0.02026-03-12

v3.0.0 → v5.0.02026-03-12

PHP version history (2 changes)v0.0.1PHP ^8.1

v5.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/73c7deb72893167ce8d32a4a7f56fa960d1d329d6f3f057197d5e9d91d65de8a?d=identicon)[pardalsalcap](/maintainers/pardalsalcap)

---

Top Contributors

[![pardalsalcap](https://avatars.githubusercontent.com/u/264531?v=4)](https://github.com/pardalsalcap "pardalsalcap (39 commits)")

---

Tags

laravelpardalsalcaplinter-leads

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/pardalsalcap-linter-leads/health.svg)

```
[![Health](https://phpackages.com/badges/pardalsalcap-linter-leads/health.svg)](https://phpackages.com/packages/pardalsalcap-linter-leads)
```

###  Alternatives

[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[creagia/filament-code-field

A Filamentphp input field to edit or view code data.

58289.3k3](/packages/creagia-filament-code-field)[swisnl/filament-backgrounds

Beautiful backgrounds for Filament auth pages

54149.2k6](/packages/swisnl-filament-backgrounds)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)

PHPackages © 2026

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