Download the PHP package rmtram/array-query without Composer
On this page you can find all versions of the php package rmtram/array-query. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rmtram/array-query
More information about rmtram/array-query
Files in rmtram/array-query
Package array-query
Short Description Array query
License MIT
Homepage https://github.com/Rmtram/ArrayQuery
Informations about the package array-query
ArrayQuery
This library provides ORM-like Array filtering.
Install
Usage
Contents
- Initializations
- constructor
- reset
- Operations
- eq
- notEq
- in
- notIn
- null
- notNull
- like
- notLike
- gt
- gte
- lt
- lte
- and
- or
- Executions
- generator
- all
- first
- last
- count
- exists
- map
- pluck
- pluckFirst
- pluckLast
- Setters
- setDelimiter
- setResettable
Methods
Initializations
constructor
Definition
Source code
reset
Definition
Source code
Operations
eq
Definition
Source code
notEq
Definition
Source code
in
Definition
Source code
notIn
Definition
Source code
null
Definition
Source code
notNull
Definition
Source code
like
Definition
Source code
notLike
Definition
Source code
gt
gt
is an alias for greater than
, compare a > b
.
Definition
Source code
gte
gte
is an alias for greater equal than
, compare a >= b
.
Definition
Source code
lt
lt
is an alias for less than
, compare a < b
.
Definition
Source code
lte
lte
is an alias for less equal than
, compare a < b
.
Definition
Source code
and
Definition
Source code
or
Definition
Source code
Executions
generator
Definition
Source code
all
Definition
Source code
first
Definition
Source code
last
Definition
Source code
count
Definition
Source code
exists
Definition
Source code
map
Definition
Source code
pluck
Definition
Source code
pluckFirst
Definition
Source code
pluckLast
Definition
Source code
Setters
setDelimiter
Definition
Source code
setResettable
Definition
Source code
Support versions
- 7.2
- 7.3
- 7.4
LICENSE
MIT