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
- Host: GitHub
- URL: https://github.com/sonny-blaine/integrator
- Owner: sonny-blaine
- Archived: true
- Created: 2017-01-12T11:51:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-19T06:58:01.000Z (over 5 years ago)
- Last Synced: 2025-10-06T23:51:43.141Z (9 months ago)
- Topics: integration, php, tool
- Language: PHP
- Homepage:
- Size: 191 KB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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
```