topsort.php

High-Performance Topological Sort / Dependency resolver in PHP

MIT License

Downloads
10.3M
Stars
237
Committers
8
topsort.php - 2.0.0 Latest Release

Published by marcj almost 4 years ago

Added new major version supporting now PHP 8 thanks to @sminnee in #8! This will drop support for PHP < 7.3.

There are no new features or bug fixes, as this library is feature-complete. So if you use PHP < 7.3 you can keep using the old 1.1.0 version.

topsort.php - 1.1.0

Published by marcj almost 8 years ago

Added SameTypeExtraGrouping feature.

Fixed bug where you can only call sort() once.
Removed GroupedFixedArraySort due its inefficient implementation

topsort.php - First official version

Published by marcj about 9 years ago

topsort.php -

Published by marcj over 9 years ago

topsort.php -

Published by marcj about 10 years ago

Hi