php-api-wrapper
php-api-wrapper copied to clipboard
Querying does not support comparison operators
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());