form-relay / json-request
FormRelay route and dispatcher for (http) JSON requests.
Installs: 2 134
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Requires
- php: ^7.2 || ^8.0
- form-relay/core: ^2.0
- form-relay/request: ^2.0
Requires (Dev)
- phpunit/phpunit: ^4.8.35 || ^5.7 || ^6.4 || ^7.0
This package is auto-updated.
Last update: 2024-12-15 17:23:45 UTC
README
Provides a route and a data dispatcher for the form-relay package, which can send HTTP JSON requests to given endpoints.
Installation
Installation using Composer
The recommended way to install FormRelay is by using Composer.
In your Composer based TYPO3 project root, just do composer require form-relay/json-request
.
Submit bug reports or feature requests
Look at the Issues for what has been planned to be implemented in the (near) future.