Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.18 KB

README.md

File metadata and controls

52 lines (37 loc) · 1.18 KB

README

What is Prospect?

Prospect is a fully featured PHP 5.3 HTTP compliant client library.

It has object orientated API making it easy to construct both simple and more complicated requests.

The library supports such features as cookies, headers and files.

Features supported out of the box:

  • Highly tested code base
  • Object orientated API
  • Ability to send HTTP headers
  • Cookies
  • Files

Requirements

PHP 5.3.x

Curl (optional)

Usage

Performing a simple get request

send($request, new Response()); ?>