php-consul-api
php-consul-api copied to clipboard
V3 Work
Goals:
- [x] Remove useless comments.
- [x] Remove
FakeMapclass. - [x] Remove
FakeSliceclass. - [x] Remove
ScalarTypeinterface. - [ ] Use parameterized constructors for all models.
- [ ] Remove
Transcodingtype and usage. - [ ] Remove
UnmarshallerandMarshallertraits and flow. - [ ] Localize entirety of json encoding / decoding to each individual model class.
- [x] Better support for dynamically declared fields.
- [ ] Enable all
Time\Durationvalues to acceptnull|int|float|string|\DateInterval|Time\Durationfor construction. - [ ] Create
enumtypes for enum values.