hayes/php-enum

Extension for the myclabs/php-enum library

Installs: 7 765

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/hayes/php-enum

1.0.1 2022-03-02 10:17 UTC

This package is auto-updated.

Last update: 2025-09-29 02:58:58 UTC


README

Extension for the myclabs/php-enum library.

Documentation

Add method

  • getLabel() Returns the enum label

Static methods:

  • labels() Returns the labels of all constants in the Enum class

      // Define the label corresponding to the enumeration value. example:
      return [value => label];
  • options() Returns all possible options as an array