tekord/php-option
Option object for PHP inspired by the Rust programming language
时间:2024-10-30 15:57
xactsystems/cast
Safely cast PHP mixed values to scalar types or null.
时间:2024-08-29 12:35
brimmar/phpoption
Rust-like Option Type implementation for PHP
时间:2024-08-01 20:50
holgerk/pest-plugin-equal-golden
Provides a toEqualGolden assertion, same as toEqual, but when null is given as argument, the test file is automatically edited and null is substituted with the actual value
时间:2024-03-31 20:29
holgerk/assert-golden
Same as assertEquals, but when null is given as argument, the test file is automatically edited and null is substituted with the actual value
时间:2023-10-24 19:31
rekalogika/file-null
Null object pattern implementation for rekalogika/file framework.
时间:2023-10-01 08:09
jmf/type-validation
Allows to check if a variable is of the expected type, using a type specification string like the ones in PHPDoc blocks (int, \Foo\Bar[], null|string, etc).
时间:2023-07-01 03:39
michael-rubel/nullify
Convert empty data of any type to null.
时间:2022-11-30 14:15
dmitryrechkin/php-converters-emptytonull
PHP Converter that converts of empty to null. It is helps to make code cleaner by removing the need for if conditions for cases when some API expects null in order to consider parameter as unset.
时间:2022-09-26 00:12
adt/null-user-storage
Null user storage for Nette framework suitable for API requests.
时间:2022-06-21 14:18
xakepehok/value-object-builder
This helper can create object from passed classname and value, or return null, if passed value is also null
时间:2021-01-19 14:02