2017 © Pedro Peláez
 

composer-plugin installers

A yallagroup system installer

image

mahmouddev/installers

A yallagroup system installer

  • Tuesday, October 11, 2016
  • by mahmouddev
  • Repository
  • 1 Watchers
  • 0 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

A Custom Composer Library Installer

This is for PHP package authors to require in their composer.json. It will install their package to the correct location based on the specified package type. Current Supported Package Types:, (*1)

Stable types are marked as bold, this means that installation paths for those type will not be changed. Any adjustment for those types would require creation of brand new type that will cover required changes., (*2)

Framework Types
Yallagroup Yallagroup-module
Yallagroup-theme

Example composer.json File

This is an example for a Yallagroup module. The only important parts to set in your composer.json file are "type": "yallagroup-module" which describes what your package is and "require": { "mahmouddev/installers": "dev-master" } which tells composer to load the custom installers., (*3)

{
    "name": "you/ftp",
    "type": "yallagroup-module",
    "require": {
        "mahmouddev/installers": "dev-master"
    }
}

This would install your package to the Modules/Ftp/ folder of a base app route when a user runs php composer.phar install., (*4)

The Versions

11/10 2016

dev-master

9999999-dev

A yallagroup system installer

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.0

 

The Development Requires

by Mahmoud Abdelmoniem

installer