Skip to content

Instantly share code, notes, and snippets.

View mortenbirkelund's full-sized avatar

Morten Birkelund mortenbirkelund

  • Salecto ApS
  • Denmark
View GitHub Profile
@rickdaalhuizen90
rickdaalhuizen90 / client.php
Last active September 26, 2023 17:17
PHP OAuth client for Magento 2 REST API
<?php
/*
* OAuth 1.0a client (Example) for Magento 2
*
* @see: https://oauth.net/core/1.0a
* @see: https://tools.ietf.org/html/rfc5849
*/
class Api
{
const OAUTH_VERSION = '1.0';