Skip to content

Add repository to your project

{
  "repositories": [
    {
      "type": "composer",
      "url": "https://wpackagist.onebyte.ch/satispress/"
    }
  ]
}

Authentication

The repository requires authentication.

Create a new API key for every new project. This makes sure, that if an API key is ever compromised, not all projects will be impacted by this. THIS IS MANDATORY!

Place an “auth.json” alongside “composer.json” in your project. It should be ignored by “.gitignore” to prevent compromise.

{
  "http-basic": {
    "wpackagist.onebyte.ch": {
      "username": "API_KEY_HERE",
      "password": "satispress"
    }
  }
}

Available packages

For reference on which plugins are available, refer to https://wpackagist.onebyte.ch/wp/wp-admin/options-general.php?page=satispress#satispress-packages

Back To Top