Libraries tagged by object_column
jessarcher/laravel-castable-data-transfer-object
723228 Downloads
Automatically cast JSON columns to rich PHP objects in Laravel using Spatie's data-transfer-object class
acelaya/doctrine-enum-type
2149192 Downloads
A custom Doctrine type that maps column values to enum objects using myclabs/php-enum
morrislaptop/laravel-popo-caster
655443 Downloads
Automatically cast JSON columns to rich PHP objects in Laravel using Symfony's Serializer
mouf/utils.common.sortable-interface
270776 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
5575 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
6841 Downloads
Map json columns to PHP Object in Laravel
kachnitel/datasource-contracts
482 Downloads
Interfaces and value objects defining the DataSource contract for admin-style list views
dq5studios/entity_column
599 Downloads
A drop-in replacement for array_column() that supports objects with getters.
tailflow/castable-dto
29538 Downloads
Automatically cast JSON columns to PHP objects in Laravel using Spatie's data-transfer-object class
youwe/importer-grid-settings
811 Downloads
Bundle that set the selected grid columns automatically when importing a data object
bitzyk/array_column_object
47 Downloads
Provides the same functionality like array_column(), but reported to an array of objects
yonchando/laravel-cast-attributes
139 Downloads
Laravel model cast json columns to class object
plumthedev/json-shape
0 Downloads
Typed objects for your Laravel JSON columns - autocomplete and static analysis included.
chrgriffin/eloquent-moneyphp
14 Downloads
Automatically cast Eloquent columns to MoneyPHP objects.
idealia/yii2-children-count-behavior
261 Downloads
Behavior for counting records in the dependent objects and updating the relevant column after insert, edit and remove any child record.