Skip to content

A self-hosted static Composer repository generator for Private Packagist

License

Notifications You must be signed in to change notification settings

mazepress/packagist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MazePress - Private Packagist

A self-hosted static Composer repository generator for Private Packagist based on Satis.

Build & Deploy

Development

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

Dependencies

Usage

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.

Example

composer.json

{
  "name": "mycompany/mycompany-project",
  "require": {
    "mazepress/plugin": "^1.0"
    "mazepress/html": "dev-main"
  },
  "repositories": [
    {
      "type": "composer",
      "url": "https://mazepress.github.io/packagist"
    }
  ]
}

License

This project is licensed under the MIT License. See LICENSE for more information.

About

A self-hosted static Composer repository generator for Private Packagist

Resources

License

Stars

Watchers

Forks