enum-helpers

A collection of helper functions for working with enums in PHP

MIT License

Downloads
483
Stars
1
enum-helpers - v1.0.1 update composer requirements Latest Release

Published by Rocksheep 4 months ago

Add minimal PHP version to composer.json

enum-helpers - v1.0.0

Published by Rocksheep 4 months ago

First release of basic enum helpers.

  • Allow use of toArray method on enums
  • Developers can use the Hidden attribute to hide enum cases from the toArray method.