Download the PHP package ruhulfbr/csvqry without Composer
On this page you can find all versions of the php package ruhulfbr/csvqry. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package csvqry
Query on CSV
Query on CSV allows you to perform queries on CSV.
Use Cases
This package is suitable for you if you need to perform some queries on:
- Perform SELECT query
- Perform where query (where, orWhere, whereIn, whereDate e.t.c)
- Perform Sorting
- Perform Limit, Offset
- Perform Aggregate Query (count, sum, avg, max, min)
Installation
To install the package, you can use Composer:
Basic Usage
To instantiate the CSVQ do the following:
Querying, sorting and get results
You can perform queries on your csv:
More Example
Available where operators
=
(default operator, can be omitted)>
<
<=
>=
!=
Available sorting operators
ASC
DESC
(default operator, can be omitted)asc
desc
Limit and Offset
You can add criteria and specify limit and offset for your query results:
Aggregator Query
You can add criteria and specify limit and offset for your query results:
Support
If you found an issue or had an idea please refer to this section.
Authors
- Md Ruhul Amin - Github
All versions of csvqry with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
The package ruhulfbr/csvqry contains the following files
Loading the files please wait ....