chrisarmitage/gicho-scaffold

There is no license information available for the latest version (v0.2.0) of this package.

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/chrisarmitage/gicho-scaffold

v0.2.0 2022-05-31 20:43 UTC

This package is auto-updated.

Last update: 2025-10-07 04:32:00 UTC


README

Skeleton of a fully functioning, deployable, microservice

Getting up and running

docker-compose up -d

Accessing the application via a browser

http://localhost:8080/

Accessing the application via the console

docker-compose exec app php console ping

Accessing the application via the listeners

docker-compose exec app php attach --connection redis:first --listener process-data docker-compose exec app php console push-data