2017 © Pedro Peláez
 

composer-plugin package-installer

The package installer for the microphork framework

image

microphork/package-installer

The package installer for the microphork framework

  • Friday, July 8, 2016
  • by elenor
  • Repository
  • 1 Watchers
  • 0 Stars
  • 232 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Introduction

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

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., (*2)

{
    "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., (*3)

License

Licensed under The MIT License http://www.opensource.org/licenses/mit-license.php, (*4)

The Versions

08/07 2016

dev-master

9999999-dev http://phork.org

The package installer for the microphork framework

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.0

 

framework phork microphork

08/07 2016

v1.1.0

1.1.0.0 http://phork.org

The package installer for the microphork framework

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.0

 

framework phork microphork

24/03 2014

v1.0.0

1.0.0.0 http://phork.org

The package installer for the microphork framework

  Sources   Download

MIT

The Requires

  • composer-plugin-api 1.0.0

 

framework phork microphork