PHP Package: softcreatr/jsonpath

Efficient PHP library for JSON path querying with advanced features and flexibility.

Current Version: 0.9.1
Last Updated: 2024-06-01
PHP Requirement: 8.1 - 8.4
Dependencies:
symfony/yaml
guzzle/guzzle
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

JSONPath is a versatile PHP library designed for seamless querying of JSON data structures. It allows users to navigate complex JSON structures effortlessly, enabling precise data extraction. With support for various filters and conditions, JSONPath simplifies data retrieval tasks. This library is suitable for applications requiring dynamic JSON data handling and manipulation, providing developers with a powerful tool to streamline data querying processes.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 0.10.0

Clock Coming soon

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/softcreatr/jsonpath/0.10.0/loader.php';
require_once 'libs/symfony/yaml/7.3.3/loader.php';
require_once 'libs/guzzle/guzzle/7.10.0/loader.php';

use Softcreatr\JsonPath\JsonPath;

$obj = new JsonPath();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.