Application
Table of Contents
Interfaces
- ConverterInterface
- Convert file paths.
- RequestMethod
- Method used to send the request to the service.
Classes
- Converter
- Convert paths relative from 1 file to another.
- NoConverter
- Don't convert paths.
- CSS
- CSS minifier.
- Exception
- Base Exception Class.
- BasicException
- Basic Exception Class.
- FileImportException
- File Import Exception Class.
- IOException
- IO Exception Class.
- JS
- JavaScript Minifier Class.
- Minify
- Abstract minifier class.
- ReCaptcha
- reCAPTCHA client.
- Curl
- Convenience wrapper around the cURL functions to allow mocking.
- CurlPost
- Sends cURL request to the reCAPTCHA service.
- Post
- Sends POST requests to the reCAPTCHA service.
- Socket
- Convenience wrapper around native socket and file functions to allow for
mocking.
- SocketPost
- Sends a POST request to the reCAPTCHA service, but makes use of fsockopen()
instead of get_file_contents(). This is to account for people who may be on
servers where allow_url_open is disabled.
- RequestParameters
- Stores and formats the parameters for the request to the reCAPTCHA service.
- Response
- The response returned from the service.