Skip to content

Instantly share code, notes, and snippets.

@amitaibu
Created June 9, 2015 08:24
Show Gist options
  • Save amitaibu/7ee6d9e31ae0e01762e9 to your computer and use it in GitHub Desktop.
Save amitaibu/7ee6d9e31ae0e01762e9 to your computer and use it in GitHub Desktop.
$handler = restful_get_restful_handler('encrypt');
$request = array(
'key' => 'foo',
'value' => 'bar',
);
$result = $handler->post('12', $request);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment