Installation
From Photon Framework
To install, simply download and unzip the package. Then add the '/path/to/photon/classes' directory to the include_path of your script:
<?php
set_include_path('/path/to/photon/classes:'.get_include_path());
...
Or add it to the include_path on your php.ini file:
include_path = ".:/php/includes:/path/to/photon/classes"
