PHPackages                             sukohi/where-json - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. sukohi/where-json

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sukohi/where-json
=================

A Laravel package to mange WHERE clause for json data.

2.0.1(10y ago)019MITPHP

Since Jun 2Pushed 10y ago1 watchersCompare

[ Source](https://github.com/SUKOHI/WhereJson)[ Packagist](https://packagist.org/packages/sukohi/where-json)[ RSS](/packages/sukohi-where-json/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (8)Used By (0)

WhereJson
=========

[](#wherejson)

A Laravel package to mange WHERE clause for json data. (This is for Laravel 5+. [For Laravel 4.2](https://github.com/SUKOHI/WhereJson/tree/1.0))

Installation
============

[](#installation)

Execute composer command.

```
composer require sukohi/where-json:2.*

```

Preparation
===========

[](#preparation)

Set `WhereJsonTrait` in your model like so.

```
