spatie/opening-hours

[Feature request] createFromStructuredData method

ambroisemaupate opened this issue · 0 comments

Hello,

Is there any plan to construct OpeningHours object from https://schema.org/OpeningHoursSpecification ?
If not, will you accept pull-request ?

I need to store opening-hours data in database then I chose to store as a native OpeningHoursSpecification JSON object, but I need to parse it for my business logic.

Maybe you'll have better options.