argenu/jq-mock

This package is abandoned and no longer maintained. No replacement package was suggested.

Modern library for using JQ utility with PHP.

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/argenu/jq-mock

v1.1.0 2024-04-12 09:57 UTC

This package is not auto-updated.

Last update: 2024-04-15 12:44:42 UTC


README


To use, simply add these lines to your code:
use JQMock\JQMock;

$res = JQMock::execForPath($path, $query);