OpenMenu SDK now supports OpenMenu Format v1.6
We’ve released an update to our SDK that updates all code to be compliant with the OpenMenu Format v1.6.
What we offer:
- OpenMenu Reader – Reads an OpenMenu into a PHP Array for use in your code or other classes provided by OpenMenu.
- OpenMenu Writer – Creates an OpenMenu (xml or json) from an array containing the OpenMenu information. OpenMenu Reader creates the expected array structure.
- OpenMenu Validate – Validates an OpenMenu to the current OpenMenu Format. This class powers our Online OpenMenu Validator.
- OpenMenu Render – Takes an OpenMenu, from the OpenMenu Reader, and renders the menu and restaurant information to the screen.
- DB Schema – sample
Link: http://openmenu.org/sdk.php
(please contact us if you would like to provide a port)