PHPackages                             noerd/customer - 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. noerd/customer

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

noerd/customer
==============

Customer module for noerd platform

v0.1.1(1mo ago)01672proprietaryPHP

Since May 16Pushed 1mo agoCompare

[ Source](https://github.com/noerd-dev/customer)[ Packagist](https://packagist.org/packages/noerd/customer)[ RSS](/packages/noerd-customer/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (2)

noerd/customer
==============

[](#noerdcustomer)

Foundation package providing the base customer model, migration, and views. Designed as a building block for appointment, order, or CRM modules. Multi-tenant support included.

Requirements
------------

[](#requirements)

- The [`noerd/noerd`](https://github.com/noerd-dev/noerd) package must already be installed and configured.

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

[](#installation)

```
composer require noerd/customer
php artisan noerd:module customer
```

That's it — the package is auto-discovered via the Laravel service provider declared in `composer.json`.

Installation as Submodule to contribute
---------------------------------------

[](#installation-as-submodule-to-contribute)

If you want to contribute to the development of `noerd/customer`, you can install it as a git submodule:

```
git submodule add git@github.com:noerd-dev/customer.git app-modules/customer
```

Then add a path repository and the package to your `composer.json`:

```
"repositories": [
    {
        "type": "path",
        "url": "app-modules/customer",
        "options": {
            "symlink": true
        }
    }
],
"require": {
    "noerd/customer": "*"
}
```

Then run:

```
composer update noerd/customer
php artisan noerd:module customer
```

This way, you can make changes directly in `app-modules/customer` and push them back to the customer repository.

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance90

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity25

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.

###  Release Activity

Cadence

Every ~11 days

Total

2

Last Release

58d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8ede41d0ea3a95909f1e9a22b682a3b598e8b5c4244c0c1258e5a4ec238524bf?d=identicon)[noerd](/maintainers/noerd)

---

Top Contributors

[![johbrock](https://avatars.githubusercontent.com/u/19673317?v=4)](https://github.com/johbrock "johbrock (8 commits)")

### Embed Badge

![Health badge](/badges/noerd-customer/health.svg)

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[tapp/filament-auditing

Filament Laravel Auditing plugin.

117480.9k2](/packages/tapp-filament-auditing)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

44611.3k](/packages/venturedrake-laravel-crm)[coreproc/nova-auditing-user-fields

A Laravel Nova field that works with the Laravel Auditing package to see who created or last updated a resource.

10111.6k](/packages/coreproc-nova-auditing-user-fields)

PHPackages © 2026

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