> For the complete documentation index, see [llms.txt](https://piku235.gitbook.io/jungi-common/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://piku235.gitbook.io/jungi-common/master.md).

# Getting started

## Overview

The j**ungi/common** library defines primitive building blocks of PHP code. It defines basic types and useful functions.

### Primitive types

* &#x20;[`Result<T, E>`](/jungi-common/result.md)&#x20;
* &#x20;[`Equatable<T>`](/jungi-common/equatable.md)&#x20;

### Installation

```bash
composer require jungi/common
```
