Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 373 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 373 Bytes

Comparable & Equatable for PHP

This library provides two simple interfaces:

  • Comparable: Implemented by objects that desire to adjust how they should be compared to other objects.
  • Equatable: Implemented by objects that desire to adjust how they should be equated to other objects.

For more in-depth information see the phpDoc in the interfaces themselves.