Registry / utility / dflydev-dot-access-data

dflydev-dot-access-data

JSON →
library3.0.3phppackagistunverified

Given a deep data structure, access data by dot notation.

composer require dflydev/dot-access-data
INSTALL
IMPORT
SIG · DFLYDEV-DOT-ACCESS
D
dflydev-dot-access-data
utilityphpv3.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Data
use Dflydev\DotAccessData\Data;

Access nested array data using dot notation.

use Dflydev\DotAccessData\Data; $data = new Data(['foo' => ['bar' => 'baz']]); echo $data->get('foo.bar'); // 'baz'
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.3latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
dflydev-dot-access-data — pip install dflydev-dot-access-data · libregistry