SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

php-flow-jsonpath rpm build for : Fedora 32. For other distributions click php-flow-jsonpath.

Name : php-flow-jsonpath
Version : 0.3.4 Vendor : Fedora Project
Release : 6.fc32 Date : 2020-01-30 08:10:05
Group : Unspecified Source RPM : php-flow-jsonpath-0.3.4-6.fc32.src.rpm
Size : 0.03 MB
Packager : Fedora Project
Summary : JSONPath implementation for parsing, searching and flattening arrays
Description :
This is a JSONPath [1] implementation for PHP based on Stefan Goessner\'s
JSONPath script.

JSONPath is an XPath-like expression language for filtering, flattening and
extracting data.

I believe that is improves on the original script (which was last updated in
2007) by doing a few things:
* Object-oriented code (should be easier to manage or extend in future)
* Expressions are parsed into tokens using some code cribbed from Doctrine
Lexer and cached
* There is no eval() in use
* Performance is pretty much the same
* Any combination of objects/arrays/ArrayAccess-objects can be used as the data
input which is great if you\'re de-serializing JSON in to objects or if you
want to process your own data structures.

Autoloader: /usr/share/php/Flow/JSONPath/autoload.php

[1] http://goessner.net/articles/JsonPath/

RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora/linux/releases/32/Everything/aarch64/os/Packages/p

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  php-flow-jsonpath-0.3.4-6.fc32.noarch.rpm
     

Provides :
php-composer(flow/jsonpath)
php-flow-jsonpath

Requires :
php(language) >= 5.4.0
php-composer(fedora/autoloader)
php-json
php-pcre
php-spl
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/share/doc/php-flow-jsonpath
/usr/share/doc/php-flow-jsonpath/README.md
/usr/share/doc/php-flow-jsonpath/composer.json
/usr/share/licenses/php-flow-jsonpath
/usr/share/licenses/php-flow-jsonpath/LICENSE
/usr/share/php/Flow
/usr/share/php/Flow/JSONPath
/usr/share/php/Flow/JSONPath/AccessHelper.php
/usr/share/php/Flow/JSONPath/Filters
/usr/share/php/Flow/JSONPath/Filters/AbstractFilter.php
/usr/share/php/Flow/JSONPath/Filters/IndexFilter.php
/usr/share/php/Flow/JSONPath/Filters/IndexesFilter.php
/usr/share/php/Flow/JSONPath/Filters/QueryMatchFilter.php
/usr/share/php/Flow/JSONPath/Filters/QueryResultFilter.php
/usr/share/php/Flow/JSONPath/Filters/RecursiveFilter.php
/usr/share/php/Flow/JSONPath/Filters/SliceFilter.php
/usr/share/php/Flow/JSONPath/JSONPath.php
/usr/share/php/Flow/JSONPath/JSONPathException.php
/usr/share/php/Flow/JSONPath/JSONPathLexer.php
/usr/share/php/Flow/JSONPath/JSONPathToken.php
/usr/share/php/Flow/JSONPath/autoload.php

 
ICM