spatie / opening-hours

Query and format a set of opening hours

Home Page:https://freek.dev/595-managing-opening-hours-with-php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature request] createFromStructuredData method

ambroisemaupate opened this issue · 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.