A PHP implementation of the Interval Tree data structureBased on:https://github.com/tylerkahn/intervaltree-pythonhttps://github.com/misshie/interval-treeYour range objects should implement IntervalTree\RangeInterface. There are numeric and DateTime-based implementations included.