The following file contains over 100 test scripts which provide example of using the Ifbyphone API. Examples are provided in both PHP and Python. These examples may be executed directly from the command line of any computer which has PHP and/or Python installed.
As noted in the INSTALL document (found in the attached file), after you have copied and edited the correct files in the "config" directory, you may run the scripts by typing:
php filename parameter1 parameter2...
or
python filename parameter1 parameter2...
from the "php" or "python" directory, as appropriate. The majority of scripts do not have any command line parameters and therefore you would not include any parameters on the command line.