Download the PHP package thoughtchimp/unengage-api-wrapper without Composer

On this page you can find all versions of the php package thoughtchimp/unengage-api-wrapper. 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 unengage-api-wrapper

Unengage SDK for PHP

This repository contains the open source PHP SDK that allows you to access the Unengage API from your PHP app.

Installation

The Unengage SDK can be installed with Composer. Run this command:

Usage

Note: This version of the Unengage SDK for PHP requires PHP 5.5 or greater.

Instantiating SDK

Get all streams

Get stream by ID

Create stream

Update particular stream by ID

Delete stream by ID

Get stream social posts by passing stream id

Get stream social post preview by passing stream id, platform & post_url

Create stream social post by passing stream id, platform & post_url

Update social posts of a stream by passing post ids

Delete stream by ID

Pin a particular social post of a particular stream

Get list of all social feeds of a particular stream

Create social feed under a particular stream

Get a particular social feed by ID

Update stream social feed

Delete social feed

Refresh stream social feed (Prioritizing feed)

Get all social accounts of a particular stream

Create stream social account

Complete documentation is available here.


All versions of unengage-api-wrapper with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5
guzzlehttp/guzzle Version ~6.2
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 thoughtchimp/unengage-api-wrapper contains the following files

Loading the files please wait ....