Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
/ microphork-installer Public archive

The package installer for the microphork framework.

Notifications You must be signed in to change notification settings

phork/microphork-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

This is a package installer for the microphork framework. It makes sure that all packages are installed in vendor/microphork/packages.

Usage

Each package must have its own composer.json file similar to the example below. Note that the type is microphork-package and that this installer is required.

{
    "name": "microphork/package-auth",
    "description": "An authentication package for the microphork framework",
    "type": "microphork-package",
    "require": {
        "microphork/package-installer": "*"
    },
    "autoload": {
        "psr-4": {
            "Phork\\Pkg\\Auth\\": "classes"
        }
    }
}

Credits

Built by Elenor at Phork Labs.

License

Licensed under The MIT License http://www.opensource.org/licenses/mit-license.php

About

The package installer for the microphork framework.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages