2017 © Pedro Peláez
 

library pmvc-cli

PMVC Global command-line, type "pmvc xxx" in your project folder

image

pmvc/pmvc-cli

PMVC Global command-line, type "pmvc xxx" in your project folder

  • Sunday, April 22, 2018
  • by HillLiu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 54 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Latest Stable Version Latest Unstable Version CircleCI License Total Downloads, (*1)

PMVC-CLI

PMVC-CLI design to install globally and it could run anywhere under project folder. So recommend install it globally., (*2)

composer global require pmvc/pmvc-cli

You could run it as, (*3)

pmvc [app name]:[action name]

Require / Need install following pakaging by yourself

These packages controll by each project and not instlled as global, need install by yourself., (*4)

  "pmvc-plugin/cli"             : "*",
  "pmvc-plugin/controller"      : "*",
  "pmvc-plugin/default_forward" : "*",
  "pmvc-plugin/dispatcher"      : "*", 
  "pmvc-plugin/dotenv"          : "*"

Suggests to install.

  "pmvc-plugin/debug",
  "pmvc-plugin/debug_cli",
  "pmvc-plugin/dev",
  "pmvc-plugin/error",

Install with Composer

1. Download composer

  • mkdir test_folder
  • curl -sS https://getcomposer.org/installer | php

2. Install by composer.json or use command-line directly

2.1 Install by composer.json

  • vim composer.json
{
    "require": {
        "pmvc/pmvc-cli": "dev-master"
    }
}
  • php composer.phar install

2.2 Or use composer command-line

  • php composer.phar require pmvc/pmvc-cli

2.3 Inatall globally

php composer.phar global require pmvc/pmvc-cli

or, (*5)

composer global require pmvc/pmvc-cli

The Versions

22/04 2018

dev-master

9999999-dev

PMVC Global command-line, type "pmvc xxx" in your project folder

  Sources   Download

MIT

The Requires

 

by Hill

cli pmvc

22/04 2018

0.1.35

0.1.35.0

PMVC Global command-line, type "pmvc xxx" in your project folder

  Sources   Download

MIT

The Requires

 

by Hill

cli pmvc

31/08 2017

0.1.34

0.1.34.0

PMVC Global command-line, type "pmvc xxx" in your project folder

  Sources   Download

MIT

The Requires

 

by Hill

cli pmvc

03/08 2017

0.1.33

0.1.33.0

PMVC Global command-line, type "pmvc xxx" in your project folder

  Sources   Download

MIT

The Requires

 

by Hill

cli pmvc

07/02 2017

0.1.28

0.1.28.0

PMVC Global command-line, type "pmvc xxx" in your project folder

  Sources   Download

MIT

The Requires

 

by Hill

cli pmvc

16/01 2017

0.1.27

0.1.27.0

PMVC Global command-line, type "pmvc xxx" in your project folder

  Sources   Download

MIT

The Requires

 

by Hill

cli pmvc