Libraries tagged by nullable
phpstan/phpdoc-parser
196528355 Downloads
PHPDoc parser with support for nullable, intersection and generic types
imanghafoori/laravel-nullable
188020 Downloads
A package to help you write expressive defensive code in a functional manner
dyrynda/laravel-nullable-fields
140139 Downloads
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.
iatstuti/laravel-nullable-fields
152752 Downloads
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.
sspat/doctrine-nullable-embeddables
1746 Downloads
Patches doctrine/orm to allow usage of nullable embeddables
gammadia/bcmath-extended-nullable
88497 Downloads
Fork of krowinski/bcmath-extended with added nullable input arguments
monro/doctrine-nullable-embedabbles
4968 Downloads
Workarround to the issues related of using Doctrine with embedabbles relations where the relation can be null. If the object is null doctrine would instanciate it with all the properties to null, this library will fix it to set it to null.
calmohallag/nullable-casting
6649 Downloads
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.
fmasa/doctrine-nullable-embeddables
25058 Downloads
Mechanism for nullable embeddables in Doctrine 2.5+
watheqalshowaiter/model-required-fields
32 Downloads
Get the model required fields without nullables, primary keys and fields with defaults.
xiyusullos/nullable
2214 Downloads
chain calls on object whatever the object is null or not
tarifhaus/doctrine-nullable-embeddable
62126 Downloads
A workaround implementation for nullable embeddables in Doctrine entities.
chrysanthos/nova-nullable-boolean
113 Downloads
A Laravel Nova field.
tekord/php-option
8 Downloads
Option object for PHP inspired by the Rust programming language
php-extended/php-optionality-interface
10275 Downloads
A library to specify optionalities in modelisations