Download the PHP package zaimealabs/ranks without Composer
On this page you can find all versions of the php package zaimealabs/ranks. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zaimealabs/ranks
More information about zaimealabs/ranks
Files in zaimealabs/ranks
Download zaimealabs/ranks
More information about zaimealabs/ranks
Files in zaimealabs/ranks
Vendor zaimealabs
Package ranks
Short Description The ZaimeaLabs Ranks package.
License MIT
Homepage https://zaimea.com
Package ranks
Short Description The ZaimeaLabs Ranks package.
License MIT
Homepage https://zaimea.com
Please rate this library. Is it a good library?
Informations about the package ranks
Ranks for Models
Hey 👋 thanks for considering making a donation, with these donations I can continue working to contribute to ZaimeaLabs projects.
[](https://www.paypal.com/donate/?hosted_button_id=V6YPST5PUAUKS)
Support | Function
----------- | ----------------------
`MySql` | `rank()`, `rankTime()`
`MariaDB` | `rank()`, `rankTime()`
`Pgsql` | `rank()`, `rankTime()` [NotTested]
`Sqlite` | `rank()`, `rankTime()` [NotTested]
`SqlServer` | `rank()`, `rankTime()` [NotTested]
## Usage
To generate a rank for your model, import the `ZaimeaLabs\Ranks\Rank` class and pass along a model or query.
`::model()` come as it is.
`::query()` allow you to use additional filter like `where()`.
`->select(['column'])` to group your result.
## Select Column
To select columns just use `select(['name'])`
## Date Column
If your column is not `created_at` just use `dateColumn('pointed_date_column')`
## Rank Alias
You can set custom rank alias:
## Sum Alias
You can set custom sum alias:
### Ranks
***You can use the following ranks:***
Function | Parameter
-------------- | -----------
`->rank()` | `'column'`
`->rankTime()` | `'column'`All versions of ranks with dependencies
PHP Build Version
Package Version
The package zaimealabs/ranks contains the following files
Loading the files please wait ....