2017 © Pedro Peláez
 

library enum

A base class for enumerations in PHP

image

daverandom/enum

A base class for enumerations in PHP

  • Wednesday, January 10, 2018
  • by DaveRandom
  • Repository
  • 1 Watchers
  • 0 Stars
  • 91 Installations
  • PHP
  • 6 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 14 % Grown

The README.md

Enum

A base class for enumerations in PHP., (*1)

This library consists of a single abstract class, which can be extended by enumerations so that they need only define their member values as constants. A number of static methods are provided to facilitate name and value validation and resolution., (*2)

It is intended merely as an easy way for me to share this functionality, in a highly node_modules-esque manner. It is probably best that people do not do this, but #yolo., (*3)

Status

Build Status Scrutinizer Code Quality Code Coverage, (*4)

The Versions

10/01 2018

1.0.0

1.0.0.0

A base class for enumerations in PHP

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

10/01 2018

dev-master

9999999-dev

A base class for enumerations in PHP

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires