PHPackages                             feedbackbox/feedbackbox-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. feedbackbox/feedbackbox-php

ActiveLibrary[API Development](/categories/api)

feedbackbox/feedbackbox-php
===========================

The official PHP API wrapper for the FeedbackBox API

v1.0.3(8y ago)015MITPHP

Since Jan 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/danmatthews/feedbackbox-php)[ Packagist](https://packagist.org/packages/feedbackbox/feedbackbox-php)[ RSS](/packages/feedbackbox-feedbackbox-php/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

FeedbackBox PHP API Wrapper
===========================

[](#feedbackbox-php-api-wrapper)

This library is a work in progress, pull requests are accepted with thanks.

To run tests:
-------------

[](#to-run-tests)

Create a file called key.txt in the `tests` directory. This will be used to inject your API key, but should not be committed to the library.

Install
-------

[](#install)

Install with [Composer](http://getcomposer.org).

```
{
	"require": {
		"feedbackbox/feedbackbox-php":"dev-master"
	}
}
```

> **Note**: Tagged releases will be coming soon!

Resources
---------

[](#resources)

- Invites (list all, view one, create)
- Users (list all, view one, update)
- Company (list all, view one)
- Responses (list all, view one, create)

Usage
-----

[](#usage)

```
