ajthinking/data-query

This is my package data-query

Maintainers

👁 ajthinking

Package info

github.com/ajthinking/data-query

pkg:composer/ajthinking/data-query

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 1

dev-master 2023-07-10 12:47 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 6c525f0843aac966366262c0c0cfe2663562bca7

  • Anders Jurisoo <jurisoo.woop@hotmail.com>

laravelajthinkingdata-query

This package is auto-updated.

Last update: 2026-06-11 18:44:58 UTC


README

Access properties and methods in uncertain PHP data structures. Supports object and array access and can forward method calls. It automatically interprets the underlying data structure (JSON, array or object) and simply gives you the (nested) result.

Installation

composer require ajthinking/data-query

Usage

use Ajthinking\DataQuery\DataQuery;

DataQuery::in($spaghetti)
	->prop
	->method('some arg') 
	->nestedProp
	['deep nested prop with spaces']
	->get(); // result or null

License

The MIT License (MIT). Please see License File for more information.

👁 Image