PHPackages                             adrosoftware/notitia-visum - 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. [Framework](/categories/framework)
4. /
5. adrosoftware/notitia-visum

ActiveLibrary[Framework](/categories/framework)

adrosoftware/notitia-visum
==========================

BREAD (browse, read, edit, add, delete) generator for Laravel

0.1.0(6y ago)13MITPHPPHP ^7.2.5

Since Apr 7Pushed 6y ago1 watchersCompare

[ Source](https://github.com/adrosoftware/notitia-visum)[ Packagist](https://packagist.org/packages/adrosoftware/notitia-visum)[ Docs](http://github.com/adrosoftware/notitia-visum)[ RSS](/packages/adrosoftware-notitia-visum/feed)WikiDiscussions master Synced 3d ago

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

Notitia Visum
=============

[](#notitia-visum)

[![Build status](https://camo.githubusercontent.com/25d5d64fab4c6a0be74adf6b1526942ddeb3873fd94561d626e9c6dacae44b2a/68747470733a2f2f7472617669732d63692e6f72672f6164726f736f6674776172652f6e6f74697469612d766973756d2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/adrosoftware/notitia-visum/)[![Coverage Status](https://camo.githubusercontent.com/389ead29d8c953207ec56518169107e090ddb23ad136af379f2b4ce7019551f0/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6164726f736f6674776172652f6e6f74697469612d766973756d2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/adrosoftware/notitia-visum)[![Latest Stable Version](https://camo.githubusercontent.com/a65670c285b5a7386f5ca6feb77f4681affbc1d255d9e9927ac41846bde42f27/68747470733a2f2f706f7365722e707567782e6f72672f6164726f736f6674776172652f6e6f74697469612d766973756d2f762f737461626c65)](https://packagist.org/packages/adrosoftware/notitia-visum)[![License](https://camo.githubusercontent.com/a2bc372fec06824bac28530dcef30859fa31f980d98c46a3f0f50cb6a57ad3fe/68747470733a2f2f706f7365722e707567782e6f72672f6164726f736f6674776172652f6e6f74697469612d766973756d2f6c6963656e7365)](https://packagist.org/packages/adrosoftware/notitia-visum)

> This is a WIP package. **B**read

Notitia Visum is a BREAD (browse, read, edit, add, delete) generator for [Laravel](https://laravel.com/)

### Usage

[](#usage)

Brows usage:

```
/**
 * Inside a controller action
 */
return (new NotitiaVisum())
    ->table('users')
    ->browse();
```

You can add a raw where like this:

```
return (new NotitiaVisum())
    ->table('users')
    ->whereRaw('role = \'admin\'')
    ->browse();
```

If you want to filter the fields to render in the table, you can add an array of fields:

```
return (new NotitiaVisum())
    ->table('users')
    ->whereRaw('role = \'admin\'')
    ->browse(['id', 'first_name', 'role']);
```

By default the title on the table is the table name on the database but you can override it like this:

```
return (new NotitiaVisum())
    ->table('users')
    ->title('System Users')
    ->browse(['id', 'first_name', 'role']);
```

### Tests

[](#tests)

```
$ vendor/bin/phpunit
```

### Authors

[](#authors)

[Adro Rocker](https://github.com/adrorocker)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

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

Total

2

Last Release

2222d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1ba004d502228eb272341845427581da17399ec8b4315ce16c99b298ec0a414f?d=identicon)[adrorocker](/maintainers/adrorocker)

---

Top Contributors

[![adrorocker](https://avatars.githubusercontent.com/u/1872940?v=4)](https://github.com/adrorocker "adrorocker (7 commits)")

---

Tags

breadbread-generatorcrud-generatorgeneratorlaravellaravelbreadadorsoftware

### Embed Badge

![Health badge](/badges/adrosoftware-notitia-visum/health.svg)

```
[![Health](https://phpackages.com/badges/adrosoftware-notitia-visum/health.svg)](https://phpackages.com/packages/adrosoftware-notitia-visum)
```

###  Alternatives

[hemp/presenter

Easy Model Presenters in Laravel

247592.6k1](/packages/hemp-presenter)[rahulalam31/laravel-abuse-ip

Block ip address of all spammer's around the world.

27431.5k](/packages/rahulalam31-laravel-abuse-ip)[laravel-frontend-presets/black-dashboard

Laravel 11.x Front-end preset for black dashboard

8726.2k](/packages/laravel-frontend-presets-black-dashboard)

PHPackages © 2026

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