mwillbanks/mw-zendesk

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.

Zendesk API integration

dev-master 2013-07-12 19:43 UTC

This package is not auto-updated.

Last update: 2020-01-19 15:47:43 UTC


README

Zendesk integration via a ZF2 module.

Present state of affairs are that this is mainly focused on user management until I have the time to actually start incorporating each area of the Zendesk API. I needed specific areas for a project that I am working on and will evolve this library as time is available.

The core functions in the User service have been tested via unit tests; but these were live integration tests which is why there is currently not a unit test suite in place. Each area needs to be mocked and tested to ensure that it remains overall in working order.

A live integration test will be added in the TestConfiguration at some point to provide the ability to specify the agent email and API token to allow you to execute live tests but this is to come.