Libraries tagged by object values
browner12/money
402 Downloads
money value object for php
apie/openapi-schema
25 Downloads
Collection of value objects to make an OpenAPI schema according the OpenAPI specs.
novara/dynamic-readonly-classes
6 Downloads
Create objects with constant values based on dynamically passed content.
mmo-and-friends/laravel-text-flags
28 Downloads
A Laravel package to replace flags found in the text with array values or objects
maximegosselin/serializer
126 Downloads
Convert scalar values and objects to arrays.
cstuder/parse-valueholder
42 Downloads
PHP value holder objects for `parse-hydrodaten` and `parse-swissmetnet`
clippings/freezable
98952 Downloads
Freeze values in objects
unicon/yaml
3056 Downloads
Validates YAML file using given class and, if matches, creates an object. Understands PhpDoc, converts values if necessary. Works recursively, so the YAML file may have complicated structure, and the given class may have properties of other classes.
moar/selector
6 Downloads
Select a target value from an object, object graph or array.
marcocesarato/dumper
14 Downloads
This class displays structured information about one or more expressions that includes its type and value. Arrays and objects are explored recursively with values indented to show structure.
jinnguyen/puja-config
43 Downloads
Allow load multi configured files, access the configured value as an object
improvframework/configuration
577 Downloads
An opinionated Configuration object for parsing Key-Value arrays.
arpablue/fieldlist
3 Downloads
It is a object to mange a value using a key, but identify each value using uncase-sensitive key. This allow get values using case un-sensitive methods and compare both list, using a strict mode for a exactly comparation of the keys and values, an compare mode only verify the current keys and values aexist in the second luist and the low mode only verify the keys exists in the second list.
affinity4/tokenizer
4 Downloads
A zero-dedpendency tokenizer written in PHP. Returns an easily navigatable Stream object of Token objects with public type, value, offset and length properties
yaroslavche/doctrine-bitmask-type
334 Downloads
A custom Doctrine type that maps column values to BitMask objects using yaroslavche/bitmask