Libraries tagged by null
rekalogika/file-association-entity
1244 Downloads
Utilities for handling files inside domain entities: EmbeddedMetadata for embedding metadata inside Doctrine entities, AbstractFile for creating one-to-many relations with files, and NullFile to handle cases in domain entities where a file must be present but is missing in the storage backend.
opencontent/ocbinarynullparser-ls
3806 Downloads
OpenContent Binary Null Parser
okipa/php-data-sanitizer
8726 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
micro-module/null
1508 Downloads
Enqueue Null transport
hnhdigital-os/laravel-null-carbon
277 Downloads
A Laravel Carbon null-class.
conceptbyte/null-object
37 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.
opxcore/log-null
7 Downloads
The OpxCore null logger.
michael-rubel/nullify
247 Downloads
Convert empty data of any type to null.
ihipop/psr-null-cache
915 Downloads
NullCache implementation (Fake Storage) of PSR-16 with Basic data validation
chrysanthos/nova-nullable-boolean
119 Downloads
A Laravel Nova field.
xakepehok/value-object-builder
5000 Downloads
This helper can create object from passed classname and value, or return null, if passed value is also null
tekord/php-option
10 Downloads
Option object for PHP inspired by the Rust programming language