Libraries tagged by object values
novara/dynamic-readonly-classes
23 Downloads
Create objects with constant values based on dynamically passed content.
mmo-and-friends/laravel-text-flags
29 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
67 Downloads
PHP value holder objects for `parse-hydrodaten` and `parse-swissmetnet`
unicon/yaml
3057 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
15 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
47 Downloads
Allow load multi configured files, access the configured value as an object
improvframework/configuration
581 Downloads
An opinionated Configuration object for parsing Key-Value arrays.
harp-orm/range
52 Downloads
An object representing 2 integer values
foorg/moose
18 Downloads
Moose - l[oose] object [m]apper. It allows you to map arbitrary data to objects, trying to coerce values to given types and failing gracefully with a list of validation errors. This is useful for consuming or writing APIs where incoming data can be of invalid format or type.
dzentota/config-loader
2 Downloads
Secure environment variable and configuration loader that parses values into TypedValue objects
arpablue/fieldlist
8 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
7 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