kuba-end / apilo

0 stars 0 forks source link

Apilo task

Overview

This symfony console command application allows to get inpost points for given city. Results are dumped in CLI and contains such params as count, page, totalPages, name, address_details. App has also POST endpoint /api/inpost/points which works with given body schema:

{
    "city": "ZABRZE",
    "postalCode": "41-800"
}

parameter postalCode is optional.

How to use

composer install

Use command

bin/console app:inpost-points Kozy

How to tests

vendor/bin/phpspec run

How to run static analyse

vendor/bin/phpstan analyse