PHP Classes / RayHttp

HTTP client to send requests to Web servers

RayHttp PHP Class

This class is an HTTP client to send requests to Web servers. RayHttp, A Simple Http Client - General purpose http request class. - Supports GET & POST request Method. - For GET Request both CURL & PHP native file_get_contents are available. - By default CURL is used for GET Request. - Easily configurable & can work without any configuration. - Simple & Easy to use from anywhere in your application with a single line of code. - Request through CURL fully configurable with all possible curl options, so it's up to you. - Encode given URL Automatically, may be disabled. - Supports POST requests with a user defined array or serialised string of form values. - Supports GET requests with a user defined parameter array. - Support Singleton pattern - Support Custom CURL request, may be used to extends functionality. - Light Weight

Similar PHP Classes

Search in PHP Classes

Filter by tags