ProxStop PHP Class v1.6
Author: tech@dayos.net

About
-----

        This package contains examples and classes to integrate
        ProxStop services with your website.


Sections
--------

        1. File Structure
        2. Installing
        3. Bugs
        4. Requests / Improvements


1. File Structure
-----------------

        Below is a breakdown of each file:

        classes/ProxStop.php
                - The main ProxStop PHP class

        classes/ProxStop/Countries.php
                - A class that contains a list of countries and their
                  telephone country code.

        examples/
                - Each file contains examples of how to use each of
                  our services.

        javascript/ProxStop.js
                - The main ProxStop JavaScript class used for form
                  validation.

        config.ProxStop.php
                - The configuration file where you will enter in your
                  ProxStop API key.


2. Installing
-------------

        1. Install all of the files into the main directory of your
           website. For most servers this will be a directory such as
           "public_html" or "www".

        2. Edit the config.ProxStop.php file and input your API key
           which can be found here:
           http://www.proxstop.com/api/

        3. In your browser navigate the examples folder and make sure
           everything is working correctly.

        4. From this point on you can begin integrating with your
           platform.


3. Bugs
--------

        If you find a bug then please use our contact form to report it:
        http://www.proxstop.com/contact


4. Requests / Improvements
--------------------------

        If you noticed something is missing or if you have improved our
        classes or example files then please contact us:
        http://www.proxstop.com/contact

