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

v1.2.1 2024-11-13 15:44 UTC

This package is auto-updated.

Last update: 2024-11-13 15:46:19 UTC


README

License

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.

Authors