Libraries tagged by null
ifixit/php7-optional
80681 Downloads
PHP 7 optional wrapper that provides an alternative to null
sellastica/dev-nulls
12212 Downloads
deviantintegral/null-date-time
26033 Downloads
Interfaces and classes supporting empty or null DateTime objects
calmohallag/nullable-casting
17973 Downloads
PHP supports expression casting to primitive type (like int) by using “( type ) expression”, but it currently doesn't allow to use a nullable type as introduced by PHP 7.1 (e.g. ?int). This library provide functions that extend native php casting, adding nullable casting.
adt/null-user-storage
7718 Downloads
Null user storage for Nette framework suitable for API requests.
fmasa/doctrine-nullable-embeddables
26829 Downloads
Mechanism for nullable embeddables in Doctrine 2.5+
schnittstabil/get
113758 Downloads
Get nested array values and object properties.
anik/cache
377 Downloads
nullthoughts/laravel-data-sync
2036 Downloads
Laravel utility to keep records synced between environments through source control
nullform/telegram-gateway
10387 Downloads
PHP client for Telegram Gateway API
vortos/vortos-analytics
2040 Downloads
Vortos product-analytics port — capture/identify/group, null default in-core, privacy-by-default (deny-all consent + allowlist + PII redaction), bounded batching + idempotent identify/group, and an opt-in sampled flag-exposure bridge. Provider drivers (PostHog, ...) ship as separate split packages.
sil-org/php-env
6506 Downloads
Simple PHP library for getting (or requiring) environment variables, designed to handle true, false, and null more intelligently. If desired, an environment variable's value can be split into an array automatically.
mmae/phones
386 Downloads
Validate and normalize phone numbers for 209 countries, with drop-in Laravel validation rules (exists/unique, translations, nullable).
jessegall/php-types
2565 Downloads
Named typed constants and predicates — give meaning to magic literals like '', [], '{}', 0, true and null.
holgerk/assert-golden
12071 Downloads
Same as assertEquals, but when null is given as argument, the test file is automatically edited and null is substituted with the actual value