A self-hosted static Composer repository generator for Private Packagist based on Satis.
Clone or fork the repository and install the dependencies by running the following commands.
Install the Composer dependency packages.
composer install
Build all the private packages using Satis dependency packages.
composer run build
- Composer version: 2.0 or higher
In your projects, add your own Composer repository using the https://mazepress.github.io/packagist
as URL, then you can require your private packages and everything should work smoothly.
Read more detailed instructions in the documentation.
composer.json
{
"name": "mycompany/mycompany-project",
"require": {
"mazepress/plugin": "^1.0"
"mazepress/html": "dev-main"
},
"repositories": [
{
"type": "composer",
"url": "https://mazepress.github.io/packagist"
}
]
}
This project is licensed under the MIT License. See LICENSE for more information.