Skip to content

Instantly share code, notes, and snippets.

@eedeebee
Created March 26, 2013 18:23
Show Gist options
  • Select an option

  • Save eedeebee/5247834 to your computer and use it in GitHub Desktop.

Select an option

Save eedeebee/5247834 to your computer and use it in GitHub Desktop.
MLPHP Sample Usage
<?php
$document = new Document($client);
$document->setContentFile('myfile.xml')->write('/myfile.xml');
?>
<?php
$search = new Search($client);
$results = $search->retrieve('cat');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment