---
title: "Enum Project"
description: "Yet Another List of Enumerations for PHP"
type: "docs"
category: "doc"
tags: [php]
authors: [Anonymous]
date: "2026-08-21"
last_update: "2026-08-21"
time_minutes: 1
draft: false
unlisted: false
url: "https://www.derafu.dev/docs/standards/enum"
---

# Yet Another List of Enumerations for PHP

![GitHub last commit](https://img.shields.io/github/last-commit/derafu/enum/main)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/derafu/enum)
![GitHub Issues](https://img.shields.io/github/issues-raw/derafu/enum)
![Total Downloads](https://poser.pugx.org/derafu/enum/downloads)
![Monthly Downloads](https://poser.pugx.org/derafu/enum/d/monthly)

A PHP repository for global enumerations.

## Note on Enumerations

While this package provides a basic set of enumerations for specific use cases, it is highly recommended to consider using [PrinsFrank/standards](https://github.com/PrinsFrank/standards) for more comprehensive enumeration needs. The PrinsFrank/standards package offers:

- A more extensive collection of standardized enumerations.
- Regular updates based on international standards.
- Better maintained and widely adopted in the PHP community.
- More robust validation and type-safety features.

This package (derafu/enum) should be considered primarily for very specific use cases where the more comprehensive solution might be unnecessary or when you need custom enumerations not covered by standard libraries.

## Installation

You can install the package via composer:

```bash
composer require derafu/enum
```



---
Last updated on 21/08/2026
#php
