SMAMUGAPAY/vendor/mpdf/psr-http-message-shim
ericko-cyber 59b63e23aa Initial commit 2025-06-15 19:56:10 +07:00
..
src Initial commit 2025-06-15 19:56:10 +07:00
README.md Initial commit 2025-06-15 19:56:10 +07:00
composer.json Initial commit 2025-06-15 19:56:10 +07:00

README.md

psr-http-message-shim

Trait to allow support of different psr/http-message versions.

Based on the psr-log-aware-trait, developed by Matěj Humpál, K Widholm and Mark Dorison.

By including this shim, you can allow composer to resolve your Psr\Http\Message version for you.

Use

Require the shim.

    composer require mpdf/psr-http-message-shim

Modify any use of mpdf's Request.php, Response.php, Stream.php and Uri.php classes to instead use versions from the Mpdf\HttpMessageShim namespace.