grifart / comparable-polyfill
Provides interface of Comparable RFC.
v1.0.1
2018-11-27 23:07 UTC
Requires
- php: >= 7.0.0
This package is auto-updated.
Last update: 2026-02-28 15:28:58 UTC
README
Provides interface of comparable RFC.
This makes logical comparison of objects much easier by providing common interface for object comparision.
Installation
composer require grifart/comparable-polyfill
TODO
- UncomparableException?