openactive / models-php

PHP Models for the OpenActive Opportunity and Booking Specifications
MIT License
6 stars 8 forks source link

RPDE #19

Closed thtg88 closed 5 years ago

thtg88 commented 5 years ago

Apart from adding the RPDE logic, this PR also include some re-arranging of shared logic between BaseModel and RPDE, and some better enforcement of contracts (basically interfaces for type checking and serialisation), which they both share. Bit of a chonky PR, sorry.