shrink0r/suffix-tree

Suffix-tree (Ukkonen) for PHP.

Maintainers

👁 shrink0r

Package info

github.com/shrink0r/suffix-tree

pkg:composer/shrink0r/suffix-tree

Statistics

Installs: 256

Dependents: 2

Suggesters: 0

Stars: 6

Open Issues: 1

0.2.0 2016-10-13 23:03 UTC

Requires

  • php: ^7.0

Suggests

  • ext-fileinfo: to handle mimetype guessing locally

Provides

None

Conflicts

None

Replaces

None

MIT 8f21932fd5d289da771fc06c37c6a16f3f97af8f

  • Thorsten Schmitt-Rink <schmittrink.woop@gmail.com>

suffix-treeukkonen

This package is auto-updated.

Last update: 2026-06-05 22:49:34 UTC


README

👁 Latest-Stable-Version
👁 License
👁 Latest Unstable Version
👁 Build Status
👁 Coverage Status
👁 Code Climate
👁 Stories in Ready
👁 Total Composer Downloads

Please have a look at the available releases.

Purpose

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

Requirements and installation

  • PHP v7+

Install the library via Composer:

./composer.phar require shrink0r/suffix-tree [optional version]

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

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

Alternatively, you can download a release archive from the github releases.

Documentation

tbd.

Community

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

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.

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

Changelog

See CHANGELOG.md for more information about changes.

License

This project is MIT licensed. See the linked license for details.