mpp / preventgo-bundle
Symfony PreventGo Bundle
Package info
github.com/mon-petit-placement/mpp-preventgo-bundle
Type:symfony-bundle
pkg:composer/mpp/preventgo-bundle
v2.0.1
2025-11-27 11:31 UTC
Requires
- php: >=8.2
- eightpoints/guzzle-bundle: ^8.0
- symfony/dependency-injection: ^5.4 | ^6.0 | ^7.0
- symfony/framework-bundle: ^5.4 | ^6.0 | ^7.0
- symfony/options-resolver: ^5.4 | ^6.0 | ^7.0
- symfony/serializer: ^5.4 | ^6.0 | ^7.0
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2026-02-27 12:01:20 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)%'