enabel / eip-bundle
Symfony bundle for EIP
Installs: 66
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.2
- symfony/framework-bundle: ^6.4 || ^7.0
- symfony/http-client: ^6.4 || ^7.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.