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

https://github.com/sonny-blaine/integrator

Tool to make integrate easy
https://github.com/sonny-blaine/integrator

integration php tool

Last synced: 5 months ago
JSON representation

Tool to make integrate easy

Awesome Lists containing this project

README

          

[![Stories in Ready](https://badge.waffle.io/sonny-blaine/integrator.png?label=ready&title=Ready)](https://waffle.io/sonny-blaine/integrator)
# Integrador

## Run Docker
```
docker-compose up
```

## Install dependencies

```
./cli/composer install
```

## Run Migrations

```
./cli/migrations
```

## Run Unit Tests

```
./cli/phpunit
```