SURVOS · COMPOSER REGISTRY

One home for our packages.

This registry serves Survos PHP bundles and libraries. Package metadata and downloads require reader credentials.

Browse the authenticated package catalogue →

Use it in an app

Add the registry to composer.json, selecting only packages that have been published here:

{
  "repositories": [{
    "type": "composer",
    "url": "https://satis.survos.com",
    "only": ["survos/your-selected-package"]
  }]
}

Obtain reader credentials from the registry maintainer. Store them in an ignored Composer auth.json or your CI secret COMPOSER_AUTH. Never commit credentials.

composer update --prefer-dist
composer outdated --direct

Maintain the registry

The checkout is ~/sites/satis. Server and homepage changes deploy with git push dokku main. Publish an existing monorepo release with ./deploy-release TAG.