GroupVitals CCB Integration Microservice
Documentation for the framework can be found on the Lumen website.
GCP Scheduler -> ccb.groupvitals.com/api/v1/ ->
Start the local development server with Docker Compose:
docker-compose -f docker/docker-compose.yml up
Include the optional --build
flag to rebuild the container.
These instructions are for PhpStorm, so if you're using a different IDE steps may be similar, but YMMV.
- Add Configuration for PHP Remote Debug
- Select Filter debug connection by IDE key
- Add a server (localhost:2021, Debugger=Xdebug)
- Host = localhost, Port = 9000, Debugger = Xdebug
- Configure path mappings
- / =>
/usr/local/gv-ccb
- / =>
- Set the IDE Session Key to
PHPSTORM
Update #2