lvlup-dev/laravel-user-last-seen-at
Adds a nullable last_seen_at column on users and middleware to update it on each authenticated request.
时间:2026-03-29 13:05
phpstan/phpdoc-parser
PHPDoc parser with support for nullable, intersection and generic types
时间:2026-01-04 09:49
calmohallag/nullable-casting
PHP supports expression casting to primitive type (like int) by using “( type ) expression”, but it currently doesn't allow to use a nullable type as introduced by PHP 7.1 (e.g. ?int). This library provide functions that extend native php casting, adding nullable casting.
时间:2026-01-04 05:19
andanteproject/nullable-embeddable-bundle
A Symfony Bundle to handle nullable embeddables with Doctrine
时间:2025-11-12 19:36
watheqalshowaiter/model-fields
Get model fields fast — required, nullable, or default
时间:2025-09-18 23:47
jdecool/doctrine-nullable-embeddable
Implement nullable embeddables in Doctrine entities
时间:2025-04-04 20:44
wazum/nullable-embeddable-bundle
Symfony bundle for handling nullable Doctrine embeddables
时间:2024-12-20 16:50
tekord/php-option
Option object for PHP inspired by the Rust programming language
时间:2024-10-30 15:57
chrysanthos/nova-nullable-boolean
A Laravel Nova field.
时间:2024-07-05 22:28
skaut/doctrine-nullable-embeddables
Mechanism for nullable embeddables in Doctrine 2.5+
时间:2023-01-15 10:29
imanghafoori/laravel-nullable
A package to help you write expressive defensive code in a functional manner
时间:2019-07-21 15:38
php-extended/php-optionality-interface
A library to specify optionalities in modelisations
时间:2018-12-16 08:54
bluecode/laravel-nullable-field
This trait allows you to easily flag attributes that should be set as null.
时间:2015-11-05 21:28
ottowayne/sqlite-migration-fix
Laravel package to fix SQLite migrations by making all columns nullable in testing environments
时间:2015-04-12 11:11
dyrynda/laravel-nullable-fields
This trait allows you to easily flag attributes that should be set as null when being persisted to the database using the Laravel PHP Framework.
时间:未知