Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Commit

Permalink
Merge pull request #60 from martinssipenko/abandon
Browse files Browse the repository at this point in the history
Mark package abandoned
  • Loading branch information
flowcomm authored Oct 14, 2020
2 parents 7d79ba5 + 842e7ba commit 998cb29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# :exclamation: New project maintainers :exclamation:

This project is no longer maintained here. Please go to https://github.com/SoftCreatR/JSONPath.

JSONPath [![Build Status](https://travis-ci.org/FlowCommunications/JSONPath.svg?branch=master)](https://travis-ci.org/FlowCommunications/JSONPath)
=============

Expand All @@ -24,7 +28,7 @@ composer require flow/jsonpath

Support for PHP 5.x is deprecated... the current version should work but all unit tests are run against 7.1+ and support may be dropped at any time in the future.

A legacy branch is maintained in `php-5.x` and can be composer-installed as follows:
A legacy branch is maintained in `php-5.x` and can be composer-installed as follows:
`"flow/jsonpath": "dev-php-5.x"`

JSONPath Examples
Expand Down Expand Up @@ -106,7 +110,7 @@ So here are the types of query expressions that are supported:
[?(@.title == "A string")] //
[?(@.title = "A string")]
// A single equals is not an assignment but the SQL-style of '=='

Known issues
------
- This project has not implemented multiple string indexes eg. `$[name,year]` or `$["name","year"]`. I have no ETA on that feature and it would require some re-writing of the parser that uses a very basic regex implementation.
Expand All @@ -117,7 +121,7 @@ Similar projects

[JMESPath](https://github.com/jmespath) does similiar things, is full of features and has a PHP implementation

The [Hash](http://book.cakephp.org/2.0/en/core-utility-libraries/hash.html) utility from CakePHP does some similar things
The [Hash](http://book.cakephp.org/2.0/en/core-utility-libraries/hash.html) utility from CakePHP does some similar things

The original JsonPath implementations is available at [http://code.google.com/p/jsonpath]() and re-hosted for composer
here [Peekmo/JsonPath](https://github.com/Peekmo/JsonPath).
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "flow/jsonpath",
"abandoned": "softcreatr/jsonpath",
"description": "JSONPath implementation for parsing, searching and flattening arrays",
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 998cb29

Please sign in to comment.