form-relay / core
FormRelay is a data distribution framework.
Installs: 13 926
Dependents: 8
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 2
Requires
- php: ^7.2 || ^8.0
Requires (Dev)
- phpunit/phpunit: ^7.0 || ^8.0
Conflicts
- form-relay/request: <2.2
- mediatis/formrelay: <5.2
- dev-master
- 2.4.0
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.0
- 2.0.2
- 2.0.1
- 2.0.0
- 1.3.1
- 1.3.0
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- 0.0.1
- dev-1x
- dev-develop
- dev-feature/MEDO-584-dynamic-keywords
- dev-feature/MEDO22-140-enabled-flag-bool
- dev-feature/insert-data-content-resolver-on-multi-values
- dev-feature/modifier-content-resolver-allows-complex-configuration
- dev-feature/fix-sprintf-edge-case
This package is auto-updated.
Last update: 2024-09-10 13:20:27 UTC
README
Routes like emails, data storage as CSV, connection to external services like SFDC, Pardot...
Often you want to process data from form submissions on your own website in different ways. FormRelay offers the basis to address different services. Complex logic can be configured for each route.
Features
- Extend the package with your own code
- Advanced options to process the data from your form
- Advanced logic to trigger services
- Add extra data like IP addresses to your data
Installation
Installation using Composer
The recommended way to install FormRelay is by using Composer.
In your Composer based project root, just do composer require form-relay/core
.
Extend
Submit bug reports or feature requests
Look at the Issues for what has been planned to be implemented in the (near) future.