PHPackages                             daniellefence/notes - 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. daniellefence/notes

ActiveLibrary

daniellefence/notes
===================

1.0.3(10mo ago)07MITPHP

Since Jul 13Pushed 10mo agoCompare

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

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

Laravel Notes – Simple note tracking for Eloquent models
========================================================

[](#laravel-notes--simple-note-tracking-for-eloquent-models)

[![Latest Version on Packagist](https://camo.githubusercontent.com/fa148ab38e55ea8e944eee1c549682f1f7ca934f4ac1738951ae27a09cc68840/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64616e69656c6c6566656e63652f6e6f7465732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/daniellefence/notes)[![Total Downloads](https://camo.githubusercontent.com/1116d70948ed917745efd316b3f85f515cb0be5c17f7306f3fa6929aa2f4f4dd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64616e69656c6c6566656e63652f6e6f7465732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/daniellefence/notes)[![GitHub Actions](https://github.com/daniellefence/notes/actions/workflows/main.yml/badge.svg)](https://github.com/daniellefence/notes/actions/workflows/main.yml/badge.svg)

Laravel Notes is a lightweight, flexible package that adds user-authored notes to any Eloquent model. Notes are timestamped, associated with a user, and designed to be easily integrated into admin dashboards or activity logs. Fully compatible with Laravel 10+, Livewire, and Tailwind UI components.

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

[](#installation)

You can install the package via composer:

```
composer require daniellefence/notes
```

Usage
-----

[](#usage)

```
use DanielleFence\Notes\Models\Note;

$model->notes()->create([
    'body' => 'This is a note.',
    'user_id' => auth()->id(),
]);

$notes = $model->notes; // returns all notes associated with the model
```

Testing
-------

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Shane Barron](https://github.com/daniellefence)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Developed and Maintained By
---------------------------

[](#developed-and-maintained-by)

Developed and maintained by the IT/Marketing department at Danielle Fence and Outdoor Living.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance54

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

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

Total

3

Last Release

309d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/17984f76155c79afd4797f22b88fd22e3df6e4a780e7b57fc04c3cc19f412f92?d=identicon)[daniellefence](/maintainers/daniellefence)

---

Tags

notesdaniellefence

### Embed Badge

![Health badge](/badges/daniellefence-notes/health.svg)

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

###  Alternatives

[arcanedev/laravel-notes

Provides the ability to add notes to your Eloquent models in Laravel.

4849.7k](/packages/arcanedev-laravel-notes)[tomatophp/filament-notes

Add Sticky Notes to your FilamentPHP dashboard with tons of options and style

434.4k](/packages/tomatophp-filament-notes)[winter/wn-notes-plugin

Easily add notes to any record in WinterCMS

121.4k](/packages/winter-wn-notes-plugin)

PHPackages © 2026

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