Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 759 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 759 Bytes

PSR-7 HTTP Message as Pecl extension

Build Status Build status

PSR-7 HTTP Message implementation as PHP extension written in C.


Requirements

  • PHP 7.x

Installation

phpize
./configure
make
make test
make install

Add the following line to your php.ini

extension=http_message.so

To try out the extension, you can run the following command

php -a -d extension=modules/http_message.so