Libraries tagged by fillable
phpstan/phpdoc-parser
268863922 Downloads
PHPDoc parser with support for nullable, intersection and generic types
vanderlee/syllable
351029 Downloads
Text syllable splitting and hyphenation using Frank M. Liang's TeX algorithm.
imanghafoori/laravel-nullable
293918 Downloads
A package to help you write expressive defensive code in a functional manner
dyrynda/laravel-nullable-fields
174388 Downloads
This trait allows you to easily flag attributes that should be set as null when being persisted to the database using the Laravel PHP Framework.
iatstuti/laravel-nullable-fields
154056 Downloads
This trait allows you to easily flag attributes that should be set as null when being persisted to the database using the Laravel PHP Framework.
gammadia/bcmath-extended-nullable
97892 Downloads
Fork of krowinski/bcmath-extended with added nullable input arguments
calmohallag/nullable-casting
9912 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.
sspat/doctrine-nullable-embeddables
2395 Downloads
Patches doctrine/orm to allow usage of nullable embeddables
goblindegook/syllables
26449 Downloads
Syllables are helper classes and functions for WordPress development.
fmasa/doctrine-nullable-embeddables
25246 Downloads
Mechanism for nullable embeddables in Doctrine 2.5+
watheqalshowaiter/model-required-fields
628 Downloads
Get the model required fields without nullables, primary keys and fields with defaults.
xiyusullos/nullable
2216 Downloads
chain calls on object whatever the object is null or not
tarifhaus/doctrine-nullable-embeddable
62128 Downloads
A workaround implementation for nullable embeddables in Doctrine entities.
neochief/syllable
819 Downloads
Text syllable splitting and hyphenation using Frank M. Liang's TeX algorithm.
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.