enabel / eip-bundle
Symfony bundle for EIP
v1.2.5
2026-01-16 12:03 UTC
Requires
- php: ^8.2
- symfony/framework-bundle: ^6.4 || ^7.0 || ^8.0
- symfony/http-client: ^6.4 || ^7.0 || ^8.0
README
Description
Provide a basic integration of EIP in Symfony project.
Installation
composer require enabel/eip-bundle
Configuration
Add the following configuration to your .env.local file:
###> EIP ###
EIP_BASE_URI=replace_by_eip_url
EIP_TOKEN=replace_by_eip_token
###< EIP ###
Versions & dependencies
The current version of the bundle works with Symfony 6.4+. The project follows SemVer.
You can check the changelog.
Contributing
Feel free to contribute, like sending pull requests to add features/tests or creating issues
License
This bundle is under the MIT license.