mpp/preventgo-bundle

Symfony PreventGo Bundle

v1.1.0 2023-03-21 10:08 UTC

This package is auto-updated.

Last update: 2024-04-21 12:32:04 UTC


README

Installation

To install this bundle, simply run the following command:

$ composer require mpp/preventgo-bundle

Configuration

First create a guzzle client:

// config/packages/eight_point_guzzle.yaml
eight_points_guzzle:
    clients:
        my_preventgo_client:
            base_url: '%env(PREVENTGO_BASE_URL)%'
            options:
                auth:
                    - '%env(PREVENTGO_USERNAME)%'
                    - '%env(PREVENTGO_PASSWORD)%'