Skip to content

A PHP implementation of the Interval Tree data structure

License

Notifications You must be signed in to change notification settings

dillchuk/php-intervaltree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A PHP implementation of the Interval Tree data structure

This is a back-port to PHP5.4.

Based on:

Your range objects should implement IntervalTree\RangeInterface. There are numeric and DateTime-based implementations included.

To install via Composer:

  1. composer.phar require judev/php-intervaltree:dev-master
  2. add to composer.json:
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/dillchuk/php-intervaltree"
        }
    ],

About

A PHP implementation of the Interval Tree data structure

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.8%
  • Makefile 0.2%