https://github.com/mnvx/pprocess-playground
https://github.com/mnvx/pprocess-playground
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mnvx/pprocess-playground
- Owner: mnvx
- Created: 2017-04-22T15:04:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-24T22:31:40.000Z (about 9 years ago)
- Last Synced: 2025-02-17T03:28:27.795Z (over 1 year ago)
- Language: PHP
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```