An open API service indexing awesome lists of open source software.

https://github.com/majkl578/comparison

Proposal for Comparable & Equatable in PHP
https://github.com/majkl578/comparison

comparable equatable

Last synced: 7 months ago
JSON representation

Proposal for Comparable & Equatable in PHP

Awesome Lists containing this project

README

          

# 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.