PHPackages                             bkindler/kws-form-jsonpost - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. bkindler/kws-form-jsonpost

ActiveTypo3-cms-extension[HTTP &amp; Networking](/categories/http)

bkindler/kws-form-jsonpost
==========================

Provides HTTP JSON POST finisher for EXT:form

001PHP

Since Oct 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/bkindler/kws_form_jsonpost)[ Packagist](https://packagist.org/packages/bkindler/kws-form-jsonpost)[ RSS](/packages/bkindler-kws-form-jsonpost/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

bkindler Form JSON POST Finisher
================================

[](#bkindler-form-json-post-finisher)

#### Custom form finisher "HTTP POST Content-Type: application/json"

[](#custom-form-finisher-http-post-content-type-applicationjson)

This TYPO3 extension adds a custom form finisher "HTTP POST Content-Type: application/json" to the TYPO3 form framework which call plain HTTP Request (POST Content-Type: application/json) to transfer data via cURL. The transmitted Data will be generated as array from the Form Fields.

#### This version supports TYPO3

[](#this-version-supports-typo3)

[![CUSTOMER](https://camo.githubusercontent.com/72899a749d51a2fd6c0c59f83f847f4c909f2184a0ffedbd06baaeb6e110c212/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f31315f4c54532d2532334136433639342e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/72899a749d51a2fd6c0c59f83f847f4c909f2184a0ffedbd06baaeb6e110c212/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f31315f4c54532d2532334136433639342e7376673f7374796c653d666c61742d737175617265)[![CUSTOMER](https://camo.githubusercontent.com/5d2925989579b334eb608feb6339c5f1c310d7fefef5b7a011de668f1ca46c95/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f31325f4c54532d2532334136433639342e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/5d2925989579b334eb608feb6339c5f1c310d7fefef5b7a011de668f1ca46c95/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f31325f4c54532d2532334136433639342e7376673f7374796c653d666c61742d737175617265)

#### Composer support

[](#composer-support)

`composer req bkindler/kws-form-jsonpost`

---

Install
-------

[](#install)

Copy the extension folder to `\typo3conf\ext\ `, upload it via extension manager or add it to your composer.json.

---

Usage
-----

[](#usage)

1. Add Finisher "HTTP POST/GET" to your form
2. Set target URL in the finisher
3. Optional: Set username/password in the finisher if authentication is required
4. Optional: Set additional variables that are needed (e.g: optinSetupId for MailingWork)
5. Optional: Activate "Convert field key to integer" if target needs keys to be integer
    - id must be included in identifier
    - (hidden) honeypot key could not be converted -&gt; may need to be disabled in the form.yaml
6. The transmitted Form Data will be generated automatically as array from the Fields identifier as key and value as value

- for Testing  could be used

---

Update &amp; Migration from hive\_facts
---------------------------------------

[](#update--migration-from-hive_facts)

1. notice finisher settings from HTTP POST Finisher (hive\_form\_post)
2. remove HTTP POST Finisher (hive\_form\_post)
3. in composer.json replace `beewilly/hive_form_post` with `"teufels/tt3-form-post":"^1.0"`
4. Composer update
5. add HTTP POST Finisher (tt3-form-post) using noted settings

---

Update &amp; Migration from \[ ṯeufels \] Form POST Finisher
------------------------------------------------------------

[](#update--migration-from--ṯeufels--form-post-finisher)

1. add HTTP JSON POST Finisher (kws-form-jsonpost) using noted settings

---

Customization
-------------

[](#customization)

- tbd.

---

Documentation
-------------

[](#documentation)

- tbd.

---

Changelog
---------

[](#changelog)

### \[1.0.1\] - 2024-10-09

[](#101---2024-10-09)

- - intial from [tt3-form-post](https://bitbucket.org/teufels/tt3-form-post/src/) `release/v12`

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/780167acad2a124dbef7ba6896b35ace16d3818529b2ed2fdf346acbc4e0a9f0?d=identicon)[bkindler](/maintainers/bkindler)

---

Top Contributors

[![bkindler](https://avatars.githubusercontent.com/u/9107850?v=4)](https://github.com/bkindler "bkindler (4 commits)")

### Embed Badge

![Health badge](/badges/bkindler-kws-form-jsonpost/health.svg)

```
[![Health](https://phpackages.com/badges/bkindler-kws-form-jsonpost/health.svg)](https://phpackages.com/packages/bkindler-kws-form-jsonpost)
```

###  Alternatives

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M316](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M292](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
