PHPackages                             neonbang/laravel-crud-sourcing - 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. neonbang/laravel-crud-sourcing

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

neonbang/laravel-crud-sourcing
==============================

Watch and report on CRUD events within your Laravel application

0100PHP

Since Nov 4Pushed 1y ago3 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

> Do NOT use this in production yet. We are still testing internally on some projects. We'll keep you posted.

Watch and report on your Laravel CRUD events
============================================

[](#watch-and-report-on-your-laravel-crud-events)

[![Latest Version on Packagist](https://camo.githubusercontent.com/fa43086e878df4e48c5325d682516741df6ba39736f835e6a208ee7560b37cdf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e656f6e62616e672f6c61726176656c2d637275642d736f757263696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/neonbang/laravel-crud-sourcing)[![Total Downloads](https://camo.githubusercontent.com/c708046c26b108971fd09e59170cc644ae2d95a5e71caf86d6a1bba45ee752f9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e656f6e62616e672f6c61726176656c2d637275642d736f757263696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/neonbang/laravel-crud-sourcing)

What problem are we solving here?

> We were getting sick of adding columns to database tables that didn't really *fit* (something like `last_notification_sent_without_response`). We also were getting tired of creating report queries that were slow.

Pre-Production Notes
--------------------

[](#pre-production-notes)

- This currently relies heavily on the `zoha/laravel-meta` package.
    - We are finding a few bugs (and submitting PR's like this one: [Zoha/laravel-meta#36](https://github.com/Zoha/laravel-meta/pull/36))
    - Some functionality *doesn't quite fit* what we need so we may "decorate" it in the future or build out our own implementation of a "meta-able" flow
    - By having this we do have an additional `meta.php` configuration file in `config/`
- **There are not tests yet!** Don't worry. We'll add them soon. We currently test it within our private repo applications so it's currently being tested via higher level feature tests using relevant business domain problems.

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

[](#installation)

You can install the package via composer:

```
composer require neonbang/laravel-crud-sourcing
```

You can publish the configuration and run the migrations with:

```
php artisan vendor:publish --tag="laravel-crud-sourcing-config"
php artisan migrate
```

You can publish just the config file with:

```
php artisan vendor:publish --tag="laravel-crud-sourcing-config"
```

This is the contents of the published config file:

```
return [
    'model_metadata_map' => [],
];
```

Usage
-----

[](#usage)

Coming soon...

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

Credits
-------

[](#credits)

- [Matt Riggio](https://github.com/neonbang)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity16

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b6129834dc60776074840cd7835e2378a9783ab0a002919e1de51d29cbc373a3?d=identicon)[neonbang](/maintainers/neonbang)

---

Top Contributors

[![rags02](https://avatars.githubusercontent.com/u/4775963?v=4)](https://github.com/rags02 "rags02 (29 commits)")

### Embed Badge

![Health badge](/badges/neonbang-laravel-crud-sourcing/health.svg)

```
[![Health](https://phpackages.com/badges/neonbang-laravel-crud-sourcing/health.svg)](https://phpackages.com/packages/neonbang-laravel-crud-sourcing)
```

###  Alternatives

[symplify/vendor-patches

Generate vendor patches for packages with single command

1876.7M27](/packages/symplify-vendor-patches)[muffin/orderly

Default ordering (behavior) for CakePHP

22217.3k1](/packages/muffin-orderly)[bymayo/commerce-widgets

Insightful dashboard widgets for your Craft Commerce store.

3311.6k](/packages/bymayo-commerce-widgets)[liberu-genealogy/php-dna

DNA analysis toolkit for PHP 8.3+

334.3k1](/packages/liberu-genealogy-php-dna)[sciactive/hookphp

Method hooking in PHP.

333.0k3](/packages/sciactive-hookphp)

PHPackages © 2026

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