Libraries tagged by nella
imanghafoori/laravel-nullable
305112 Downloads
A package to help you write expressive defensive code in a functional manner
dyrynda/laravel-nullable-fields
177700 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
154116 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
353430 Downloads
Just some tools to work better with PHP
gammadia/bcmath-extended-nullable
98194 Downloads
Fork of krowinski/bcmath-extended with added nullable input arguments
calmohallag/nullable-casting
10222 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.
czechphp/invalid-document
5513 Downloads
Invalidity check of documents in the database of Ministry of the Interior of the Czech Republic
watheqalshowaiter/model-required-fields
665 Downloads
Get the model required fields without nullables, primary keys and fields with defaults.
sspat/doctrine-nullable-embeddables
2447 Downloads
Patches doctrine/orm to allow usage of nullable embeddables
nollaversio/laravel-sqs-jobless
3958 Downloads
Receiving custom messages from Amazon SQS
nelkasovic/laravel-rating
1117 Downloads
manage rating column for elqouent models
nekland/woketo
3487 Downloads
A WebSocket library for PHP
nekland/feed-bundle
3544 Downloads
Feed manager integration for symfony
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.