Libraries tagged by valute
korridor/laravel-computed-attributes
19349 Downloads
Laravel package that adds computed attributes to eloquent models. A computed attribute is an accessor were the computed value is saved in the database.
jaumo/avro
41542 Downloads
jaumo/avro is a library for handling serialization and deserialization of Avro values and schemas, including RPC.
jamm/memory
24099 Downloads
Key-value storage in memory. As a storage can be used: APC, Redis, Memcache, Shared memory. All storage objects have one interface, so you can switch them without changing the working code. Contains PHP Redis client.
jakewhiteley/php-sets
24104 Downloads
An implementation of a Java-like Set data structure for PHP. A Set is an iterable data structure which allows strict-type storage of unique values.
immutablephp/immutable
18006 Downloads
Immutable base objects, value objects, and value bag.
hulkur/laravel-hasmany-keyby
40560 Downloads
Add possibility to have related models in many-to-many relationship attached to the parent model by defined key values.
gsteel/dot
143914 Downloads
A Utility for retrieving typed values from nested arrays
grifart/scaffolder
14154 Downloads
Class scaffolder. Write definition, generate simple value holders. Useful for trivial composite types used in event sourced applications - for commands, events and query definitions classes. This mostly supplements public readonly $properties
eclipxe/micro-catalog
85470 Downloads
Micro catalog template class, useful to create value objects based on a known small catalog
digital-creative/nova-slider-filter
57176 Downloads
A Laravel Nova filter for picking range between a min/max value.
davidianbonner/enumerated
43238 Downloads
Enums represent a set of predefined values. Useful for ensuring data consistency.
cviebrock/eloquent-typecast
61896 Downloads
Trait for Eloquent models to force type-casting on retrieved values
cspray/typiphy
7525 Downloads
A small library of value objects and functions for working with PHP's types.
codezero/dotenv-updater
69193 Downloads
Update key/value pairs in a .env file.
cocur/vale
83536 Downloads
Vale is a helper utility that lets you get and set values in arbitrary nested arrays and objects.