Download the PHP package usabilla/usabilla-api-php without Composer
On this page you can find all versions of the php package usabilla/usabilla-api-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package usabilla-api-php
Usabilla PHP Client
This package allows PHP developers to gain access to the Usabilla resources such as buttons, feedback items, campaigns and their results. This packages is heavily inspired by the AWS PHP Client.
Resources
- API Documentation – For in-depth getting started and usage information.
Features
- Built for PHP 5.6+ and compliant with PSR-4.
- Built on Guzzle Services.
- Installable through Composer.
Getting Started
- Install Composer by following installation instructions on: https://getcomposer.org/download/
- Request Usabilla API credentials.
- Run
composer require usabilla/usabilla-api-php
on your project.
Quick Example
Request 5 feedback items belonging to a button.
Using Command Line
You can use the command line to retrieve results from the API using scripts found in the example folder:
-
Using single_page.php :
php single_page.php {command} {access-key} {secret-key}
- Using single_page_with_id.php :
php single_page_with_id.php {command} {id} {access-key} {secret-key}
More examples:
- Results iterator example
- Single results page example
All versions of usabilla-api-php with dependencies
PHP Build Version
Package Version
The package usabilla/usabilla-api-php contains the following files
Loading the files please wait ....