Skip to content

sjsage522/composer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Satis Composer Repository

This repository serves as a private Composer package repository for hosting internal PHP packages using Satis.
Packages are made available via GitHub Pages

  • Static package repository built with Satis.
  • Hosted via GitHub Pages on the gh-pages branch.
  • Supports private repositories for internal use.

To use this repository, your project's composer.json should include:

{
    "repositories": [
        {
            "type": "composer",
            "url": "https://sjsage522.github.io/composer/"
        }
    ]
}

About

Composer repository

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published