Search by

pushinbr / pam-psr

This package is abandoned and no longer maintained. The author suggests using the pushinbr/pam-http-psr package instead.

Compatibility package for pushinbr/pam-http-psr.

Maintainers

Package info

github.com/push-in/pam-psr

Type:metapackage

pkg:composer/pushinbr/pam-psr

Transparency log

Statistics

Installs: 7

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v2.0.0 2026-08-22 23:55 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.

Replacement Status

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.