Download the PHP package alexcrawford/lexorank-php without Composer
On this page you can find all versions of the php package alexcrawford/lexorank-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alexcrawford/lexorank-php
More information about alexcrawford/lexorank-php
Files in alexcrawford/lexorank-php
Download alexcrawford/lexorank-php
More information about alexcrawford/lexorank-php
Files in alexcrawford/lexorank-php
Vendor alexcrawford
Package lexorank-php
Short Description PHP Implementation of JIRA's LexoRank algorithm.
License MIT
Package lexorank-php
Short Description PHP Implementation of JIRA's LexoRank algorithm.
License MIT
Please rate this library. Is it a good library?
Informations about the package lexorank-php
lexorank
A simple PHP implementation of xissy/lexorank
LexoRank is a ranking system introduced by Atlassian JIRA.
Background
What is the best representation of an ordered list in a database? With a dumb order number based ranking system, re-ordering a row of a list may require updating all rows of the list in a transaction, which is O(n).
- https://stackoverflow.com/questions/9536262/best-representation-of-an-ordered-list-in-a-database/49956113
- https://softwareengineering.stackexchange.com/questions/195308/storing-a-re-orderable-list-in-a-database
LexoRank makes it O(1). All you need to do is updating the re-ordered row's order field.
All versions of lexorank-php with dependencies
PHP Build Version
Package Version
The package alexcrawford/lexorank-php contains the following files
Loading the files please wait ....