A implementation of a Java-like Set data structure for PHP. A Set allows storage of any value without duplicates which can be iterated in insertion order.
-
Updated
Jan 28, 2026 - PHP
A implementation of a Java-like Set data structure for PHP. A Set allows storage of any value without duplicates which can be iterated in insertion order.
To associate your repository with the php-sets topic, visit your repo's landing page and select "manage topics."