Libraries tagged by null objects
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.
haspadar/psalm-eo-rules
62 Downloads
Psalm plugin providing Elegant Objects rules: forbids static, null, isset, empty, instanceof, promotes immutability and object composition
phauthentic/optional
415 Downloads
PHP version of Javas Optional class, used to represent a container object which may or may not contain a non-null value.
ecailles/null-object
458 Downloads
Null Object
atournayre/null
29 Downloads
Provides a null object
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
farafiri/class-generator-for-php
23 Downloads
Library for creating and autoloading classes for common patterns like decorator, null object, composite, lazy loading, proxy object