PHPackages                             mcmatters/laravel-nullable-attribute - 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. mcmatters/laravel-nullable-attribute

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

mcmatters/laravel-nullable-attribute
====================================

Laravel nullable attributes

v1.2(2y ago)01.0k1MITPHPPHP &gt;=7.0

Since Jun 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/MCMatters/laravel-nullable-attributes)[ Packagist](https://packagist.org/packages/mcmatters/laravel-nullable-attribute)[ RSS](/packages/mcmatters-laravel-nullable-attribute/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (7)Versions (6)Used By (0)

Laravel Nullable Attributes
---------------------------

[](#laravel-nullable-attributes)

Package for auto generation and population the database columns as nullable.

### Installation

[](#installation)

```
composer require mcmatters/laravel-nullable-attributes
```

If you use Laravel 5.5 or higher you may skip this step.

Include the service provider within your `config/app.php` file.

```
'providers' => [
    McMatters\NullableAttributes\ServiceProvider::class,
]
```

Publish the configuration.

```
php artisan vendor:publish --provider="McMatters\NullableAttributes\ServiceProvider"
```

Then open the `config/nullable-attributes.php` and configure paths where your models are locating.

### Requirements

[](#requirements)

This package requires php `7.0` or higher and Laravel `5.2` or higher. It was tested with Laravel `5.2` and higher.

### Usage

[](#usage)

You need to run the command `php artisan nullable-attributes:cache` every time, when you rebuild your database schema.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 85.7% 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 ~582 days

Total

5

Last Release

914d ago

### Community

Maintainers

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

---

Top Contributors

[![MCMatters](https://avatars.githubusercontent.com/u/3148853?v=4)](https://github.com/MCMatters "MCMatters (18 commits)")[![irieznykov](https://avatars.githubusercontent.com/u/48024435?v=4)](https://github.com/irieznykov "irieznykov (3 commits)")

---

Tags

laravellaravel-5-package

### Embed Badge

![Health badge](/badges/mcmatters-laravel-nullable-attribute/health.svg)

```
[![Health](https://phpackages.com/badges/mcmatters-laravel-nullable-attribute/health.svg)](https://phpackages.com/packages/mcmatters-laravel-nullable-attribute)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)

PHPackages © 2026

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