Libraries tagged by nella
imanghafoori/laravel-nullable
189997 Downloads
A package to help you write expressive defensive code in a functional manner
dyrynda/laravel-nullable-fields
140931 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.
nekland/tools
317845 Downloads
Just some tools to work better with PHP
iatstuti/laravel-nullable-fields
152763 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.
nekland/woketo
3464 Downloads
A WebSocket library for PHP
gammadia/bcmath-extended-nullable
88941 Downloads
Fork of krowinski/bcmath-extended with added nullable input arguments
sspat/doctrine-nullable-embeddables
1746 Downloads
Patches doctrine/orm to allow usage of nullable embeddables
monro/doctrine-nullable-embedabbles
4981 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.
calmohallag/nullable-casting
6676 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.
fmasa/doctrine-nullable-embeddables
25060 Downloads
Mechanism for nullable embeddables in Doctrine 2.5+
czechphp/invalid-document
4042 Downloads
Invalidity check of documents in the database of Ministry of the Interior of the Czech Republic
nollaversio/laravel-sqs-jobless
3698 Downloads
Receiving custom messages from Amazon SQS
nekland/feed-bundle
3539 Downloads
Feed manager integration for symfony
watheqalshowaiter/model-required-fields
33 Downloads
Get the model required fields without nullables, primary keys and fields with defaults.
xiyusullos/nullable
2215 Downloads
chain calls on object whatever the object is null or not