TL;DR: Put this on your PHP 5.2 project, and don't forget to change the 'include' path on the docs to point to the correct location.


The PHP Library is a small code snippet that makes it easy for PHP developers to communicate with the Phoenix API by taking care of the authentication process automatically. Here is a quick step-by-step tutorial if you want to use the c# .Net Helper library.

  1. Requirements

    The project should use at least PHP 5.2, and have the CURL Library (libcurl version 7.10.5 or greater) installed and configured.

  2. Add the PHP Script

    Copy the Phoenix API Code Snippet () to the root of your project. You can change where you place the php file, but make sure that you change the 'include' path on the docs to point to the correct location.

  3. All set!

    You can now follow the instructions is the developer documentation in order to access the Phoenix API. Good Luck! :)