PHPackages                             noodleware/notey - 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. noodleware/notey

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

noodleware/notey
================

A lightweight Laravel package for adding notes and comments to any model with a Livewire-powered UI.

v1.0.0(1y ago)02MITPHPPHP ^8.2

Since Mar 4Pushed 1y ago1 watchersCompare

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

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

Notey
=====

[](#notey)

Notey is a simple Laravel package that allows you to add notes to any model using a polymorphic relationship.

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

[](#installation)

To install Notey, use Composer:

```
composer require noodleware/notey
```

Run the migration to create the necessary database table:

```
php artisan migrate
```

This will create one table:

- `notes`: Stores all notes via a polymorphic relationship.

Publish the package assets:

```
php artisan vendor:publish --tag=notey
```

Styling Considerations
----------------------

[](#styling-considerations)

After publishing assets, you must include the Notey base stylesheet in your application:

```

```

Usage
-----

[](#usage)

There are two ways to include Notey in your application:

### 1. Full Component (Pre-styled Card)

[](#1-full-component-pre-styled-card)

To include the fully styled notes component:

```

```

### 2. Separate Components (For Custom Styling)

[](#2-separate-components-for-custom-styling)

You can load the list and form separately to have more control over styling:

```

```

This allows you to integrate the notes section into your layout while maintaining full control over its appearance.

---

### License

[](#license)

This package is open-source under the [MIT License](LICENSE).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance44

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

440d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/88c991f3bf72ea553e89061946854d6e1a1d406683eff1babf5989d28c2375c1?d=identicon)[ben@kbvd.co.uk](/maintainers/ben@kbvd.co.uk)

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/noodleware-notey/health.svg)

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

###  Alternatives

[livewire/flux

The official UI component library for Livewire.

9475.0M86](/packages/livewire-flux)[jantinnerezo/livewire-alert

This package provides a simple alert utilities for your livewire components.

8041.2M20](/packages/jantinnerezo-livewire-alert)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[kirschbaum-development/commentions

A package to allow you to create comments, tag users and more

12369.2k](/packages/kirschbaum-development-commentions)[revolution/self-ordering

Self Ordering System

2112.7k](/packages/revolution-self-ordering)[joelwmale/livewire-quill

Easily add QuillJS with image support to any Laravel Livewire component.

1314.0k](/packages/joelwmale-livewire-quill)

PHPackages © 2026

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