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

https://github.com/mnvx/pprocess-playground


https://github.com/mnvx/pprocess-playground

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

PProcess Playground
===================

Demonstration of [pprocess](https://github.com/mnvx/pprocess) usage.

Installation
------------

```bash
git clone git@github.com:mnvx/pprocess-playground.git
cd pprocess-playground
composer install
mcedit config/database.php # edit database connection
./cli migrations:migrate
```

How to run tests
----------------

```bash
./vendor/bin/phpunit
```