Skip to content

grifart/comparable-polyfill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Comparable interface polyfill

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?