Download the PHP package realthanks/gift-provider without Composer

On this page you can find all versions of the php package realthanks/gift-provider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package gift-provider

Magento 2 RealThanks integration extension

1. How to install RealThanks integration Extension

1.1 Install via composer (recommend)

Run the following command in Magento 2 root folder:

1.2 Install zip package

  1. Unpack the extension ZIP file on your computer.
  2. Connect to your website source folder and upload all the files and folders from the extension package to the app/code folder of your Magento installation.
  3. Run the following command in Magento 2 root folder:

2. User Guide

The extension provides you direct gift sending from:

  1. Customer grid
  2. Customer form
  3. Order grid
  4. Order form
  5. RealThanks gift grid
  6. RealThanks gift order grid (re-send if a previous attempt failed)

2.1 How to config RealThanks integration Extension

Be sure you’re at Admin Panel.

  1. Go to Marketing > RealThanks > Settings.
  2. On the API section choose Yes to enable the extension.
  3. Put your API key that you generated on RealThanks account.
  4. Clear the cache

2.2 Data exchange with a RealThanks account

The extension exchanges next data types:

  1. Gift order. It creates by extension every time when user send a gift. Created gift order send to a user RealThanks account
  2. Gifts. The extension get the last version of gifts data from account. It can be run manually or by schedule.
  3. Gift order. The extension get the last version of gift order statuses. It can be run manually or by schedule.
  4. Account balance. The extension get the last balance value for a user account. It performs every time when a user successfully send a gift. Also, can be run manually or by schedule.

For the manual update, go to Marketing > RealThanks > Settings. And press "Update RealThanks data". To configure asynchronicity updating, please put your schedule to the Marketing > RealThanks > Settings > Synchronization > Cron schedule.


All versions of gift-provider with dependencies

PHP Build Version
Package Version
Requires magento/framework Version ^102|^103
php Version ~7.2.0||~7.3.0||~7.4.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package realthanks/gift-provider contains the following files

Loading the files please wait ....