2017 © Pedro Peláez
 

library giftd-php-client

GIFTD API PHP client. Allows to check promo codes

image

giftd/giftd-php-client

GIFTD API PHP client. Allows to check promo codes

  • Thursday, April 13, 2017
  • by nevidimov
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1,974 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 1 Open issues
  • 6 Versions
  • 90 % Grown

The README.md

Giftd API PHP Client

This repository contains a PHP Client for the API of Giftd.tech project., (*1)

Check out the full API documentation., (*2)

Requirements

  • PHP version >= 5.3.3, (*3)

  • php-cURL extension, (*4)

Take a look at example.php to find usage examples., (*5)

Installation

composer require giftd/giftd-php-client

Basic usage example

checkByToken($promoCode, $basketTotal);
if ($card) {
  if ($card->is_available) {
    echo "Available amount: {$card->amount_available}; minimum amount total: {$card->min_amount_total}";
    // You may redeem this promocode after user finishes the order (i.e. charge the card):
    // $apiClient->charge($promoCode, $card->amount_available)
  } else {
    echo "No amount available on the gift card";
  }
} else {
  echo "Wrong token passed, gift card not found!";
}
?>

Support

Please send your questions and suggestions to support@giftd.tech., (*6)

The Versions

13/04 2017

dev-master

9999999-dev

GIFTD API PHP client. Allows to check promo codes

  Sources   Download

MIT

The Requires

  • php ^5.3.3 || ^7.0

 

api giftd

13/04 2017

1.1.4

1.1.4.0

GIFTD API PHP client. Allows to check promo codes

  Sources   Download

MIT

The Requires

  • php ^5.3.3 || ^7.0

 

api giftd

14/02 2017

1.1.3

1.1.3.0

GIFTD API PHP client. Allows to check promo codes

  Sources   Download

MIT

The Requires

  • php ^5.3.3 || ^7.0

 

api giftd

05/02 2017

1.1.2

1.1.2.0

GIFTD API PHP client. Allows to check promo codes

  Sources   Download

MIT

The Requires

  • php ^5.3.3 || ^7.0

 

api giftd

05/02 2017

1.1.1

1.1.1.0

GIFTD API PHP client. Allows to check promo codes

  Sources   Download

MIT

The Requires

  • php ^5.3.3 || ^7.0

 

api giftd

05/02 2017

v1.1

1.1.0.0

GIFTD API PHP client. Allows to check promo codes

  Sources   Download

MIT

The Requires

  • php ^5.3.3 || ^7.0

 

api giftd