Build and scale ecommerce with Schema. Create a free account at https://schema.io
<?php require_once("/path/to/schema-php-client/lib/Schema.php");
$client = new Schema\Client('<client-id>', '<client-hey>');
$products = $client->get('/categories/shoes/products', array(
'color' => 'blue'
));
print_r($products);
See http://schema.io/docs/clients#php for more API docs and usage examples
Pull requests are welcome
MIT