mpp / preventgo-bundle
Symfony PreventGo Bundle
Installs: 8 394
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.4
- eightpoints/guzzle-bundle: ^8.0
- symfony/dependency-injection: ^4.0 | ^5.0 | ^6.0
- symfony/framework-bundle: ^4.0 | ^5.0 | ^6.0
- symfony/options-resolver: ^4.0 | ^5.0 | ^6.0
- symfony/serializer: ^4.0 | ^5.0 | ^6.0
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2025-03-21 14:40:31 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)%'