chrisarmitage / gicho-scaffold
There is no license information available for the latest version (v0.2.0) of this package.
Package info
github.com/chrisarmitage/gicho-scaffold
Type:project
pkg:composer/chrisarmitage/gicho-scaffold
v0.2.0
2022-05-31 20:43 UTC
Requires
- php: 8.*
- chrisarmitage/gicho: ^0.2
- php-amqplib/php-amqplib: ^3.0
- vlucas/phpdotenv: ^5.3
This package is auto-updated.
Last update: 2026-03-07 05:32:48 UTC
README
Skeleton of a fully functioning, deployable, microservice
Getting up and running
docker-compose up -d
Accessing the application via a browser
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