Jungi Common
  • Getting started
  • Result
  • Option
  • Equatable
  • Functions
Powered by GitBook
On this page
  • Overview
  • Primitive types
  • Installation

Getting started

NextResult

Last updated 3 years ago

Overview

The Jungi Common library defines primitive building blocks of PHP code. It combines the advantages of functional and object-oriented programming. All of this makes code easier to understand and less prone to errors.

Primitive types

Installation

composer require jungi/common

Result<T, E>
Option<T>
Equatable<T>