Skip to content

Instantly share code, notes, and snippets.

View ClaudiuCreanga's full-sized avatar
💭
Hitting the gym

Claudiu Creanga ClaudiuCreanga

💭
Hitting the gym
View GitHub Profile
@pswaine
pswaine / m2-rest-token-example.php
Created June 13, 2016 16:53
M2 Web API Rest Token Example
<?php
require '../vendor/autoload.php';
use Zend\Http\Headers;
use Zend\Http\Request;
use Zend\Http\Client;
use Zend\Stdlib\Parameters;