flow/jsonpath
PHP JSONPath implementation for querying and extracting data with XPath-like expressions. Object-oriented, tokenized/cached parser (no eval) and works with arrays, objects, and ArrayAccess. Note: this repo is unmaintained; see SoftCreatR/JSONPath.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| symfony/json-path | 0.84 | Evaluate JSONPath expressions in Symfony/PHP to query and extract data from JSON documents. Lightweight library with simple API for selecting nodes, filtering arrays, and retrieving values, useful for config parsing, API responses, and data transformation. | 16 | — | 0 | — | 0 | 19.8 | — | MIT | 2 weeks ago | |
| neomerx/json-api | 0.84 | Framework-agnostic PHP library implementing JSON:API v1.1. Builds compliant documents, relationships, compound includes, meta and errors. Parses/validates Accept/Content-Type and query params (pagination, sorting, sparse fields) to return proper 415/406 responses. | 737 | 743 | 66 | 24K | 8 | 16.9 | 23.2 | Apache-2.0 | 6 years ago | |
| mtdowling/jmespath.php | 0.83 | JMESPath is a query language for JSON. This PHP port lets you search, filter, and transform arrays/JSON with JMESPath expressions, useful for extracting data from API responses and complex nested structures. | 2,007 | 2,022 | 56 | 10M | 11 | 18.4 | 55.8 | MIT | 1 year ago | |
| dorvidas/laravel-json-api-client | 0.83 | Laravel package for consuming JSON:API services with a simple client in Laravel apps. Helps you send requests, handle responses, and work with JSON:API resources in a structured way. Suitable for integrating external APIs with minimal boilerplate. | 2 | 2 | 1 | 0 | 1 | 0.4 | — | — | 7 years ago | |
| herrera-io/json | 0.83 | PHP library for working with JSON data: read, write, validate, and manipulate JSON structures with a simple API. Useful for encoding/decoding, handling JSON files, and keeping JSON processing consistent across your applications. | 0 | 52 | — | 5K | — | 0.0 | 50.8 | — | — | |
| phrity/util-transformer | 0.83 | Lightweight PHP utility for transforming values between types. Provides transformers with canTransform()/transform(), plus resolvers to chain and recurse converters. Includes JSON/flatten decoders and converters for basic types, DateTime, enums, Stringable, Throwable and more. | 0 | 0 | 0 | 25K | 0 | 12.4 | 60.4 | MIT | 6 months ago | |
| braincrafted/json | 0.82 | Object-oriented wrapper around PHP’s json_encode() and json_decode() providing simple static encode/decode methods plus exception-based error handling. Supports decoding to arrays or objects via Json::DECODE_ASSOC and Json::DECODE_OBJECT. | 2 | 3 | 0 | 0 | 0 | 0.3 | — | — | 11 years ago | |
| boshurik/mapper-bundle | 0.82 | — | 1 | 1 | 0 | 13 | 0 | 11.2 | 12.8 | — | 7 months ago | |
| lastdragon-ru/path | 0.82 | Laravel/PHP utilities for working with filesystem-like paths: build, normalize, join, and resolve path segments with consistent behavior across platforms. Lightweight helper functions/classes aimed at safer path manipulation in applications and libraries. | 0 | 0 | 0 | 125 | 0 | 0.0 | 29.0 | MIT | — | |
| egeloen/json-builder | 0.82 | PHP 5.6+ library to build JSON using Symfony PropertyAccess paths. Set nested values, arrays, and raw/unescaped values while retaining control over escaping. Produces JSON strings from a fluent builder API with strong test coverage. | 96 | 97 | 26 | 12K | 0 | 1.4 | 28.7 | MIT | — | |
| botanick/serializer | 0.82 | Laravel/PHP serializer package for converting objects and arrays to structured formats and back. Aims to simplify data transformation with configurable normalization/denormalization for APIs, DTOs, and persistence layers. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| open-southeners/extended-php | 0.81 | Extended PHP helpers for modern apps: adds convenient functions, utilities, and small enhancements that complement core PHP to reduce boilerplate and speed up everyday development. Lightweight, easy to drop into existing projects. | 0 | 0 | 0 | 82 | 0 | 15.2 | 28.4 | MIT | 7 months ago | |
| bf-dsf/json-request-bundle | 0.81 | — | 0 | 0 | 0 | 2 | 0 | 0.6 | 6.6 | MIT | 4 years ago | |
| peekmo/jsonpath | 0.81 | peekmo/jsonpath adds JSONPath querying to PHP/Laravel, letting you select, filter, and extract values from complex JSON/arrays using familiar JSONPath expressions. Useful for API responses, config inspection, and transforming nested data quickly. | 72 | 74 | 22 | 23K | 10 | 2.3 | 26.7 | MIT | 12 years ago | |
| timacdonald/json-api | 0.81 | — | 642 | 644 | 49 | 71K | 8 | 29.2 | 35.5 | — | 2 months ago | |
| citizen63000/easy-api-core | 0.81 | — | 0 | 0 | 1 | 5 | 0 | 6.1 | 11.2 | MIT | 9 months ago | |
| da-vinci-studio/path-generator | 0.81 | Generate consistent file and directory paths in your Laravel app with configurable patterns and helpers. Useful for organizing uploads, storage, and assets by date, model, or custom rules, keeping paths predictable and easy to change later. | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 9 years ago | |
| mcustiel/phiremock-client | 0.81 | PHP client for Phiremock Server with a fluent API to define HTTP expectations, manage scenarios, and reset server state. Works with Guzzle 6 by default, or any PSR-18 HTTP client by overriding the factory for custom connections. | 16 | 16 | 9 | 17K | 1 | 21.0 | 47.7 | GPL-3.0 | 1 month ago | |
| aequation/utils | 0.81 | Aequation Wire Bundle provides a toolbox of asset/controllers for Symfony 7.2 projects. Install via composer (aequation/utils) to quickly add reusable front-end controllers and utilities for common UI and asset needs. | 0 | 0 | 0 | 0 | 0 | 1.2 | — | MIT | 1 year ago | |
| php-standard-library/foundation | 0.81 | A lightweight PHP foundation library offering common building blocks and utilities to bootstrap projects. Provides reusable helpers and core abstractions to reduce boilerplate and standardize patterns across apps and packages. | 1 | 1 | 0 | 33K | 0 | 21.2 | 64.8 | MIT | 1 week ago |
How can I help you explore Laravel packages today?