pushinbr / pam-psr
Compatibility package for pushinbr/pam-http-psr.
Requires
- php: ^8.4
- pushinbr/pam-http-psr: ^1.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- dev-main
- v2.0.0
- v1.1.0
- v1.0.2
- v1.0.1
- v1.0.0
- v0.1.47
- v0.1.46
- v0.1.45
- v0.1.44
- v0.1.43
- v0.1.42
- v0.1.41
- v0.1.40
- v0.1.39
- v0.1.38
- v0.1.37
- v0.1.36
- v0.1.35
- v0.1.34
- v0.1.33
- v0.1.32
- v0.1.31
- v0.1.30
- v0.1.29
- v0.1.28
- v0.1.27
- v0.1.26
- v0.1.25
- v0.1.24
- v0.1.23
- v0.1.22
- v0.1.21
- v0.1.20
- v0.1.19
- v0.1.18
- v0.1.17
- v0.1.16
- v0.1.15
- v0.1.14
- v0.1.13
- v0.1.12
- v0.1.11
- v0.1.10
- v0.1.9
- v0.1.8
- v0.1.7
- v0.1.6
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
- dev-docs/product-page-2026
This package is auto-updated.
Last update: 2026-08-24 16:07:03 UTC
README
pushinbr/pam-psr
Compatibility package — do not use in new applications
This repository exists so older Composer projects keep installing safely. The maintained product is PAM HTTP PSR.
Use this instead
pam composer require pushinbr/pam-http-psr
PAM HTTP PSR contains the active documentation, API examples, releases, issue tracker, and production guidance.
Why the name changed
PSR-7/15/17 adaptation belongs to the HTTP product, not to the small PAM runtime.
Migrate an existing project
Commit your current composer.json and composer.lock, then run:
pam composer remove pushinbr/pam-psr pam composer require pushinbr/pam-http-psr pam doctor
Run the application test suite before committing the new lockfile. Composer may continue to resolve this bridge transitively during a staged migration; application code should target the replacement package directly.
Support policy
- No new features are added here.
- Security or resolution fixes may be published only to preserve migration safety.
- New documentation and issues belong to PAM HTTP PSR.
- The package is marked abandoned on Packagist in favor of
pushinbr/pam-http-psr.
This explicit compatibility repository is intentional: old installs remain understandable without making the current PAM ecosystem ambiguous.