Libraries tagged by object_column
jessarcher/laravel-castable-data-transfer-object
657513 Downloads
Automatically cast JSON columns to rich PHP objects in Laravel using Spatie's data-transfer-object class
morrislaptop/laravel-popo-caster
420204 Downloads
Automatically cast JSON columns to rich PHP objects in Laravel using Symfony's Serializer
acelaya/doctrine-enum-type
1943141 Downloads
A custom Doctrine type that maps column values to enum objects using myclabs/php-enum
tailflow/castable-dto
29076 Downloads
Automatically cast JSON columns to PHP objects in Laravel using Spatie's data-transfer-object class
mouf/utils.common.sortable-interface
218191 Downloads
This package contains an interface used by objects to say they can sort data. The concept is very simple, the object implements a sort method that takes a key (the sort column) and a direction, and that's it!
cryonighter/object-column
3203 Downloads
This package provides the object_column() function, which works similarly to the array_column() function of the standard library, but having the ability to work with objects
soyhuce/laravel-database-object
4106 Downloads
Map json columns to PHP Object in Laravel
dq5studios/entity_column
445 Downloads
A drop-in replacement for array_column() that supports objects with getters.
yonchando/laravel-cast-attributes
70 Downloads
Laravel model cast json columns to class object
idealia/yii2-children-count-behavior
259 Downloads
Behavior for counting records in the dependent objects and updating the relevant column after insert, edit and remove any child record.
bitzyk/array_column_object
47 Downloads
Provides the same functionality like array_column(), but reported to an array of objects
chrgriffin/eloquent-moneyphp
13 Downloads
Automatically cast Eloquent columns to MoneyPHP objects.
yaroslavche/doctrine-bitmask-type
334 Downloads
A custom Doctrine type that maps column values to BitMask objects using yaroslavche/bitmask
youwe/importer-grid-settings
764 Downloads
Bundle that set the selected grid columns automatically when importing a data object
jmasci/matrix-builder
12 Downloads
A mutable matrix object with methods for sorting rows/columns, adding/removing cells, and a few other things.