> For the complete documentation index, see [llms.txt](https://docs.sonsofphp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonsofphp.com/contracts/common.md).

# Common

Common Contracts are generic contracts that are not specific to any one package or project.

## Installation

```shell
composer require sonsofphp/common-contract
```

## Includes Interfaces

* `ArrayableInterface`
* `ComparableInterface`
* `EquatableInterface`
* `JsonableInterface`
* `TryableInterface`
