/php-comparable

Interface that should be implemented by all classes which instances could be compared or sorted

Primary LanguagePHPMIT LicenseMIT

PHP comparable interface

This simple package contains only single interface Stein197\Comparable that should be implemented by all classes which instances could be compared or sorted. To install the package execute the following command:

composer require stein197/comparable

To get more info read the documentation in corresponding docblocks.