Open-source Composer registry

Private PHP packages, hosted by you.

Packyard is a self-hosted Composer registry for teams that need private packages without sending their code to a third-party package host.

InstallLinux amd64

Run the installer

The installer downloads the Packyard binary and starts an interactive setup for paths, database, storage, and admin user.

$ curl -sSf https://get.packyard.dev/install.sh | sh
Prefer manual setup? Read the installation docs.

Self-hosted

Run Packyard on infrastructure you control, with SQLite, MySQL, or Postgres.

Composer-compatible

Point Composer at your registry and install private PHP packages from CI or local dev.

Private by default

Use organization-scoped tokens for package access without publishing code to a public registry.