Download the PHP package service-direct/php-partners-sdk without Composer

On this page you can find all versions of the php package service-direct/php-partners-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-partners-sdk

Earn API Instructions + PHP Examples

Overview:

The purpose of this SDK it to ease the integration process for our affiliates who use PHP.

See full documentation for our APIs here:

Install this library using Composer:

composer require service-direct/php-partners-sdk

Response Codes

The API responds with different HTTP status codes to better rely the result of a call. These response codes include 200, 400, 404, etc. If your system is senstive to different response codes, the suppress_response_codes variable can be added to every response URL (e.g. /partners/request?suppress_response_codes) to always return a 200 HTTP status code.

The intended HTTP status code will be returned in the x-original-status-code header.

Endpoints

The SDK integrates with the following API endpoints:

As well as the following dynamically changing open endpoints to get Service Direct's latest availabilities:

Examples

The SDK includes 6 example files to help facilitate your integration. In the example file, replace the placeholder value with your private Key to start testing.

Phones

Using this SDK, a Publisher Partner who generates phone calls and wants to sell those leads to Service Direct can request a bid from Service Direct’s clients by submitting a request with a service category and zip code to POST /partners/request.

See [1] examples/request-bid.php

Then, if our client's bid is satisfactory, the Partner can accept the bid and receive a forwarding tracking phone number to route the caller to the winning client by sending a request to POST /partners/request/{request_id}/accept.

See [2] examples/request-accept.php

If, however, a different buy (other than Service Direct) won your lead, you can notify Service Direct of the sold price by sending a request to POST /partners/request/{request_id}/sold_price.

See [3] examples/request-sold-price.php

Forms (Not supported after January 2025)

Using this API, a Publisher Partner who generates form leads and wants to sell those leads to Service Direct can request a bid from Service Direct's clients by submitting a request with a service category, zip code, and a TCPA consent to POST /partners/forms/ping.

See [4] examples/form-ping.php

Then, if our client's bid is satisfactory, the Partner can accept the bid and receive a confirmation message by sending a request to POST /partners/forms/{lead_token}/post.

See [5] examples/form-post.php

If our client's bid is unsatisfactory, the Partner can report the winning bid and receive a confirmation message by sending a request to POST /partners/forms/{lead_token}/post.

See [6] examples/form-sold-price.php

General

Publisher Partners can use our supporting endpoints to determine their best integration options:

The response (for both options) will be in the following format:

Response for service category 2 - Air Conditioning:

Fur further assistance please contact [email protected]


All versions of php-partners-sdk with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.0
ext-curl Version *
ext-json Version *
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 service-direct/php-partners-sdk contains the following files

Loading the files please wait ....