Skip to content

cospirit/hal-rest-client

Repository files navigation

HAL RestClient CircleCI

This is an HTTP client based on guzzle to consume HAL REST API

Development

Requirements

Install Docker as described in the Docker section of the Start Guide.

Installation

Check the Start guide of the documentation for base initialization.

Initialize project

    make development@install

Usage (with Docker)

Install the application :

    make development@install

Restart the docker compose service :

    make development@restart

Remove and clean docker containers :

    make development@down

Tests

    make test@phpunit