My favorites | Sign in
Project Home Downloads Wiki Issues
Project Information
Members
Links

Producteev 2 is a great task management system. This library allows you to access the producteev api directly through PHP through CURL.

Current the library is in it's very early stages and as such only supports JSON resultsets. I am hoping the producteev community can provide some insight as to what other features they would like to see present in this library.

Planned Features

At it's current release, the library is pretty barebones. It allows you to do some basic execution and set up parameters manually, but it is missing a few things that I would consider vital.

XML Resultsets

Currently, the library only allows for JSON, but XML is something that a lot of people seem to require.

OpenID Support

There is open id support planned for this since no one likes entering passwords, however, the current iteration of the API only supports facebook login functionality.

Task-based Actions

There are some things that users may do over and over again. For example, logging in and getting a list of dashboards may be something that everyone requires. As such, I am hoping to provide some "tasks" that the library can perform. This way calling a task will perform an entire set of actions (login, get user info, get dashboard list) and return the results to the user.

Powered by Google Project Hosting