Hello World Plugin, show you how the pmvc work

0.3.6 2021-12-08 21:29 UTC

This package is auto-updated.

Last update: 2024-04-09 02:41:37 UTC


README

Latest Stable Version Latest Unstable Version CircleCI License Total Downloads

PMVC Image Library

Install with Composer

CLICK TO SEE

### 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-plugin/image": "dev-master"
    }
}
  • php composer.phar install

2.2 Or use composer command-line

  • php composer.phar require pmvc-plugin/image

or

  • composer require pmvc-plugin/image