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:
- Mavryx PHP Lib – mavryx/mavryx-php-lib