CristalTeam / php-api-wrapper

:rainbow: Work with APIs like with Laravel Eloquent or Doctrine (no longer a dream)
MIT License
117 stars 32 forks source link

Querying does not support comparison operators #39

Open jorbascrumps opened 2 years ago

jorbascrumps commented 2 years ago

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());