2017 © Pedro Peláez
 

library suffix-tree

Suffix-tree (Ukkonen) for PHP.

image

shrink0r/suffix-tree

Suffix-tree (Ukkonen) for PHP.

  • Friday, October 21, 2016
  • by shrink
  • Repository
  • 3 Watchers
  • 5 Stars
  • 204 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

suffix-tree

Latest-Stable-Version [License][10] Latest Unstable Version Build Status Coverage Status Code Climate [Stories in Ready][9] Total Composer Downloads, (*1)

Please have a look at the available releases., (*2)

Purpose

Suffix-tree implementation using the ukkonen algorithm. The code is based on these two articles found at stackoverflow and geeksforgeeks., (*3)

Requirements and installation

  • PHP v7+

Install the library via Composer:, (*4)

./composer.phar require shrink0r/suffix-tree [optional version], (*5)

Adding it manually as a vendor library requirement to the composer.json file of your project works as well:, (*6)

{
    "require": {
        "shrink0r/suffix-tree": "^0.1"
    }
}

Alternatively, you can download a release archive from the github releases., (*7)

Documentation

tbd., (*8)

Community

None, but you may join the freenode IRC #honeybee channel anytime. :-), (*9)

Contributors

Please contribute by forking and sending a pull request. More information can be found in the CONTRIBUTING.md file. The authors and contributors are mentioned in the github contributors graph of this repository., (*10)

The code tries to adhere to the following PHP-FIG standards: PSR-4, PSR-1 and PSR-2., (*11)

Changelog

See CHANGELOG.md for more information about changes., (*12)

License

This project is MIT licensed. See the linked license for details., (*13)

The Versions