Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 497 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 497 Bytes

Berlioz HTTP Client

Berlioz HTTP Client is a PHP library to request HTTP server with continuous navigation, including cookies, sessions...

Installation

Composer

You can install Berlioz HTTP Client with Composer, it's the recommended installation.

$ composer require berlioz/http-client

Dependencies

  • PHP >= 7.1
  • PHP libraries:
    • CURL
  • Packages:
    • berlioz/core
    • psr/http-message
    • php-http/httplug