Libraries tagged by null
opencontent/ocbinarynullparser-ls
5112 Downloads
OpenContent Binary Null Parser
okipa/php-data-sanitizer
8913 Downloads
Data sanitizer to auto-cast entries, convert empty strings to null, etc.
xiyusullos/nullable
2215 Downloads
chain calls on object whatever the object is null or not
technically/null-container
349 Downloads
Null (always empty) PSR-11 container implementation
hnhdigital-os/laravel-null-carbon
298 Downloads
A Laravel Carbon null-class.
conceptbyte/null-object
38 Downloads
A Null Object for PHP.
zendraxl/laravel-request-null-user
7 Downloads
Laravel Null Object Pattern for User fetched from Request
tarifhaus/doctrine-nullable-embeddable
62127 Downloads
A workaround implementation for nullable embeddables in Doctrine entities.
monro/doctrine-nullable-embedabbles
5065 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.
michael-rubel/nullify
250 Downloads
Convert empty data of any type to null.
chrysanthos/nova-nullable-boolean
186 Downloads
A Laravel Nova field.
arkitecht/laravel-nullable
912 Downloads
Laravel 5 - Add nullable columns to models
xakepehok/value-object-builder
5056 Downloads
This helper can create object from passed classname and value, or return null, if passed value is also null
schnittstabil/get
112922 Downloads
Get nested array values and object properties.
aharisu/option
744 Downloads
PHP Option object like a Rust language