PHPackages                             sinetinformatica/php-joget-form-json - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sinetinformatica/php-joget-form-json

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sinetinformatica/php-joget-form-json
====================================

PHP Joget JSON Form Creator

v0.0.2(4y ago)01.3kApache-2.0PHPPHP &gt;=5.6

Since Jul 1Pushed 3y ago1 watchersCompare

[ Source](https://github.com/sinetinformatica/php-joget-form-json)[ Packagist](https://packagist.org/packages/sinetinformatica/php-joget-form-json)[ RSS](/packages/sinetinformatica-php-joget-form-json/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (2)Dependencies (1)Versions (5)Used By (0)

PHP Json Joget Form Creator
===========================

[](#php-json-joget-form-creator)

Indice
======

[](#indice)

- [Contesto](#contesto)
- [Requisiti](#requisiti)
- [Installazione](#installazione)
- [Uso](#uso)
    - [Elementi](#elementi)
    - [Esempio](#esempio)
- [Licenza](#licenza)
    - [Dettaglio licenza](#dettaglio-licenza)
    - [Contributori](#contributori)

Contesto
========

[](#contesto)

Questa libreria permette di creare una form in PHP con una struttura definita ed avere in output la stessa in JSON.

La struttura di un oggetto Form per Joget e' del seguente tipo:

```
Form -> Section (*) -> Column (*) -> FormElement (*) ---|-> Validator
                                                        |-> Option (?)(*)
  (?) = Opzionale                                       |-> OptionBinder (?)
  (*) = da 1 a N

   /-------------------------FORM--------------------------\
   |   /--------------------SECTION1-------------------\   |
   |   |   /---COLS1----|----COLS2----|----COLS3---\   |   |
   |   |   |  ELEMENT1  |   ELEMENT1  |  ELEMENT1  |   |   |
   |   |   |  ELEMENT2  |            |  ELEMENT2   |   |   |
   |   |   |            |            |  ELEMENT3   |   |   |
   |   |   \---------------------------------------/   |   |
   |   \-----------------------------------------------/   |
   |                                                       |
   |   ---------------------SECTION2-------------------\   |
   |   |   ------------------COLS1-----------------\   |   |
   |   |   |             ELEMENT1                  |   |   |
   |   |   |             /--ELEMENT2--\            |   |   |
   |   |   |             |-OPT1 -OPT2 |            |   |   |
   |   |   |             |-OPT3 -OPT4 |            |   |   |
   |   |   |             \------------/            |   |   |
   |   |   \---------------------------------------/   |   |
   |   \-----------------------------------------------/   |
   \-------------------------------------------------------/

```

Requisiti
=========

[](#requisiti)

- PHP &gt;= 5.6

Installazione
=============

[](#installazione)

Il progetto può essere importato come dipendenza di composer:

```
composer require sinetinformatica/php-joget-form-json

```

oppure clonandolo nel seguente modo:

```
your_project_folder
|___sdk_repo_folder

```

a questo punto lanciare all'interno della cartella `sdk_repo_folder` il comando

```
composer install --no-dev

```

Uso
===

[](#uso)

Elementi
--------

[](#elementi)

Gli elementi supportati sono i seguenti

- Elementi Contenitori
    - Form
    - Sezione
    - Colonna
- Elementi Base
    - FormElement
    - JogetRadio
    - SelectBox
    - Checkbox
    - Textfield
    - Textarea
    - Datapicker
    - HiddenField
- Elementi Custom
    - Empty
    - AlfrescoButton
- Validatori
- JogetValidator
- JogetValidatorProperties
- Opzioni
    - Option
    - OptionBinder

Esempio
-------

[](#esempio)

[Vedi il file di esempio](example.md)

Licenza
=======

[](#licenza)

Dettaglio Licenza
-----------------

[](#dettaglio-licenza)

La licenza per questo repository è una `Apache License 2.0`. All'interno del file [LICENSE](./LICENSE) sono presenti le informazioni specifiche.

Contributori
------------

[](#contributori)

Qui c'è una lista di contributori. Grazie per essere partecipi nel miglioramento del progetto giorno dopo giorno!

[ ![](https://camo.githubusercontent.com/8d34c8ba441694ca29cf1dd2db387fde4391345c7409bcc1ede88d0720a7c881/68747470733a2f2f636f6e7472696275746f72732d696d672e7765622e6170702f696d6167653f7265706f3d73696e6574696e666f726d61746963612f7068702d6a6f6765742d666f726d2d6a736f6e)](https://github.com/sinetinformatica/php-joget-form-json)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

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.

###  Release Activity

Cadence

Every ~1 days

Total

3

Last Release

1461d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3dad7515dbc92c66510ff33fd74cd1fc685034f1fa3d281587ca6f65fb33c68f?d=identicon)[DevPGS](/maintainers/DevPGS)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sinetinformatica-php-joget-form-json/health.svg)

```
[![Health](https://phpackages.com/badges/sinetinformatica-php-joget-form-json/health.svg)](https://phpackages.com/packages/sinetinformatica-php-joget-form-json)
```

###  Alternatives

[doctormckay/steamid

PHP SteamID Manipulation

1165.6k](/packages/doctormckay-steamid)[marvinrabe/laravel-wizards

Simple Wizard Controller for Laravel.

301.6k](/packages/marvinrabe-laravel-wizards)[inspiredminds/contao-event-registration

Contao extension to allow registration for events.

134.3k](/packages/inspiredminds-contao-event-registration)

PHPackages © 2026

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