dschoenbauer/dot-notation
Given a complicated data structure, this library allows easy and safe access to data via dot notation. This library is a compilation of other Dot Notation libraries, taking the best feature from each.
时间:2016-11-26 11:11
simones/dotnot
Access your data with dot notation. Array or objects: no matter what!
时间:2016-09-15 19:33
hambrook/nest
Power up PHP arrays and objects and access nested data (even within functions) without worrying about validation.
时间:2015-10-12 23:14
mrboolean/store
MrBoolean/store is a simple and flexible way to hold your data unified and access it easily.
时间:2015-09-22 13:58
colindecarlo/collection
Collection is a collection library focused on delivering faster access to and iteration of its members.
时间:2015-08-11 20:42
michaels/data-manager
Simple data manager for nested data, dot notation array access, extendability, and container interoperability.
时间:2015-04-19 18:07
tebru/multi-array
Provides a data structure to ease access to multidimensional arrays in PHP
时间:2014-11-22 21:47
rkr/recursive-array-accessor
Access recursive arrays through an easy interface
时间:2013-11-17 22:16
wtfzdotnet/php-tmdb-api
PHP wrapper for TMDB (TheMovieDatabase) API v3. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The Movie Database.
时间:2013-11-02 03:54
pklink/dotor
Easy access to array values using dot notation. Useful for handling configurations or something like that
时间:2013-02-11 12:40
aveiv/mixed-value
MixedValue provides easy array access and the ability to convert/cast values
时间:未知