Enumeration list Plugin for CakePHP 3

Repo Url https://github.com/CakeDC/Enum
Clone Url:
Watchers 6
Issues 1
Forks 4
Last Pushed At 2016-07-19
Tags has:behavior has:composer has:config has:license has:readme has:table keyword:cakedc keyword:enum license:mit version:3.x
Last fetched: on 1/4/20

Recent Activity

Date Commit Message
2024-04-24 Initial commit
2024-04-24 Defaults field name to underscored version
2024-04-24 Re-implement `InstanceConfigTrait`, makes a couple things easier
2024-04-24 Renaming things
2024-04-24 Increase test coverage
2024-04-24 Auto configure enum associations
2024-04-24 Add `beforeMarshal` to behavior
2024-04-24 Fix exception message
2024-04-24 Write basic configuration tests
2024-04-24 Add `get()` to strategies
2024-04-24 Use `ModelAwareTrait` instead of `InstanceConfigTrait`
2024-04-24 Throw meaningful exception
2024-04-24 Add missing migration, closes #2
2024-04-24 Add some missing docblocks
2024-04-24 Small refactor for better naming
2024-04-24 Make strategy configurable by enum group
2024-04-24 Add initial `enum()` implementation
2024-04-24 Stub the other strategies to support
2024-04-24 First bach of working tests
2024-04-24 Stub lookups table
2024-04-24 updated compposer.json
2024-04-24 fixed test
2024-04-24 Fixing Issue with $constant beeing of type /Cake/ORM/Entity
2024-04-24 fixed Review comment Fixed "If" without curly brackets break cakephp style guide.
2024-04-24 Merge branch 'refs/heads/master' into 3.next-cake5
2024-04-09 Fixing Issue with $constant beeing of type /Cake/ORM/Entity
2024-04-09 fixed Review comment Fixed "If" without curly brackets break cakephp style guide.