Download the PHP package diller-loyalty/php-sdk without Composer

On this page you can find all versions of the php package diller-loyalty/php-sdk. 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 php-sdk

DillerAPI

The official Diller Retailer API (beta version)
Last Updated: 2024-08-12T18:08:52

This PHP package is automatically generated by the Swagger Codegen project:

Requirements

PHP 8.1 and later Guzzle 7.5 and later

Installation & Usage

Composer

To install the bindings via Composer, add the following to composer.json:

Then run composer install

Manual Installation

Download the files and include autoload.php:

Tests

To run the unit tests:

Getting Started

Please follow the installation procedure and then run the following:

Documentation for API Endpoints

All URIs are relative to /

Class Method HTTP request Description
CouponsApi cancelCouponReservation POST /api/v2.0/stores/{storeId}/members/{memberId}/coupons/{couponCode}/cancel-reservation This endpoint should be called when a transaction is completed or cancelled to release the coupon reservation and avoid making it unavailable for other transactions.
CouponsApi getMemberCoupons GET /api/v2.0/stores/{storeId}/members/{memberId}/coupons This endpoint retrieves available coupons for a specific member.
CouponsApi getStoreCoupons GET /api/v2.0/stores/{storeId}/coupons Retrieves store coupons. By default it only retrieves active coupons.
CouponsApi reserveCoupon POST /api/v2.0/stores/{storeId}/members/{memberId}/coupons/{couponCode}/reserve This endpoint enables users to reserve a coupon for their pending orders, thereby ensuring that the coupon cannot be used for any other transactions.
CouponsApi validateCoupon GET /api/v2.0/stores/{storeId}/members/{memberId}/coupons/{couponCode}/validate This endpoint validates a coupon code for a specific member.
InvitationsApi getInvitedFriends GET /api/v2.0/stores/{storeId}/members/{memberId}/invited-friends Returns a list of all invited friends
InvitationsApi getReferrals GET /api/v2.0/stores/{storeId}/members/{memberId}/invited-friend Returns an invited friend by invitation token
MembersApi deleteMember DELETE /api/v2.0/stores/{storeId}/members/{memberId} This endpoint deletes a member. Note that while the member may not be immediately removed from the system, they will be marked for deletion and permanently removed after a period of 10 days.
MembersApi enrollMember POST /api/v2.0/stores/{storeId}/members/enroll Enrolls a member into the Loyalty Program. This will create a new member in the system and send an activation link via SMS to the member. If the member already exists, and GDPR is not accepted yet then a new activation link will be sent. If the store does not have SMS enabled, the activation link will be sent by email.
MembersApi getDependents GET /api/v2.0/stores/{storeId}/members/{memberId}/dependents Retrieves a member's dependents
MembersApi getMemberByFilter GET /api/v2.0/stores/{storeId}/members/search Searchs members by email, phone number, activation token or any other identifier (country dependant - eg. SSN, licence plate, National ID)
MembersApi getMemberById GET /api/v2.0/stores/{storeId}/members/{memberId} Get member by id
MembersApi getWidgetProfile GET /api/v2.0/stores/{storeId}/members/{memberId}/widgets/profile Get member widget details
MembersApi loginOTP POST /api/v2.0/stores/{storeId}/members/{memberId}/login-otp Sends a login OTP code that allows the member to login without the password.
MembersApi loginOtpVerification POST /api/v2.0/stores/{storeId}/members/{memberId}/login-otp-verification Handles the verification of a One-Time Password (OTP) code during the login process.
MembersApi registerMember POST /api/v2.0/stores/{storeId}/members Adds a new member to the store. This will create a new member and automatically add him to the Loyalty Program, followed by a welcome SMS. If the store is not configured to send SMS, a welcome email is sent instead.
MembersApi resetPhone POST /api/v2.0/stores/{storeId}/members/{memberId}/reset-phone Initiates the process of resetting or changing the member's phone number.
MembersApi resetPhoneVerification POST /api/v2.0/stores/{storeId}/members/{memberId}/reset-phone-verification Finishes the process of resetting or changing the member's phone number.
MembersApi updateDependents POST /api/v2.0/stores/{storeId}/members/{memberId}/dependents Atomically add, update, or delete dependent objects. The dependent collection should represent all members' dependents. To add a new dependent, set the id field to 0. To update a dependent, send the entire dependent object. To delete a dependent, remove it from the list.
MembersApi updateMember PUT /api/v2.0/stores/{storeId}/members/{memberId} Updates the member's data that is on the payload.
MembershipLevelApi getStoreMembershipLevel GET /api/v2.0/stores/{storeId}/membership-level Retrieve store membership level information
NonEligibleProductsApi addBatchNonEligibleProducts POST /api/v2.0/stores/{storeId}/non-eligible-products Add a batch of non-eligible products for a specific store, with a maximum limit of 100 products.
NonEligibleProductsApi deleteNonEligibleProduct DELETE /api/v2.0/stores/{storeId}/non-eligible-products/{nonEligibleProductId} Deletes a non-eligible product.
NonEligibleProductsApi getNonEligibleProducts GET /api/v2.0/stores/{storeId}/non-eligible-products Gets a paginated list of non-eligible products.
NonEligibleProductsApi updateBatchNonEligibleProducts PUT /api/v2.0/stores/{storeId}/non-eligible-products Update a batch of non-eligible products for a specific store, with a maximum limit of 100 products.
StampCardsApi cancelStampReservation POST /api/v2.0/stores/{storeId}/members/{memberId}/stamp-cards/{stampId}/cancel-reservation The 'cancel-reservation' endpoint is deprecated and should not be used, as it will be removed soon
StampCardsApi getMemberStampCards GET /api/v2.0/stores/{storeId}/members/{memberId}/stamp-cards Get member active stamp cards
StampCardsApi getStoreStamps GET /api/v2.0/stores/{storeId}/stamp-cards Retrieves store stamp cards. By default it only retrieves active stamp cards.
StampCardsApi reserveStamp POST /api/v2.0/stores/{storeId}/members/{memberId}/stamp-cards/{stampId}/reserve This endpoint enables users to reserve a stamp for their pending orders, thereby ensuring that the stamp cannot be used for any other transactions.
StoresApi createDepartment POST /api/v2.0/stores/{storeId}/departments Add store department
StoresApi get GET /api/v2.0/stores/{storeId} Gets store
StoresApi getAll GET /api/v2.0/stores Get all stores that the client has access to
StoresApi getDepartments GET /api/v2.0/stores/{storeId}/departments Get store departments
StoresApi getSegments GET /api/v2.0/stores/{storeId}/segments Retrieves all store's segments
TransactionsApi cancelTransaction POST /api/v2.0/stores/{storeId}/transactions/{externalTransactionId}/cancel Cancel transaction
TransactionsApi createRefundTransaction POST /api/v2.0/stores/{storeId}/members/{memberId}/transactions/{transactionId}/refund Allows for the partial refund of a previous transaction, without taking into account any coupons or stamp cards applied earlier.
TransactionsApi createTransaction POST /api/v2.0/stores/{storeId}/members/{memberId}/transactions Creates transaction

Documentation For Models

Documentation For Authorization

OAuth2

Author


All versions of php-sdk with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version >=7.5.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 diller-loyalty/php-sdk contains the following files

Loading the files please wait ....