Download the PHP package imatic/form-bundle without Composer

On this page you can find all versions of the php package imatic/form-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package form-bundle

Build Status

ImaticFormBundle

Form types

Ajax entity choice

Implements choice of single entity or collection of entities using XHR.

Dependencies: jQuery, Select2

The widget will send a GET request to the specified route with the entered search term. The request format depends on the request_type option:

The application should reply with a JSON response, example:

Additional options:

Datepicker

This example shows, how to change default date type format and modify moment configurations by form extension.

Collections

This bundle provides JS functionality needed to add, edit and delete elements of the collection. By default, newly added items are prefixed with new_ and random number e.g. new_16782845986841. But this can cause mistakes in server-side validation.

From version 5.2. is possible define data_index with true or numeric value in collection definition to count items in collection from 0...N. If collection can be loaded with existing data, number of items should be specified in data_index value.

Form extensions

Form theme

This extensions allows you to set form theme through the type\'s options.

Validator constraints

Number

options

Latitude

Longtitude

NotNullGroup

This class-level constraint ensures that all given properties are either set or null.

Valid states: all properties are null, all properties are NOT null.

NotNullOneOf

This class-level constraint ensures that at least one of the given properties is NOT null.

Valid states: at least one property is NOT null

Example

Data transformers

EmptyEntityToNullTransformer

This transformers converts an entity object to null, if it is considered empty. The check is performed based on list of properties that are to be verified.

If strict mode is disabled (default), both nulls and empty strings are considered empty.

If strict mode is enabled, only nulls are considered empty.


All versions of form-bundle with dependencies

PHP Build Version
Package Version
Requires php Version ^7.2 || ^8.0
doctrine/doctrine-bundle Version ^2.0
doctrine/orm Version ^2.3
symfony/form Version ^4.4 || ^5.0 || ^6.2
symfony/framework-bundle Version ^4.4 || ^5.0 || ^6.2
symfony/expression-language Version ^4.4 || ^5.0 || ^6.2
symfony/translation Version ^4.4 || ^5.0 || ^6.2
symfony/twig-bundle Version ^4.4 || ^5.0 || ^6.2
symfony/validator Version ^4.4 || ^5.0 || ^6.2
twig/twig Version ^2.12 || ^3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package imatic/form-bundle contains the following files

Loading the files please wait ....