Search by

pushinbr / pam-http-psr

PSR-7, PSR-15 and PSR-17 implementations for Pam.

Maintainers

Package info

github.com/push-in/pam-http-psr

pkg:composer/pushinbr/pam-http-psr

Transparency log

Statistics

Installs: 5

Dependents: 2

Suggesters: 1

Stars: 0

Open Issues: 0

v1.0.0 2026-08-22 23:55 UTC

This package is auto-updated.

Last update: 2026-08-23 00:28:44 UTC


README

PSR-7, PSR-15 and PSR-17 interoperability for Pam using the official PHP-FIG interfaces.

Start here

PAM PSR is a Composer package for the PAM Runtime; it is not a standalone runtime. Install PAM first, open your application directory, and add the package through PAM's Composer toolchain:

curl --proto '=https' --proto-redir '=https' --tlsv1.2 \
    --connect-timeout 15 --max-time 60 --max-filesize 1048576 -fsSL \
    https://github.com/push-in/pam/releases/latest/download/install.sh | sh

pam doctor
cd my-app
pam composer require pushinbr/pam-http-psr

Pass a PSR-15 handler and middleware to Pam\App::handler() and Pam\App::middleware(); Pam converts native requests and responses at the runtime boundary.

License

Free and open-source under the Apache License 2.0. You may use, modify, and distribute this package for any purpose, including commercially.