spaceonfire/criteria

This package is abandoned and no longer maintained. The author suggests using the getwarp/criteria package instead.

Criteria help you to declare rules to filter datasets

Maintainers

👁 tntrex

Package info

github.com/spaceonfire/criteria

pkg:composer/spaceonfire/criteria

Fund package maintenance!

Liberapay

Statistics

Installs: 2 538

Dependents: 4

Suggesters: 0

Stars: 1

2.5.2 2021-09-25 09:38 UTC

Requires

Requires (Dev)

Provides

None

Conflicts

None

Replaces

None

MIT 4a661ae05a8af8bf97d691795be569030227b7f6

paginationfiltercriteriaMatch

This package is auto-updated.

Last update: 2022-06-12 16:27:07 UTC


README

👁 Latest Version on Packagist
👁 Software License
👁 Total Downloads
👁 Code Coverage

Criteria help you to declare rules to filter datasets.

Install

Via Composer

$ composer require spaceonfire/criteria

Usage

use spaceonfire\Criteria\Criteria;
$criteria = new Criteria();
$criteria->where(Criteria::expr()->property('name', Criteria::expr()->equals('Ben')))
 ->orderBy(['lastName' => SORT_ASC])
 ->offset(50)
 ->limit(25);

Change log

Please see CHANGELOG for more information on what has changed recently.

Contributing

Report issues and send Pull Requests in the main spaceonfire repository. Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Credits

License

The MIT License (MIT). Please see License File for more information.