PHP Package: contributte/forms-multiplier

A PHP library that provides a flexible form multiplier for easy form handling.

Current Version: 4.0.1
Last Updated: 2024-03-20
PHP Requirement: >=8.0
Dependencies:
phpunit/phpunit
nette/application
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Forms multiplier is a PHP library that simplifies form creation and management by allowing dynamic replication of form fields. It enhances user experience and boosts productivity during form interactions.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.0.1

Download Download v4.0.1

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/contributte/forms-multiplier/4.0.1/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.2.2/loader.php';
require_once 'libs/nette/application/3.2.6/loader.php';

use Contributte\FormsMultiplier\FormsMultiplier;

$obj = new FormsMultiplier();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.