php-api-wrapper icon indicating copy to clipboard operation
php-api-wrapper copied to clipboard

Querying does not support comparison operators

Open jorbascrumps opened this issue 3 years ago • 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());

jorbascrumps avatar May 12 '22 19:05 jorbascrumps