Libraries tagged by null object
monro/doctrine-nullable-embedabbles
5068 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.
phauthentic/optional
421 Downloads
PHP version of Javas Optional class, used to represent a container object which may or may not contain a non-null value.
technically/null-container
743 Downloads
Null (always empty) PSR-11 container implementation
ecailles/null-object
458 Downloads
Null Object
atournayre/null
29 Downloads
Provides a null object
xtain/psr6-null
47 Downloads
PSR-6 cache NullObject implementation, to avoid null checks and for testing
fiko/no-object
0 Downloads
Not Only Object will return NULL instead of error for undefined property.
yashuk803/sorting-array
2 Downloads
This is library for sorting array.
rubixware/nilify-php
5 Downloads
Easy implementation of null object pattern on PHP objects
brenoroosevelt/psr-nullcontainer
1019 Downloads
Null Object Pattner for PSR-11 Container
xtompie/guard
7 Downloads
Guard container object for dealing with optional values or null values
tekord/php-option
34 Downloads
Option object for PHP inspired by the Rust programming language
safeaccess/inline
4 Downloads
Safe nested data access with dot notation for PHP.
phy/variable
39 Downloads
Just a side project after getting tired of hearing people grip out parameter orders and other such nots with build in variables.
aharisu/option
748 Downloads
PHP Option object like a Rust language