dolfelt / php-intervaltree
Interval Tree implementation in PHP
2.0.2
2015-03-30 15:29 UTC
Requires
- php: >=5.5
Requires (Dev)
- phpunit/phpunit: 4.*
README
Based on:
Your range objects should implement IntervalTree\RangeInterface. There are numeric and DateTime-based implementations included.