2017 © Pedro Peláez
 

library subscribepro-php

Subscribe Pro PHP SDK

image

subscribepro/subscribepro-php

Subscribe Pro PHP SDK

  • Sunday, January 28, 2018
  • by garthbrantley
  • Repository
  • 2 Watchers
  • 0 Stars
  • 8,717 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 26 Versions
  • 18 % Grown

The README.md

Subscribe Pro PHP Client

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

This is our PHP client library for accessing the Subscribe Pro REST API. Our API documentation is available at https://docs.subscribepro.com/technical/rest-api/., (*2)

To learn more about Subscribe Pro you can visit us at https://www.subscribepro.com/., (*3)

Composer

You can install our PHP client via Composer. Run the following command:, (*4)

composer require subscribepro/subscribepro-php

To use the PHP client, use Composer's autoload:, (*5)

require_once('vendor/autoload.php');

Clean up code style

With php-cs-fixer v3.x installed, run this in project folder:, (*6)

php-cs-fixer fix

Running the tests

With dev dependencies installed via composer (these will install phpunit >= 9.5), run this:, (*7)

vendor/bin/phpunit

Getting Started

Simple usage looks like (example fetching a list of products):, (*8)

<?php

use SubscribePro\Sdk;

// Set credentials
$clientId     = 'XXXX';
$clientSecret = 'XXXX';

// Set log message format
$messageFormat = "SUBSCRIBE PRO REST API Call: {method} - {uri}\nRequest body: {req_body}\n{code} {phrase}\nResponse body: {res_body}\n{error}\n";

// Create SDK object
// Setup with Platform API base url and credentials from Magento config
$sdk = new Sdk([
    'client_id' => $clientId,
    'client_secret' => $clientSecret,
    'logging_enable' => true,
    'logging_file_name' => 'var/log/subscribe_pro_api.log',
    'logging_message_format' => $messageFormat,
    'api_request_timeout' => 60,
]);

$products = $sdk
    ->getProductService()
    ->loadProducts(['sku' => 'SOME-EXAMPLE-SKU']);

The Versions

28/01 2018

dev-master

9999999-dev http://www.subscribepro.com

Subscribe Pro PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

sdk subscribe pro

28/01 2018

1.0.14

1.0.14.0 http://www.subscribepro.com

Subscribe Pro PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

sdk subscribe pro

18/12 2017

1.0.13

1.0.13.0 http://www.subscribepro.com

Subscribe Pro PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

sdk subscribe pro

18/12 2017

dev-feat-testfiltersort

dev-feat-testfiltersort http://www.subscribepro.com

Subscribe Pro PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

sdk subscribe pro

02/11 2017

1.0.12

1.0.12.0 http://www.subscribepro.com

Subscribe Pro PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

sdk subscribe pro

27/09 2017

1.0.11

1.0.11.0 http://www.subscribepro.com

Subscribe Pro PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

sdk subscribe pro

22/09 2017

1.0.10

1.0.10.0 http://www.subscribepro.com

Subscribe Pro PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

sdk subscribe pro

21/09 2017

1.0.9

1.0.9.0 http://www.subscribepro.com

Subscribe Pro PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

sdk subscribe pro

13/09 2017

1.0.8

1.0.8.0 http://www.subscribepro.com

Subscribe Pro PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

sdk subscribe pro

03/09 2017

1.0.7

1.0.7.0 http://www.subscribepro.com

Subscribe Pro PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

sdk subscribe pro

13/08 2017

1.0.6

1.0.6.0 http://www.subscribepro.com

Subscribe Pro PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

sdk subscribe pro

02/05 2017

1.0.5

1.0.5.0 http://www.subscribepro.com

Subscribe Pro PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

sdk subscribe pro

02/05 2017

dev-issue-28-fix

dev-issue-28-fix http://www.subscribepro.com

Subscribe Pro PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

sdk subscribe pro

01/05 2017

1.0.4

1.0.4.0 http://www.subscribepro.com

Subscribe Pro PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

sdk subscribe pro

01/05 2017

dev-sdk-updates

dev-sdk-updates http://www.subscribepro.com

Subscribe Pro PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

sdk subscribe pro

20/03 2017

1.0.3

1.0.3.0 http://www.subscribepro.com

Subscribe Pro PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

sdk subscribe pro

20/03 2017

dev-rel-1.03

dev-rel-1.03 http://www.subscribepro.com

Subscribe Pro PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

sdk subscribe pro

16/03 2017

dev-feat-sdk-updates

dev-feat-sdk-updates http://www.subscribepro.com

Subscribe Pro PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

sdk subscribe pro

09/03 2017

dev-feat-oauth-token

dev-feat-oauth-token http://www.subscribepro.com

Subscribe Pro PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

sdk subscribe pro

04/02 2017

1.0.2

1.0.2.0 http://www.subscribepro.com

Subscribe Pro PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

sdk subscribe pro

20/12 2016

1.0.1

1.0.1.0 http://www.subscribepro.com

Subscribe Pro PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

sdk subscribe pro

08/11 2016

1.0.0

1.0.0.0 http://www.subscribepro.com

Subscribe Pro PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

sdk subscribe pro

09/09 2016

0.9.4

0.9.4.0 http://www.subscribepro.com

Subscribe Pro PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

sdk subscribe pro

26/08 2016

0.9.3.1

0.9.3.1 http://www.subscribepro.com

Subscribe Pro PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

sdk subscribe pro

17/08 2016

0.9.3

0.9.3.0 http://www.subscribepro.com

Subscribe Pro PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

sdk subscribe pro

16/07 2016

0.9.2

0.9.2.0 http://www.subscribepro.com

Subscribe Pro PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

sdk subscribe pro