Skip to content

PAM distribution mirrors

Two public repositories are intentionally distribution mirrors rather than independent PAM products:

Distribution repository Canonical source Public capability
push-in/pam-native-php push-in/pam-native PAM Native PHP API, templates and protocol surface
push-in/pam-mobile-ui-php push-in/pam-mobile-ui PAM Mobile UI PHP components, generated maps and resources

Application developers install the capability through PAM:

Terminal window
pam add native
pam add mobile-ui
pam doctor

Do not add both the canonical and mirror repositories, and do not treat a mirror as a fork with a separate compatibility policy. The generated project and package metadata select the correct distribution artifact.

Issues, architectural changes, native implementations and contribution work belong in the canonical repositories. Mirrors expose the packaged PHP surface and may repeat generated documentation so an artifact remains understandable in isolation.

When auditing a release, match its package version and commit provenance, validate the generated manifests, and compare the mirror API against the canonical source. A mirror that drifts from its source is a release failure—not a second supported API.

Read PAM Native and PAM Mobile UI for the actual product guides.