grifart / comparable-polyfill
Provides interface of Comparable RFC.
Installs: 14 215
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >= 7.0.0
This package is auto-updated.
Last update: 2024-10-28 12:49:31 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?