A simple REST based microservice to demonstrate usage of REST, clean architecture and behat testing.
Unfortunately, Travis CI does not yet support PHP 8.x
./build/build.sh
./build/phpunit.sh
./build/behat.sh
GET /ca-example/1
{
"code": 1,
"user": [{
"id": 1,
"firstname": "Max",
"lastname": "Mustermann",
"age": 30,
"gender": "m",
"street": "Musterstrasse",
"houseNo": "1",
"postcode": "12345",
"city": "Musterstadt",
"country": "Musterland"
}]
}