Provide a basic integration of EIP in Symfony project.
composer require enabel/eip-bundleAdd the following configuration to your .env.local file:
###> EIP ###
EIP_BASE_URI=replace_by_eip_url
EIP_TOKEN=replace_by_eip_token
###< EIP ###
The current version of the bundle works with Symfony 6.4+. The project follows SemVer.
You can check the changelog.
Feel free to contribute, like sending pull requests to add features/tests or creating issues
This bundle is under the MIT license.