Skip to content

Instantly share code, notes, and snippets.

@hjanuschka
Created May 3, 2017 20:53
Show Gist options
  • Save hjanuschka/cb42b286506588de30190de7ab1575b5 to your computer and use it in GitHub Desktop.
Save hjanuschka/cb42b286506588de30190de7ab1575b5 to your computer and use it in GitHub Desktop.
php obj mapper
<?php
$mapper = new JsonMapper();
$contactObject = $mapper->map(
json_decode(file_get_contents('http://example.org/contact.json')),
new Contact()
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment