An open API service indexing awesome lists of open source software.

https://github.com/pmvc-plugin/paint

Image paint library
https://github.com/pmvc-plugin/paint

pmvc-image

Last synced: about 1 month ago
JSON representation

Image paint library

Awesome Lists containing this project

README

          

[![Latest Stable Version](https://poser.pugx.org/pmvc-plugin/paint/v/stable)](https://packagist.org/packages/pmvc-plugin/paint)
[![Latest Unstable Version](https://poser.pugx.org/pmvc-plugin/paint/v/unstable)](https://packagist.org/packages/pmvc-plugin/paint)
[![CircleCI](https://circleci.com/gh/pmvc-plugin/paint/tree/master.svg?style=svg)](https://circleci.com/gh/pmvc-plugin/paint/tree/master)
[![License](https://poser.pugx.org/pmvc-plugin/paint/license)](https://packagist.org/packages/pmvc-plugin/paint)
[![Total Downloads](https://poser.pugx.org/pmvc-plugin/paint/downloads)](https://packagist.org/packages/pmvc-plugin/paint)

paint
===============

## 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/paint": "dev-master"
}
}
```
* php composer.phar install

#### 2.2 Or use composer command-line
* php composer.phar require pmvc-plugin/paint

or

* composer require pmvc-plugin/paint