Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Jsonpath Laravel Package

softcreatr/jsonpath

Evaluate and query JSON with JSONPath in PHP. softcreatr/jsonpath lets you select, filter, and extract data from arrays/objects using familiar JSONPath expressions, making it easy to navigate complex nested structures for APIs, configs, and fixtures.

View on GitHub
Deep Wiki
Context7

Technical Evaluation

Architecture fit: Strong alignment with Laravel's common use cases (API responses, Eloquent JSON columns, config files). Replaces manual JSON traversal with expressive queries, reducing boilerplate code and improving readability. Fits naturally within Laravel's service container and middleware layers.
Integration feasibility: High—composer require is trivial, and the package can be used directly in controllers/services. No framework-specific hooks required, but may need lightweight wrappers for Laravel-specific patterns (e.g., dependency injection).
Technical risk: Critical license ambiguity (NOASSERTION), unverified future release date (2026-01-23), and low community adoption (164 stars). No CI/test coverage mentioned. Competing packages (e.g., json-path/json-path with 1.4k stars) are more established.
Key questions:

  • Why is the release date in the future? Is this a typo or intentional?
  • Can the license be clarified or changed to MIT/Apache?
  • What is the PHP version compatibility (especially for Laravel 10+)?
  • Are there performance benchmarks for large JSON payloads?

Integration Approach

Stack fit: Ideal for Laravel API projects needing dynamic JSON querying (e.g., processing third-party webhooks, parsing configuration files). Complements Laravel’s built-in JSON helpers but adds richer path-based filtering.
Migration path: Incremental adoption:

  1. Replace simple json_decode + manual loops in non-critical services.
  2. Create a reusable JsonPathService class to encapsulate usage.
  3. Extend to Eloquent JSON column queries where native Laravel methods fall short.
    Compatibility: Likely compatible with PHP 7.4+ and Laravel 8+. Must verify via composer.json in the package (missing in description). No known conflicts with Laravel’s JSON utilities.
    Sequencing:
  • Phase 1: Use in read-only scenarios (e.g., API response processing).
  • Phase 2: Integrate into config parsing or data transformation pipelines.
  • Phase
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport