CristalTeam/php-api-wrapper

Querying does not support comparison operators

Opened this issue · 0 comments

Some APIs allow you to query their data with comparison operators. It would be nice if this package facilitated this by supporting operators much like Eloquent does:

Model::where('created_at', '>', Carbon::now());