PHPackages                             usabilla/usabilla-api-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. usabilla/usabilla-api-php

ActiveLibrary[API Development](/categories/api)

usabilla/usabilla-api-php
=========================

0.5.0(8y ago)72133[1 issues](https://github.com/usabilla/api-php/issues)Apache-2.0PHPPHP &gt;=5.6

Since Jan 19Pushed 7y ago32 watchersCompare

[ Source](https://github.com/usabilla/api-php)[ Packagist](https://packagist.org/packages/usabilla/usabilla-api-php)[ Docs](https://www.usabilla.com)[ RSS](/packages/usabilla-usabilla-api-php/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (3)Versions (7)Used By (0)

Usabilla PHP Client
===================

[](#usabilla-php-client)

[![Build Status](https://camo.githubusercontent.com/c9571b20611d7f2c4af68e0c35ccf285887f94aec5293733293502745a1bf701/68747470733a2f2f7472617669732d63692e6f72672f75736162696c6c612f6170692d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/usabilla/api-php) [![Code Climate](https://camo.githubusercontent.com/2accfec6ba60fcb76579ca0321928489d481dea913563b6eaa6b8c434ad64750/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f75736162696c6c612f6170692d7068702f6261646765732f6770612e737667)](https://codeclimate.com/github/usabilla/api-php) [![Test Coverage](https://camo.githubusercontent.com/00f5c0ba9b0f8bd40e4b055140c6e5a0a47e794146d2c232b06423f21c82d41e/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f75736162696c6c612f6170692d7068702f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/usabilla/api-php)

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](https://github.com/aws/aws-sdk-php).

Resources
---------

[](#resources)

- [API Documentation](http://developers.usabilla.com) – For in-depth getting started and usage information.

Features
--------

[](#features)

- Built for PHP 5.6+ and compliant with [PSR-4](http://www.php-fig.org/psr/psr-4/).
- Built on [Guzzle Services](https://github.com/guzzle/guzzle-services).
- Installable through Composer.

Getting Started
---------------

[](#getting-started)

1. Install Composer by following installation instructions on:
2. [Request Usabilla API credentials](https://app.usabilla.com/member/account/settings#public_api).
3. Run `composer require usabilla/usabilla-api-php` on your project.

Quick Example
-------------

[](#quick-example)

### Request 5 feedback items belonging to a button.

[](#request-5-feedback-items-belonging-to-a-button)

```
