PSR-7 HTTP Message implementation as PHP extension written in C.
- PHP 7.x
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