1. Home
  2. Docs
  3. Mavryx SaaS Reference
  4. Composer repository

Composer repository

The Mavryx platform provides private Composer repositories.

https://satis.mavryx.software/

Setting up this repository in your projects
Add this Composer repository to your project’s composer.json file, then you can require these private packages just like you would with one from Packagist.

{
  "repositories": [{
    "type": "composer",
    "url": "https://satis.mavryx.software"
  }]
}

List of available packages:

  1. Mavryx PHP Lib – mavryx/mavryx-php-lib

Articles

Was this article helpful to you? No Yes

How can we help?