Download the PHP package setka/workflow-php-sdk without Composer

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

Setka Workflow PHP SDK

The library is developed to simplify your interaction with Workflow API. With Workflow API, you can update ticket information and manage post categories.

Guzzle is used to send HTTP requests. You can use any available handler with Guzzle, including cURL, Stream, etc., or create your own.

Basics

To start, install the library into your project using Composer Dependency Manager (the library is not yet registered at packagist.org, but we’re working on it!). In order to execute composer require you have to:

  1. Open the composer.json file and specify the repository field and the following information:

  2. Execute the composer require command from your project directory.

How do I start working with Workflow API?

An API license key is required for sending requests. Copy your API License Key from "Account Settings":

  1. Log in your Workflow account workflow.setka.io.
  2. Go "Settings" at the right hand upper corner.
  3. Click "Custom CMS" and copy an API license key.

Sending your First Request to Setka Workflow API

First, initialize these objects to send requests:

Creating a Category

Once you’ve performed your first request, you can save "Space Short Name" as a parameter for sending future requests. "Space Short Name" is used almost in all requests so we recommend that you cache the "GetSpaceAction" response for better performance.

Contributing

To run PHP Code Sniffer run the following commands.


All versions of workflow-php-sdk with dependencies

PHP Build Version
Package Version
Requires guzzlehttp/guzzle Version ^6.5
symfony/options-resolver Version ^4.4
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 setka/workflow-php-sdk contains the following files

Loading the files please wait ....