The activeCollab API Wrapper is a set of PHP classes that makes using the activeCollab API much easier, by providing an object oriented interface. Instead of making HTTP requests from your code and handling responses, the wrapper layer lets you call a simple set of methods and work with the results in a form of PHP native types, such as arrays, objects, boolean values etc.

The activeCollab API Wrapper is free software released under LGPL licenses, and you are welcome to use it in your commercial projects, in-house applications, open source projects or any other type of application that you are working on, completely free of charge. Check the LICENSE.txt file, available in the activeCollab API Wrapper folder that you can download here, for more details.

Pages in this Chapter

  1. Getting Started
  2. System Information
  3. Working With Companies
  4. Working With Users
  5. Working With Projects
  6. Working With Discussions
  7. Working With Checklists
  8. Working With Files
  9. Working With Milestones
  10. Working With Tickets
  11. Working With Time Tracking
  12. Working With Pages
  13. Working With Status Messages
  14. Working With Comments
  15. Working With Subtask
  16. Common Project Object Operations